perfectly... it worked! :-) thanks... yes... I will customize now on... thankz!!!<br><br><div class="gmail_quote">On Wed, May 16, 2012 at 3:17 AM, Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at" target="_blank">cehoyos@ag.or.at</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>
</div>$ 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>
Carl Eugen<br>
<br>
_______________________________________________<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>
</blockquote></div><br>