Jump to content


Photo

Help for benchmark Zgemma H9 or other receiver with ffmpeg


  • Please log in to reply
12 replies to this topic

#1 martossien

  • Senior Member
  • 97 posts

0
Neutral

Posted 7 July 2018 - 14:33

Hello all zgemma h9 user or other receiver,

 

Could you help me , i want to buy new receiver and i want to test the cpu power. Me method is to install and use ffmpeg

So i make a litthe bash who

 

know your channel in use 

launch an ffmpeg to tmp outfile of 10 secondes ( take 30 secondes in depend of your cpu )

 

go in ssh in root user and you launch command :

 

opkg install ffmpeg

(install ffmeg binary )

 

opkg install curl

(for the download of the script )

 

curl https://transfer.sh/MNGBq/test.sh -o test.sh

(download test.sh or you can use the file attached in the post and rename test.sh)

 

chmod 755 test.sh

( put right to execute to root)

 

wait 30 secondes ( it depend of the cpu ) and copy past the last line result for exemple with my HD51

 

/frame=  250 fps=9.5 q=-1.0 Lsize=     553kB time=00:00:10.00 bitrate= 452.6kbits/s dup=41 drop=0 speed=0.379x

 

And If you can say the source resolution ( here 1920x1080 )
 

 

 

 

 

 

Attached Files

  • Attached File  test.txt   341bytes   8 downloads


Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #2 martossien

  • Senior Member
  • 97 posts

0
Neutral

Posted 7 July 2018 - 14:40

escuse me for lauch the test

 

./test.sh



Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #3 martossien

  • Senior Member
  • 97 posts

0
Neutral

Posted 7 July 2018 - 15:08

other test with my XU4

 

frame=  250 fps= 28 q=-1.0 Lsize=     685kB time=00:00:10.00 bitrate= 560.7kbits/s dup=40 drop=0 speed= 1.1x

 

other with raspbery pi3 without hardware codec

 

frame=  250 fps= 12 q=-1.0 Lsize=     699kB time=00:00:10.00 bitrate= 572.2kbits/s dup=35 drop=0 speed=0.469x

 


 



Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #4 martossien

  • Senior Member
  • 97 posts

0
Neutral

Posted 7 July 2018 - 15:14

other test with Xeon x5482 ( 4 core at 3.2 Ghz) without hardware codec

 

frame=  250 fps= 50 q=-1.0 Lsize=     638kB time=00:00:10.00 bitrate= 522.6kbits/s dup=25 drop=0 speed=1.99x



Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #5 martossien

  • Senior Member
  • 97 posts

0
Neutral

Posted 8 July 2018 - 10:29

no result i can just make an estimate :

 

Raspberry pi3 vs Hi3798MV200 ( Zgemma h9 and other clone )

https://browser.geek...aseline=8323859

 

S905 (first version so some k1 pro) Hi3798MV200 ( Zgemma h9 and other clone )

https://browser.geek...aseline=8323859

 

Exynos 5422 ( S5 exynos odroid XU4 ) Hi3798MV200 ( Zgemma h9 and other clone )

https://browser.geek...aseline=8323859

 

S912 (K3 pro or C400 plus ) Hi3798MV200 ( Zgemma h9 and other clone )

https://browser.geek...aseline=8323859

 

 

Could someone can test the test with any receiver please ? (just give resolution, receiver and result ) ?



Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #6 Pr2

  • PLi® Contributor
  • 6,046 posts

+256
Excellent

Posted 8 July 2018 - 17:32

Hi,

Here is only the last line:
 
VU+ Solo4K (while watching TV):

frame=  190 fps= 10 q=-1.0 Lsize=     467kB time=00:00:07.48 bitrate= 511.6kbits/s dup=54 drop=0 speed=0.394x

Octagon SF4008 (in standby):

frame= 211 fps=8.5 q=-1.0 Lsize= 585kB time=00:00:08.32 bitrate= 576.4kbits/s dup=47 drop=0 speed=0.333x

Pr2

NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #7 martossien

  • Senior Member
  • 97 posts

0
Neutral

Posted 8 July 2018 - 17:40

Thank's a lot Pr2 !!!



Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #8 WTE

  • Senior Member
  • 821 posts

+36
Good

Posted 10 July 2018 - 13:34

Hello all zgemma h9 user or other receiver,

 

Could you help me , i want to buy new receiver and i want to test the cpu power. Me method is to install and use ffmpeg

So i make a litthe bash who

 

know your channel in use 

launch an ffmpeg to tmp outfile of 10 secondes ( take 30 secondes in depend of your cpu )

 

go in ssh in root user and you launch command :

 

opkg install ffmpeg

(install ffmeg binary )

 

opkg install curl

(for the download of the script )

 

curl https://transfer.sh/MNGBq/test.sh -o test.sh

(download test.sh or you can use the file attached in the post and rename test.sh)

 

chmod 755 test.sh

