paulpacifico / shutter-encoder

A professional video compression tool accessible to all, mostly based on FFmpeg.
https://www.shutterencoder.com
GNU General Public License v3.0
1.06k stars 60 forks source link

Replace Audio not working with the same lengths [18.1] #199

Open snakehill opened 5 months ago

snakehill commented 5 months ago

Replacing audio doesn't work whatsoever with files of the exact same length. It's fine when using the ffmpeg library directly, but that defeats the purpose of the application.

The only options are "shortest" or "longest" and regardless of which is chosen in this case, it just outputs an exact copy of the first/top file with its original audio.

I remember in some earlier versions that it would output two files with each other's audio instead, which wasn't ideal either, but at least there was a usable result.

Probably best would be to have a "top" or "bottom" option alongside, representing the video source respectively.