• Most new users don't bother reading our rules. Here's the one that is ignored almost immediately upon signup: DO NOT ASK FOR FANEDIT LINKS PUBLICLY. First, read the FAQ. Seriously. What you want is there. You can also send a message to the editor. If that doesn't work THEN post in the Trade & Request forum. Anywhere else and it will be deleted and an infraction will be issued.
  • If this is your first time here please read our FAQ and Rules pages. They have some useful information that will get us all off on the right foot, especially our Own the Source rule. If you do not understand any of these rules send a private message to one of our staff for further details.
  • Please read our Rules & Guidelines

    Read BEFORE posting Trades & Request

Converting flv to something usesable

DVDHolocron

New member
Messages
4
Reaction score
0
Trophy Points
1
I have a series of 2-3 minute flv files I need to convert to something useable in DVD Lab Pro. This is my first attempt at an edit/preservation, so please bear with my ignorance.

I have used SUPER to convert to many differnet file types, but I still get errors from DVD Lab. Can anyone recommend which format and settings I should use, or possibly other software?

TIA
Mathiias
 
glad I could help. :)
 
Welcome to the board, Mathiias. Its good to see you around here. :)
 
if anyone else is wondering... you can use ffmpeg for this, too.

also, a lot of tools actually RE-ENCODE the audio and you can just COPY this instead.

Code:
ffmpeg -i INPUT.FLV -vcodec mpeg4 -vtag xvid -qscale 2 -acodec copy OUTPUT.AVI
 
joebshmoe said:
if anyone else is wondering... you can use ffmpeg for this, too.

WinFF is actually a frontend for ffmpeg, for people like me who hate command lines
 
I think I'll have to use this to get rolling on my Sucks Less DVD later :)
 
Back
Top Bottom