This
gst-launch-1.0 uridecodebin uri=file:///<somefile.mov> ! nvvidconv ! nvegltransform ! nveglglessink -e
works for H263 and mjpeg.
But for a H261 file it says:
“Missing element: video/x-gst-fourcc-H261 decoder”
The Jetson’s default video player (double click on video file )plays a dark screen for the correct duration.
Many thanks for any help.
I want to use avdec_h261 which has sink caps “video/x-h261”.
What comes out of
"filesrc location=<comefile.mov> ! qtdemux "
is “video/x-gst-fourcc-H261”
How do I bridge the gap between
“video/x-gst-fourcc-H261” (the source caps of filesrc)
and
“video/x-h261” (the sink caps of avdec_h261)?
Many thanks for any help.
Hi,
We don’t know much about H261. Suggest you go to
http://gstreamer-devel.966125.n4.nabble.com/