[gst-devel] Gstreamer 264
hsteven
zixia.huang at gmail.com
Wed Aug 11 21:43:20 CEST 2010
Hello, I am confused with the 264 codec used in gstreamer. When I test the
x264enc and ffdec_h264 using the following command:
gst-launch camerasrc ! queue !
video/x-raw-yuv,format=\(fourcc\)I420,width=1280,height=480 ! x264enc !
queue ! ffdec_h264 ! ffmpegcolorspace ! sdlvideosink fullscreen=true
The performance is perfect.
However when I try to save the encoded 264 stream into a file as:
gst-launch camerasrc ! queue !
video/x-raw-yuv,format=\(fourcc\)I420,width=1280,height=480 ! x264enc !
filesink locaton=tmp.264
And I try to play tmp.264 using ffplay, it seems that ffmpeg does not know
the format the encoded 264 stream.
In addition, I try to play another 264 stream directly encoded using libx264
on gstreamer, ffdec_h264 seems does not understand the format.
So does any person know this issue? And can I solve the problem?
Thank you so much!
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-264-tp2321786p2321786.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list