maximum framerate per second possible

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

maximum framerate per second possible

Gofrane
hello,

How can I run videos with maximum framerate per second possible (I mean maximum decoding speed ) with this pipeline ?
 gst-launch-1.0 filesrc location=big_buck_bunny_480p_h264.mov ! qtdemux !  queue  !   h264parse ! omxh264dec  !  queue   !   autovideosink  sync=false
Vnd
Reply | Threaded
Open this post in threaded view
|

Re: maximum framerate per second possible

Vnd
Hi,

Check Rasbery specification will have information on how many frames hardware can decode per second. Accordingly you can extrapolate.

~ Vinod