s3a
June 12th, 2015, 05:16 PM
Hello, everyone!
I'm using Debian stable/jessie, and after doing some research on how to convert an ogv file to an avi file using avconv, I ended up with the following command.:
avconv -i input.ogv output.avi -global_quality 100
All I want is to convert the ogv file to an avi without losing any quality whatsoever (in practice - I suppose in theory avi is a lossy format, which I believe means every conversion to avi will lose some unnoticeable amount of quality).
What am I doing wrong?
Any input would be greatly appreciated!
I'm using Debian stable/jessie, and after doing some research on how to convert an ogv file to an avi file using avconv, I ended up with the following command.:
avconv -i input.ogv output.avi -global_quality 100
All I want is to convert the ogv file to an avi without losing any quality whatsoever (in practice - I suppose in theory avi is a lossy format, which I believe means every conversion to avi will lose some unnoticeable amount of quality).
What am I doing wrong?
Any input would be greatly appreciated!