> I want to convert it to .ogg file and preserve its: > audio/video parameters like bit rate aspect ratio and amount of pixels, but > when I try to encode it with ffmpeg it always lowers audio/video bit rate. My guess is ffmpeg is "transcoding" it to something else. try -acodec copy -vcodec copy?