HaikuArchives / ffmpegGUI

GUI for FFmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All encodes have a bad quality

humdingerb opened this issue · comments

I only managed to make to mpeg4 mpeg encodes so far. The result always has bad quality, even when using 5000 kbits/s bitrate.

The values for video and audio bitrate are in bit/s on the ffmpeg commandline, so they need a "k" after the number to make sense with the values we supply from the gui. I´ve already fixed it in my local repo, will go into my next PR.

Fixed with #49