( put right to execute to root)

 

wait 30 secondes ( it depend of the cpu ) and copy past the last line result for exemple with my HD51

 

/frame=  250 fps=9.5 q=-1.0 Lsize=     553kB time=00:00:10.00 bitrate= 452.6kbits/s dup=41 drop=0 speed=0.379x

 

And If you can say the source resolution ( here 1920x1080 )
 

 

You want to transcode?
H9 has HW transcode

Seems something is missing for testing your benchmark value.

 

Attached Files

  • Attached File  test.log   24.89KB   7 downloads

Mut@nt HD51 STB 4K

   :rolleyes:                :rolleyes:


Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #9 twol

  • Senior Member
  • 442 posts

+15
Neutral

Posted 10 July 2018 - 15:46

Multiple executions on Gigablue Quad and UE 4K

BBC1 1920 x 1080

Quad 4K

frame=  250 fps=9.2 q=-1.0 Lsize=     675kB time=00:00:10.00 bitrate= 552.4kbits/s dup=47 drop=0 speed=0.369x

frame=  250 fps=8.7 q=-1.0 Lsize=     731kB time=00:00:10.00 bitrate= 598.5kbits/s dup=29 drop=0 speed=0.347x

frame=  250 fps= 11 q=-1.0 Lsize=     567kB time=00:00:10.00 bitrate= 464.4kbits/s dup=50 drop=0 speed=0.442x
 

UE 4K

frame=  250 fps= 10 q=-1.0 Lsize=     616kB time=00:00:10.00 bitrate= 504.4kbits/s dup=57 drop=0 speed=0.419x

frame=  250 fps= 13 q=-1.0 Lsize=     572kB time=00:00:10.00 bitrate= 468.1kbits/s dup=28 drop=0 speed=0.529x
 


Gigablue Quad 4K & UE 4K
.........FBC Tuners:
------------------> DUR-Line DCR 5-1-8-L4 Multiswitch to 1.5M dish(28.2E)
------------------> Spaun SUS 5581/33 NFA Multiswitch to 80 cm dish(19.2E)
.........DVB-S2X into 90cm dish (27.5W)

Octagon sf8008, AX HD61, Edision Osmio 4K+, Zgemma H9Combo using Legacy ports on multiswitches
Zgemma H9twin & Zgemma H9 C/S mode into Giga4K
 


Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #10 martossien

  • Senior Member
  • 97 posts

0
Neutral

Posted 10 July 2018 - 16:37

@WTE

add the codec (use mpeg4 channel or change the codec )

so

ffmpeg -i http://127.0.0.1:800...:1:C00000:0:0:0: -t 10 -s 320x240 -t 10 -s 320x240

to

ffmpeg -vcodec h264 -i http://127.0.0.1:800...:1:C00000:0:0:0: -enable-libx264 -s 320x240 -t 10 -s 320x240

 

But youf ffmpeg is very strange (convertion failed only if it's not a mpeg4 channel ) and i am very surprised of the H9 cpu it's a quad cortex A15 ? i will checkit ...

 

@twol

Thank's a lot !!!


Edited by martossien, 10 July 2018 - 16:37.


Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #11 martossien

  • Senior Member
  • 97 posts

0
Neutral

Posted 10 July 2018 - 16:45

@WTE

add the codec (use mpeg4 channel or change the codec  )

so

ffmpeg -i http://127.0.0.1:800...:1:C00000:0:0:0: -t 10 -s 320x240 /tmp/test.mp4

to

ffmpeg -vcodec h264 -i http://127.0.0.1:800...:1:C00000:0:0:0: -t 10 -enable-libx264 -s 320x240 /tmp/test.mp4

 

But your ffmpeg is very strange (convertion failed only if it's not a mpeg4 channel ) and i am very surprised of the H9 cpu it's a quad cortex A15 ? i will check it ...

 

@twol

Thank's a lot !!!



Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #12 martossien

  • Senior Member
  • 97 posts

0
Neutral

Posted 10 July 2018 - 17:00

Zgemma h9 is a Hi3798M V200 Quad  ARM CortexA53 and the VPU for the HW codec is a HiVXE 2.0 , not officialy in linux , so we can't use it for ffmpeg. ( https://en.wikipedia...roarchitectures so 1600 Mhz * 4 * (2.3 DMIPS/MHz) = 14720 Dmips )



Re: Help for benchmark Zgemma H9 or other receiver with ffmpeg #13 martossien

  • Senior Member
  • 97 posts

0
Neutral

Posted 12 July 2018 - 18:05

I buy a chinese box s905W at 25 € and install armbian and make the test without hardware codec ( source DVB T2 1920*1080 )

 

frame=  250 fps= 17 q=-1.0 Lsize=     467kB time=00:00:10.00 bitrate= 382.5kbits/s dup=45 drop=0 speed=0.663x

 

I think the Zgemma h9 can make the same
 




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users