Tagged Questions
2
votes
1answer
3k views
ffmpeg and libmp3lame produces bad audio quality?
when I get a flash video from YouTube, why is the quality of the audio much worse than the origin video on YouTube? When I downloaded the flash movie, I convert it to avi like this:
ffmpeg -i ...
9
votes
3answers
11k views
How can I use ffmpeg to split MPEG video into 10 minute chunks for YouTube upload?
There is often a need in the open source or active developer community to publish large video segments online. (Meet-up videos, campouts, tech talks...) Being that I am a developer and not a ...