NiGHTsC
4th October 2008, 22:39
ffmpeg.exe -i avi.avi -croptop 60 -cropbottom 60 -vcodec copy -acodec copy avi-2.avi
That's what I want, crop without re-encode my XviD AVI.
I just realized that FFMPEG can't read AVS and it's not using the same crop function as AVS,
cause I got these "60""60" numbers from AVS and it's not working with FFMPEG, nothing change after.
my AVI is 720x480, aiming to 720x360
Thank you.
That's what I want, crop without re-encode my XviD AVI.
I just realized that FFMPEG can't read AVS and it's not using the same crop function as AVS,
cause I got these "60""60" numbers from AVS and it's not working with FFMPEG, nothing change after.
my AVI is 720x480, aiming to 720x360
Thank you.