I have an flv file that's I need to reduce from 110Mb to below 100Mb.
Could be done by reducing the overall size or editing out some sections.
Any penguin friendly app that will do it?
Printable View
I have an flv file that's I need to reduce from 110Mb to below 100Mb.
Could be done by reducing the overall size or editing out some sections.
Any penguin friendly app that will do it?
I think ffmpeg could do it. Perhaps something like
Code:ffmpeg -i foo.flv -fs 110mb foo_output.flv