GithubHelp home page GithubHelp logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
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 [email protected] on 14 Mar 2011 at 2:54

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
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 [email protected] on 14 Mar 2011 at 3:25

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
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 [email protected] on 15 Mar 2011 at 7:11

from ffmbc.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
I reintroduced -s option in rc4

Original comment by [email protected] on 1 May 2011 at 1:00

  • Changed state: Fixed

from ffmbc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.