05.08.2018, 11:21
(05.08.2018, 11:09)Selur Wrote: Does it change anything when you use:This gives:
This gives:ffmpeg -y -fflags +genpts -map_metadata -1 -enable_drefs 1 -use_absolute_path 1 -i c:\Temp\CSP0002140.mov -c copy -r 25 test.mov
Option map_metadata (set metadata information of outfile from infile) cannot be applied to input url c:\Temp\CSP0002140.mov -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
Also try:
ffmpeg -y -enable_drefs 1 -use_absolute_path 1 -i c:\Temp\CSP0002140.mov -c copy -fflags +bitexact -flags:v +bitexact -flags:a +bitexact -r 25 test.mov
basically the same issues, but only have a single audio in the output.