[FFmpeg-user] Use concat demuxer with input format

2017-07-15 Thread Hans Carlson
Is it possible to use the concat demuxer with an input format? For example: $ ffmpeg -f s16le -ac 2 -f concat -i concat-raw.txt ... or $ ffmpeg -f concat -f s16le -ac 2 -i concat-raw.txt ... I've tried both and it doesn't work, so I assume it's either not supported or I'm doing something w

Re: [FFmpeg-user] Use concat demuxer with input format

2017-07-16 Thread Nicolas George
Le septidi 27 messidor, an CCXXV, Hans Carlson a écrit : > $ ffmpeg -f s16le -ac 2 -f concat -i concat-raw.txt ... > or > $ ffmpeg -f concat -f s16le -ac 2 -i concat-raw.txt ... > > I've tried both and it doesn't work, so I assume it's either not supported > or I'm doing something wrong. That

Re: [FFmpeg-user] Use concat demuxer with input format

2017-07-16 Thread Hans Carlson
On Sun, 16 Jul 2017, Nicolas George wrote: Le septidi 27 messidor, an CCXXV, Hans Carlson a écrit : $ ffmpeg -f s16le -ac 2 -f concat -i concat-raw.txt ... or $ ffmpeg -f concat -f s16le -ac 2 -i concat-raw.txt ... I've tried both and it doesn't work, so I assume it's either not supported

Re: [FFmpeg-user] Use concat demuxer with input format

2017-07-17 Thread Nicolas George
L'octidi 28 messidor, an CCXXV, Hans Carlson a écrit : > "... not implemented yet"? Does that mean it's currently in the works? Or > just something that has been considered, but no work has been done? It was considered, but as far as I know nobody is actively working on it. > $ ffmpeg -f s16le