• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 40
ODROID-C1 from Hardkernel is a $35 Development Board powered by AMLogic S805
#61
(2014-12-24, 16:51)Jönke Wrote: But seems to play 23,976 @24hz right ? No true 23,976 output?

Right.
Reply
#62
Ok i hope this can be solved in the future, and since Mini x have solved this with help from Amlogic on there mini x8 i guess there is hope.
Reply
#63
(2014-12-21, 08:43)Ned Scott Wrote: Press "O" on a keyboard when playing back a file (or map something to "codecinfo" using the Keymap add-on). If the video says something like "ff-h254" then that's software decoding, but if it says "amc-" or "sf-" or "aml-" then it's hardware decoding.

Here is the information for two movies. May be a few transcription errors.

Inglorious Basterds (Blu-Ray)
Code:
D(Audio: dts (DTS), 48000 Hz, 5.1 (side), ftlp, 1536 kb/s)
P(aq: 99%, Kb/s:1455.37, att:0.0 dB)

D(Video: h264 (High), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9])
P(fr:23.976, vq:96%, dc:am-h264, Mb/s:21.94, drop:1, skip:0, pc:none)

C(ad: 0.000, a/v:-0.018, edl:-, dcpu: 7% acpu: 0% vcpu: 0% cache:0 B 100%)
W(fps:23.69 CPU0: 40% CPU1:  6.4% CPU2: 16% CPU3: 16%)

2001: A Space Odyssey (DVD)
Code:
D(Audio: ac3, 48000 Hz, 5.1 (side), ftlp, 384 kb/s)
P(aq: 99%, Kb/s:377.99, att:0.0 dB)

D(Video: mpeg2video (Main), yuv420p(tv), 720x480 [SAR 32:27 DAR 16:9], max. 7500 kb/s)
P(fr:23.970, vq:88%, dc:am-mpeg2, Mb/s:5.34, drop:0, skip:0, pc:none)

C(ad: 0.000, a/v:-0.000, edl:-, dcpu: 2% acpu: 0% vcpu: 0% cache:0 B 100%)
W(fps:23.79 CPU0: 38% CPU1:  7.1% CPU2: 12% CPU3: 7.1%)

Both seemed to play fine without jaggies, combing, dropped frames, etc. -- although, admittedly, these two movies aren't action-packed by any stretch and I only played short excerpts. There is a thread in the ODROID forum that details poor playback in Kodi, but I am not seeing it at first glance on my setup.

My use case for this computer is ATSC over-the-air broadcast TV, which is mostly MPEG-2 720p or 1080i, using Kodi and HDHomerun. I had trouble installing the HDHomerun apps, so am at a stopping point with regard to 720p and 1080i MPEG-2 material.
Reply
#64
(2014-12-23, 22:25)jeey Wrote: My first impressions is that you notice the cpu diff between this and raspberry pi, i added the emmc module and its lightning fast!
For some reasons it has problem detecting the modes on my monitor so will have tro try it on the tv later(Only detects 1280xSomething when its supports up to 2560 x 1440).

Try editing boot.ini to set the video output by hand. That worked for me.
Reply
#65
(2014-12-25, 02:38)dschmelzer Wrote:
(2014-12-23, 22:25)jeey Wrote: My first impressions is that you notice the cpu diff between this and raspberry pi, i added the emmc module and its lightning fast!
For some reasons it has problem detecting the modes on my monitor so will have tro try it on the tv later(Only detects 1280xSomething when its supports up to 2560 x 1440).

Try editing boot.ini to set the video output by hand. That worked for me.

Jupp, found it right after i posted, this is a impressive little machine.
Got 2 units so are going to some android and linux tests.

refresh rate seems a little iffy, need to test it more on a setup i know works perfect.
Reply
#66
HDMI CEC working?
Reply
#67
(2014-12-25, 09:30)nathan909 Wrote: HDMI CEC working?

Apperently a known bug, expected bug fix soon according to hardkernel.
Reply
#68
A couple more tests...

