Does anyone know a program I can use to turn a FLV into a AVI? I want to try to clean up a poorly encoded, original animation video. I've tried importing it into premiere, but I keep getting the error that the file isn't supported. Same with vdubmod.
I also want to add optional subtitles to it all in one file. Would I use a mp4, mkv, or some other container for that?
FLV conversion
- Orwell
- godx, Son of godix
- Joined: Tue Jan 06, 2004 5:14 am
- Location: Frying Pan. Destination: Fire.
FLV conversion
Latest
[Kristyrat]: Vote for Orwell
[Kristyrat]: because train conducters are dicks.
Otohiko: whereas Germans are like "god we are all so horrible, we're going to die a pointless death now."
[Kristyrat]: Vote for Orwell
[Kristyrat]: because train conducters are dicks.
Otohiko: whereas Germans are like "god we are all so horrible, we're going to die a pointless death now."
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- Orwell
- godx, Son of godix
- Joined: Tue Jan 06, 2004 5:14 am
- Location: Frying Pan. Destination: Fire.
eo-video worked great, now to figure out how to put subtitles in.
Latest
[Kristyrat]: Vote for Orwell
[Kristyrat]: because train conducters are dicks.
Otohiko: whereas Germans are like "god we are all so horrible, we're going to die a pointless death now."
[Kristyrat]: Vote for Orwell
[Kristyrat]: because train conducters are dicks.
Otohiko: whereas Germans are like "god we are all so horrible, we're going to die a pointless death now."
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Rarewares also has a DirectShow decoder for it (well, specifically the VP6 streams if I recall, but it works for FLV). In either case:Kalium wrote:It's possible to get a FLV video running through DirectShow and thus through AVS. I wish I could recall how I got that going, but I did.
Has something to do with an FLV1 FOURCC in FFDshow, I think.
(replace XX with the actual framerate, obviously)
Code: Select all
DirectShowSource("nameofvideo.flv", fps=XX, convertfps=true)If you already have the subtitles done and timed, then you can add another line to the script to load them in too. Providing you have VSFilter then all it takes is:
Code: Select all
TextSub("nameofsubtitlefile.[sub, ssa, or srt]")

