[FFmpeg-user] converting to non HD avi with ffmpeg
Roger Pack
rogerdpack2 at gmail.com
Tue Sep 11 18:58:33 CEST 2012
> Now, I converted it to avi thus:
> ffmpeg -i ubunutuArm.webm ubunutuArm.avi
This might perform a transcode.
Could you paste the full command line and console output please?
> "HD is not supported".
> Indeed, HD is not supported in my DVD and TV.
> Is there a way I can convert this video file with ffmpeg
> to an AVI so the result will be non HD ?
My guess is to pass it some size parameter, like -vf scale=100x100
I think.
More information about the ffmpeg-user
mailing list