On Sun, Apr 03, 2016 at 09:33:02 -0300, Ivan Cacique wrote: > The error is "Unsafe file name <filename>"
As an exception to the rule, I must say: Please google it! You can find references in ffmpeg's docs for "unsafe file". And it has been answered at least two times recently on this list. Most recently: http://ffmpeg.org/pipermail/ffmpeg-user/2016-March/031489.html So, as Steven mentioned, "-safe" is the option to use. But it refers to your inputs, so it must be placed before the input's "-i" in order to work. Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
