View Single Post
  #8  
Old 01-25-2010, 06:18 PM
billsantos billsantos is offline
Junior Member
 
Join Date: Jan 2010
Posts: 15
billsantos is on a distinguished road
Default

Re: trying to convert stuttering video but having problems


Quote:
Originally Posted by blimey View Post
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 View Post
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 View Post
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.
Reply With Quote