HaikuArchives / ffmpegGUI

GUI for FFmpeg
MIT License
23 stars 10 forks source link

Use audio codec pcm_s16be instead of pcm_s16le #103

Open humdingerb opened 1 year ago

humdingerb commented 1 year ago

I forgot to change that for v1.1 (damn!)

We wanted to exchange the audio codec pcm_s16le for pcm_s16be, as the big endian format is accepted by the mpg container.