Results 1 to 3 of 3
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 ...
- 08-01-2007 #1Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
Reduce size / edit flv file
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?
- 08-01-2007 #2
I think ffmpeg could do it. Perhaps something like
Code:ffmpeg -i foo.flv -fs 110mb foo_output.flv
Brilliant Mediocrity - Making Failure Look Good
- 08-02-2007 #3Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305


Reply With Quote

