[FFmpeg-user] pcm_s16le (and flac) in TS fails

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Mar 24 08:32:52 CET 2012


Etienne Buira <etienne.buira.lists <at> free.fr> writes:

> 1. ffmpeg -i source.something -ss 120 -t 120 -c:a pcm_s16le 
> -c:v libx264 -preset ultrafast -qp 0 pcm_s16le.ts

Do you have any indication that pcm in mpeg-ts is supported 
by any application?
If yes, the developers will seriously consider adding decoding 
(and possibly encoding) support to FFmpeg.

If FFmpeg supports encoding arbitrary codecs to (quite) 
special-purpose containers (as opposed to for example avi) that 
can certainly not be decoded by any other application, this 
leads to guaranteed trouble.

If you really know what you are doing, you will find that it is 
very simple to add support for arbitrary codecs to the mpeg-ts 
encoder and decoder.

Carl Eugen



More information about the ffmpeg-user mailing list