ffmpeg .flv to mp4 extract

Byron K wrote on 3/19/2016, 4:39 PM
Just fyi,
Interestingly enough YAMB would not extract Bluberry Screen capture .flv to mp4. So I tried ffmpeg w/ the following script and it worked and fast!

Not just YAMB but I've tried many other apps to attempt to extract Blueberry screen capures from their .flv format but none worked except for ffmpeg.

ffmpeg -i [original_file].flv -ar 10050 [new_file].mp4


I'm new to ffmpeg and this is my first script to use. If there are other good ffmpeg commands others find useful pls share! (;

Message last edited on 3/19/2016 11:28:05 AM, by Byron K.

Comments

DeadRadioStar wrote on 3/19/2016, 9:06 PM
1st RULE: You do not talk about FFmpeg.
2nd RULE: You DO NOT talk about FFmpeg.
3rd RULE: If someone says "stop" or goes limp, taps out the fight is over.

Ooops, sorry, that last one was a Freudian slip. Yeah, you can do a lot with things like thought, mental concentration, and (dare I say it?) free software!

.... slinks back into dark alley stage left.
NickHope wrote on 3/20/2016, 1:51 AM
There's a recent thread of ffmpeg commands here. They're formatted for Vegasaur's new custom command functionality in its smart trim feature.