-
Convert video via ffmpeg
I use ffmpeg to convert my video, but when I set a specific configuration for converting, the audio after the conversion is played back with a delay. My command is: “ffmpeg.exe -i inputFile.mp4 -target film-dv outputFile.mp4” The documentation simply states to set only a certain combination for the “-target” command and other parameters are set automatically. What am I doing wrong?
Sorry, there were no replies found.