[Libav-user] Challenge... create a black .TS file from NOTHING?

Wagner Patriota wagner.patriota at gmail.com
Fri May 18 01:24:38 CEST 2012


for me to force it be an H.264 .ts file... I need to use libx264 or there's
another alternative?

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" :-(



On Thu, May 17, 2012 at 8:18 PM, Stefano Sabatini <stefasab at gmail.com>wrote:

> On date Wednesday 2012-05-16 06:17:37 +0000, Carl Eugen Hoyos encoded:
> > Wagner Patriota <wagner.patriota at ...> writes:
> >
> > > Is there a way in ffmpeg for me to create a .TS video only with
> > > 1 stream of video H.264 with black frames?
> >
> > $ ffmpeg -f rawvideo -pix_fmt rgb24 -s 640x480 -i /dev/zero out.ts
> > (This produces mpeg2video, but I am sure you will be able to
> > fill in the output options.)
>
> Alternatively:
> ffmpeg -f lavfi -i color=black:WxH:RATE out.ts
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20120517/bde379ec/attachment.html>


More information about the Libav-user mailing list