[FFmpeg-user] Concat with listing all files in command?
Moritz Barsnick
barsnick at gmx.net
Mon Nov 19 18:01:40 EET 2018
On Mon, Nov 19, 2018 at 08:49:07 -0600, Ben wrote:
> Hmm, filelist.txt IS an INTERMEDIATE file! I wrote all the filenames (line
> by line) to concatenate into this file and it works. However I want to omit
> it and use a cmdline only.
Similar to what Carl Eugen mentioned, I would call it a temporary file.
Unix's bash (and other shells) provides "process substitution" for
this. On Windows, PowerShell apparently can do something similar. I
found this:
https://serverfault.com/q/688645
> Maybe I have to delimit them by colons?
No, as ffmpeg hasn't implemented that.
Cheers,
Moritz
More information about the ffmpeg-user
mailing list