I try to convert .264 file to .avi To do it I use ffmpeg:
ffmpeg -f h264 -i source.264 -c:v libx264 -an dest.avi
It works, but has worse quality that source file. How can I fix it?
I try to convert .264 file to .avi To do it I use ffmpeg:
ffmpeg -f h264 -i source.264 -c:v libx264 -an dest.avi
It works, but has worse quality that source file. How can I fix it?