Open GoogleCodeExporter opened 9 years ago
Great project. I'd love some feedback on usage.
thanks
Original comment by tute...@gmail.com
on 7 Apr 2009 at 8:44
tute666: can you provide some examples of use this project? Thanks.
Original comment by Klimov....@gmail.com
on 9 Apr 2009 at 2:35
fm.render(ffresult, "out.flv")
should be
fm.render([ffresult], "out.flv")
quoting the above example.
render takes an array of transformations. even then, the code is flawed and
will not
work. i've submitted one patch, when i've time i will submit others, or rather
fork
the project alltogether.
whilst its an interesting idea, the current code is too flawed for use, i'd
rather
stick to creating cli strings for ffmpeg for the time being, which is pretty
much
what the wrapper does.
plus, by chaining different transformations, instead of compiling the different
effects in one execution of ffmpeg, it calls ffmpeg once for every
transformation,
leading to extremely long times of encoding.
nonetheless its a great idea.
Original comment by tute...@gmail.com
on 13 Apr 2009 at 1:45
Original issue reported on code.google.com by
b4dn...@gmail.com
on 5 Mar 2009 at 9:50