Tagged Questions
4
votes
1answer
3k views
Encode with ffmpeg using avi to mp4
What command lines to use to convert from avi to mp4, but without destroying the framesize and making the file small as the original size or a little bit bigger, and same thing with mp4 to avi? ...
1
vote
0answers
195 views
ffmpeg: error while running with libx264
Main code: ffmpeg -i 2269801.avi -threads 0 -vcodec libx264 -b 900k -acodec libfaac -ar 44100 -ab 96k -ac 2 earthgirlsareeasy1.mp4
[libx264 @ 0x16cdde10]broken ffmpeg default settings detected
...