1080i NBC daytime program
Code:
D(Audio: ac3 ([129][0][0][0] / 0x0081, 48000 Hz, 5.1 (side), ftlp, 384 kb/s)
P(aq: 99%, Kb/s:373.91, att:0.0 dB)

D(Video: mpeg2video (Main) ([2][0][0][0] / 0x002, yuv420p(tv), 1920x1080 [SAR 1:1 DAR 16:9], max. 24000 kb/s)
P(fr:29.970, vq:99%, dc:am-mpeg2, Mb/s:14.85, drop:0, skip:0, pc:none)

C(ad: 0.000, a/v:-0.019, edl:-, dcpu: 5% acpu: 0% vcpu: 0% cache:0 B 78%)
W(fps:33.50 CPU0: 86% CPU1:  5.8% CPU2: 12% CPU3: 5.9%)

720p ABC basketball game
Code:
D(Audio: ac3 ([129][0][0][0] / 0x0081, 48000 Hz, 5.1 (side), ftlp, 384 kb/s)
P(aq: 99%, Kb/s:377.08, att:0.0 dB)

D(Video: mpeg2video (Main) ([2][0][0][0] / 0x002, yuv420p(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 14188 kb/s)
P(fr:59.940, vq:99%, dc:am-mpeg2, Mb/s:10.52, drop:0, skip:0, pc:none)

C(ad: 0.000, a/v:0.030, edl:-, dcpu: 4% acpu: 0% vcpu: 0% cache:0 B 76%)
W(fps:31.56 CPU0: 98% CPU1:  4.3% CPU2: 3.9% CPU3: 2.0%)

In the first video, I don't know what deinterlacing is occurring, but there are no jaggies or combing. Perhaps it is simply using a bob algorithm. Or maybe my TV is deinterlacing? Don't know if that's possible. In any event, the first video looked pretty sharp, which doesn't seem consistent with bob.

Unknown why the first core is more or less pegged on these two programs. Is decoding the audio that laborious? The multiple cores are coming in handy.
Reply
#69
(2014-12-26, 01:17)dschmelzer Wrote: In the first video, I don't know what deinterlacing is occurring, but there are no jaggies or combing. Perhaps it is simply using a bob algorithm. Or maybe my TV is deinterlacing? Don't know if that's possible. In any event, the first video looked pretty sharp, which doesn't seem consistent with bob.
It would be very unusual for a TV to deinterlace something sent to it in a progressive format. If you send TV 1080p60 the deinterlacer should be disabled.
Reply
#70
Has OpenElec team already decided if they will support this device?
Reply
#71
Their adding support for the amlogic s805 chip so probally.

Check here
http://openelec.tv/forum/90-miscellaneou...d-core-stb
Reply
#72
Any word on this
Reply
#73
(2015-01-16, 11:23)nathan909 Wrote: Any word on this
No one is working on it yet as far as we know. See http://openelec.tv/forum/90-miscellaneou...d-core-stb

gda added a comment there 3-days ago saying "There are always so many people that want to test, but so few that really want to do the Job. Some days ago I started a port of OpenELEC for the Odroid C1, but "testers" would generate only additional workload, and are seldom helpful. Currently this task is on hold because it is more fun to do something for the Wetek Play."
Reply
#74
(2014-12-24, 21:13)j1nx Wrote:
(2014-12-24, 16:51)Jönke Wrote: But seems to play 23,976 @24hz right ? No true 23,976 output?

Right.

Could this help ? https://github.com/surkovalex/OpenELEC.t...af873be757
Reply
#75
(2015-01-20, 20:23)Jönke Wrote:
(2014-12-24, 21:13)j1nx Wrote:
(2014-12-24, 16:51)Jönke Wrote: But seems to play 23,976 @24hz right ? No true 23,976 output?

Right.

Could this help ? https://github.com/surkovalex/OpenELEC.t...af873be757
Posting the same question on every forum where Codesnake has posted... give it a break!
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 40

Logout Mark Read Team Forum Stats Members Help
ODROID-C1 from Hardkernel is a $35 Development Board powered by AMLogic S8051