View Single Post
Old 26th April 2012, 21:49   #3  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
Converting results in somehow b0rked files, but if all you want to do is to play them using e.g. MPC try the following:
ffmpeg -v quiet -i "Counter Monkey - Pathfinder Live! (Session 1, Part 1).flv" -vcodec copy -acodec libvorbis output_part1.mkv

/edit:
seemingly non-b0rked files:
1. extract using FLV Extract
2. ffmpeg -v quiet -i "Counter Monkey - Pathfinder Live! (Session 1, Part 1).flv" -vn part1.aac
3. muxer -i "Counter Monkey - Pathfinder Live! (Session 1, Part 1).h264"?fps=25 -i part1.aac?language=eng -o part1.mp4

"muxer.exe" is from L-Smash standalone.

Last edited by sneaker_ger; 26th April 2012 at 21:58.
sneaker_ger is offline   Reply With Quote