Closed GoogleCodeExporter closed 8 years ago
I hope I'm not pointing out the obvious, but it does say on
http://code.google.com/p/ffmbc/ :
> FFmbc-0.5:
>
> Remove -s resizing output cli option, use -vf scale.
So, your command line for FFmbc 0.5 and above should be:
ffmbc -v 3 -i in.mp4 -vf scale=768:576 out.mp4
Or, if your source is interlaced:
ffmbc -v 3 -i in.mp4 -vf scale=768:576:1 out.mp4
HTH
Original comment by mark.him...@gmail.com
on 14 Mar 2011 at 2:54
Indeed, this works. But the -s option is still accepted by the command line
parser and also mentioned in the --help output. So it would be desirable if the
CLI parser would throw an error and the help page gets adapted.
Original comment by anselm.h...@gmail.com
on 14 Mar 2011 at 3:25
Yes, the -s option is still used to specify input frame size in case of
rawvideo (yuv) for example, that's why it didn't throw an error.
I can update the help message to mention "input" in it, or I can try to
reactivate the option if possible, but It's not that trivial now with the
filters activated.
Original comment by baptiste...@gmail.com
on 15 Mar 2011 at 7:11
I reintroduced -s option in rc4
Original comment by baptiste...@gmail.com
on 1 May 2011 at 1:00
Original issue reported on code.google.com by
anselm.h...@gmail.com
on 14 Mar 2011 at 11:36