Cannot encode stream using x264enc
sudarshan bisht
bisht.sudarshan at gmail.com
Tue Jun 7 11:31:41 PDT 2011
You can try using videoparse before x264enc. And use -v option with
gst-launch to get some caps related logs.
On Tue, Jun 7, 2011 at 6:33 PM, William Metcalf <wmetcalf at niftytv.com>wrote:
> I have a pipeline I am using to convert an .ogg file to an .mp4. I am
> currently using ffenc_mpeg4 to encode the video, and this encoder sets the
> video format as .mp4v. I need my video to be encoded as AVC so I am trying
> to use x264enc instead. However every time I try to use x264enc, I get the
> error "failed to encode stream". Below is a sample pipeline I am using in
> my converter. Can any one tell my why x264enc is failing to encode the
> stream? Thank you in advance.
>
> gst-launch filesrc location="c:\\video(low_res).ogg" ! oggdemux ! theoradec
> ! ffmpegcolorspace ! x264enc ! qtmux ! filesink
> location="c:\\video(blah).mp4
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
--
Regards,
Sudarshan Bisht
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110607/12701160/attachment.htm>
More information about the gstreamer-devel
mailing list