Quote:
Originally Posted by blimey
Which file did FLVExtract fail to extract?
|
When I tried Flvextract, it extracted to AVI and MP3, so I wasn't sure how to proceed from there. On the Flvextract page, it says nothing can be done if it didn't extract as the files you specified, so I wasn't sure how to proceed from there.
Quote:
Originally Posted by blimey
Both HD and HD-1080p files at CBS are h.264/aac. FLVExtract shouldn't have any problem with either. Using this method is not transcoding (converting), it is only demuxing and remuxing. There is no loss.
|
I'm certainly willing to give it a second try if you could tell me what to do with the AVI/MP3 files. Practically anything is better than doing the process I came up with.
Quote:
Originally Posted by blimey
You can also quickly rebuild the container with ffmpeg like this:
Code:
ffmpeg -i "CBS_file.flv" -vcodec copy -acodec copy "NewName.flv"
--or this:
ffmpeg -i "CBS_file.flv" -vcodec copy -acodec copy "NewName.mkv"
|
Is ffmpeg a separate program and would I still need Flvextract/ mp4box?
Thanks for any help.