FLV conversion

Locked
User avatar
Orwell
godx, Son of godix
Joined: Tue Jan 06, 2004 5:14 am
Location: Frying Pan. Destination: Fire.
Org Profile

FLV conversion

Post by Orwell » Tue Oct 10, 2006 5:41 pm

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?
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."

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Tue Oct 10, 2006 5:54 pm

ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Kalium
Sir Bugsalot
Joined: Fri Oct 03, 2003 11:17 pm
Location: Plymouth, Michigan
Org Profile

Post by Kalium » Tue Oct 10, 2006 6:03 pm

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.

User avatar
Orwell
godx, Son of godix
Joined: Tue Jan 06, 2004 5:14 am
Location: Frying Pan. Destination: Fire.
Org Profile

Post by Orwell » Tue Oct 10, 2006 7:27 pm

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."

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Wed Oct 11, 2006 10:02 am

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.
Rarewares also has a DirectShow decoder for it (well, specifically the VP6 streams if I recall, but it works for FLV). In either case:

(replace XX with the actual framerate, obviously)

Code: Select all

DirectShowSource("nameofvideo.flv", fps=XX, convertfps=true)
And voila. A more drawn out way would be to create a graph in Graphedit and then use DirectShowSource to open the graph, but depending on the circumstances you might still have to specify the fps and convert values, which pretty much nullifies the reason for using Graphedit to stabilize the source in the first place.

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]")
There's some fancier stuff it allows you to do IIRC, but I don't remember them at the moment.

Locked

Return to “Video & Audio Help”