| User review:
|
First off: GREAT TOOL. THANK YOU to the creators. However, I have a problem on how to implement the command, below, in the "Parameters" field, especially when I want to batch multiple files. In addition, the command is to address audio & video sync issues where the audio is AHEAD of the video:
$ ffmpeg -i file.mkv -itsoffset 3 -i file.mkv -c:a copy -c:v copy -map 0:v:0 -map 1:a:0 out.mkv |