Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Editing audio/video files (http://stream-recorder.com/forum/forumdisplay.php?f=31)
-   -  

How to open FLV files with AviSynth

(http://stream-recorder.com/forum/showthread.php?t=5509)

Stream Recorder 01-21-2010 10:46 AM

How to open FLV files with AviSynth


 
For FLV videos using VP6 codec:
Create AVS script:
Code:

DirectShowSource("C:\clip.flv",fps=29.97,convertfps=true)
You will need FLVSplitter.ax installed into System32 folder, and DGDecode.dll in Avisynth Plug-ins folder.


For FLV videos using FLV1 codec
Type in the console
Code:

C:\WINDOWS\system32\rundll32.exe ffdshow.ax,configure
(make sure to change to your ffdshow directory)
Alternetively find the "ffdshow/videodecoder configuration" in your Windows Start Menu.

Click on Codecs and enable FLV1 (set to libavcodec).

Install Gabest flvsplitter. Then
Code:

regsvr32 path\to\filter.dll
Create AVS script:
Code:

DirectShowSource("C:\clip.flv")


Then you can open the AVS script with Virtual Dub, use AVIsynth PlugIn for Adobe Premiere to open AVS scripts,...

Stream Recorder 02-01-2010 07:02 AM

Re: How to open FLV files with AviSynth


 
You can also use VirtualDub plug-ins for opening FLV files


All times are GMT -6. The time now is 11:34 AM.