Hi, > ffmpeg -f mp4 -vcodec xvid -b 300 -qmin 3 -qmax 5 -bufsize 4096 -g 300 -ab > 96 -acodec aac -s 320x180 -aspect 16:9 -i input.avi output.mp4 The order of parameters is relevant, try: ffmpeg -i input.avi \ -f mp4 -vcodec xvid -b 300 -qmin 3 -qmax 5 -bufsize 4096 -g 300 \ -ab 96 -acodec aac -s 320x180 -aspect 16:9 output.mp4 Regards, V?ctor
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4