<div dir="ltr"><div>PES mux, that's what I was looking for. Thank you. <br><br></div>How do I set the chroma format to 4:2:0 then on the MPEG-2 output? There doesn't seem to be an option for that.<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Jun 26, 2014 at 11:55 AM, Tim Müller <span dir="ltr"><<a href="mailto:tim@centricular.com" target="_blank">tim@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thu, 2014-06-26 at 11:22 -0700, Jordan Johnson wrote:<br>
<br>
Hi,<br>
<div class=""><br>
> I seem to be having an odd time getting the right output caps for my<br>
> avenc_mpeg2video encode.<br>
><br>
> gst-launch-1.0 -m -t -v videotestsrc ! 'video/x-raw, format=BGRA,<br>
> pixel-aspect-ratio=1/1, interlace-mode=progressive, width=1280,<br>
> height=720, framerate=30/1' ! queue ! videoconvert ! avenc_mpeg2video<br>
> bitrate=170000 gop-size=45 max-bframes=3 me-sub-cmp=2 mb-cmp=2 !<br>
> 'video/x-mpeg, alignment=au, stream-format=byte-stream,<br>
> profile=main' ! filesink location=<a href="http://video.es" target="_blank">video.es</a><br>
<br>
</div>Remove the filter caps. alignment and stream-format fields are for<br>
H.264, they are not used with MPEG-2 video. I don't think<br>
avenc_mpeg2video will pick up the profile field from the caps.<br>
<br>
As for the timestamps, perhaps put the video into a container, such as<br>
MPEG-TS or MPEG-PS, so:  .... ! tsmux ! filesink location=video.ts<br>
or ... ! mpegpsmux ! filesink location=foo.mpg<br>
<br>
Cheers<br>
 -Tim<br>
<div class=""><br>
><br>
> ..does not work. Removing the output caps does, but then mpv will say<br>
> this:<br>
><br>
> V: 00:00:25 / 00:00:00 (99%)<br>
> No video PTS! Making something up.<br>
> V: 00:00:25 / 00:00:00 (99%)<br>
><br>
><br>
> ...so the PTS is missing for some reason. Any idea what's going on?<br>
><br>
><br>
><br>
</div>> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</font></span></blockquote></div><br></div>