|
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
|