for me to force it be an H.264 .ts file... I need to use libx264 or there's another alternative?<br><br>I am asking it because the version I am working on doesn't have libx264... the last ffmpeg is not compiling with the last libx264.... it says "ERROR: libx264 version must be >= 0.118" :-(<div>

<br></div><div><br><div><div><div><div><br><div class="gmail_quote">On Thu, May 17, 2012 at 8:18 PM, Stefano Sabatini <span dir="ltr"><<a href="mailto:stefasab@gmail.com" target="_blank">stefasab@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On date Wednesday 2012-05-16 06:17:37 +0000, Carl Eugen Hoyos encoded:<br>
<div class="im">> Wagner Patriota <wagner.patriota@...> writes:<br>
><br>
> > Is there a way in ffmpeg for me to create a .TS video only with<br>
> > 1 stream of video H.264 with black frames?<br>
><br>
> $ ffmpeg -f rawvideo -pix_fmt rgb24 -s 640x480 -i /dev/zero out.ts<br>
> (This produces mpeg2video, but I am sure you will be able to<br>
> fill in the output options.)<br>
<br>
</div>Alternatively:<br>
ffmpeg -f lavfi -i color=black:WxH:RATE out.ts<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div></div></blockquote></div><br></div></div></div></div></div>