Hello,
found very usefull the feature of fileserving in virtualdub. BUT is there a way to fileserver from virtual dub a vob file to an encoder such as format factory or adobe media encoder in order to export a flv file??
+ Reply to Thread
Results 1 to 7 of 7
-
-
Depending on what type of FLV you want, you could use the external encoder feature in Virtualdub to encode x264/aac flv.
Here is a link to show how to use the external encoder feature...
http://forums.virtualdub.org/index.php?act=ST&f=3&t=18840&
You could create an mkv encoder set using x264.exe for video, neroaacenc.exe for audio and mkvmerge.exe as muxer and encode to mkv.
You could then use Super in copy mode to copy into FLV container or use ffmpeg with the copy command to copy to flv container. -
i just have a vob file and want to convert it in something i can upload on a webpage. So i dont know what type of flv its required..
i read your link but cannot find anywhere the option>external encoder in VirtualDub 1.9.11. Is there a simpler way to do that like: open vob in virtualdub, start frameserver and open the fake avi file in an encoder like super or anything and encode it to flv? Because all the above seems like rocket science to me!Ok if u tell where i can find external encoders i will try it anyway...
Something last. My pc runs windows 7 64bit. Can i use frameserve with 64 and also the 64bit version of virtual dub? or should i shift to the 32bit version?Because i read somewhere that frameserve is not supported in 64 bit systems... -
I don't know any program that you can frameserve to that will encode to FLV. You'll have to experiment or hope someone chimes in who knows of one.
You need version 1.10.0 or higher of Virtualdub to get the external encoder (sorry).
32 bit... http://sourceforge.net/projects/virtualdub/files/virtualdub-experimental/1.10.0.33848/...0.zip/download
64 bit... http://sourceforge.net/projects/virtualdub/files/virtualdub-experimental/1.10.0.33848/...4.zip/download
Latest experimental...
32 bit... http://www.virtualdub.org/beta/VirtualDub-1.10.1-test7.zip
64 bit... http://www.virtualdub.org/beta/VirtualDub-1.10.1-test7-AMD64.zip
I would use 32 bit because it has better filter support but installing 32 bit codecs on 64 bit Windows is tricky also. I run XP so I don't know about frameserving and 64 bit.
The links to the encoders were in the thread. For FLV, you will need...
Video encoder - x264.exe - 32 bit - http://mirror01.x264.nl/x264/32bit/8bit_depth/revision1995/x264.exe
Video encoder - x264.exe - 32 bit - http://mirror01.x264.nl/x264/64bit/8bit_depth/revision1995/x264.exe
Audio encoder - Neroaacenc.exe - https://www.videohelp.com/download/NeroAACCodec-1.5.1.zip
Muxer - ffmpeg - 32 bit - http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-git-c1daf07-win32-static.7z
Muxer - ffmpeg - 64 bit - http://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-git-c1daf07-win64-static.7z
Try to keep all your encoders in the same folder (some you can't but...). I use "C:\Tools" to keep it simple. Follow the instructions in the guide on the website and you can't go wrong.
Here are the profiles to create x264/aac flv with the external encoder.
Video Encoder Profile
(Program) C:\Tools\x264.exe
(Command Arguments) --crf 26 --preset superfast --tune film --demuxer raw --input-csp i420 --input-res %(width)x%(height) --fps %(fpsnum)/%(fpsden) -o "%(tempvideofile)" -
(Output Filename) %(outputname).264
Audio Encoder Profile
(Program) C:\Tools\neroAacEnc.exe
(Command Arguments) -q 0.35 -ignorelength -if - -of "%(tempaudiofile)"
(Output Filename) %(outputname).aac
Muxer Profile
(Program) C:\Tools\ffmpeg-git-c1daf07-win32-static\bin\ffmpeg.exe
(Command Arguments) -i "%(tempvideofile)" -i "%(tempaudiofile)" -vcodec copy -acodec copy "%(outputname)" -
-
Encoder Set: mp4 slow
Video Emcoder: 264 slow
Audio Encoder: neroaac
Multiplexer: mp4box
Video Encoder
C:\Tools\x264.exe (or where ever you have x264.exe)
--crf 21 --preset slow --tune film --demuxer raw --input-csp i420 --input-res %(width)x%(height) --fps %(fpsnum)/%(fpsden) -o "%(tempvideofile)" -
%(outputname).264
"check first three parameters"
Audio Encoder (important: Input Format = Wav File / Bypass Compression) use full processing mode in V-Dub
C:\Tools\neroAacEnc.exe (or where ever you have neroAacEnc.exe)
-q 0.35 -ignorelength -if - -of "%(tempaudiofile)"
%(outputname).aac
"check first three parameters"
Multiplexer
C:\Program Files\My MP4Box GUI\Tools\MP4Box.exe (or where ever you have MP4Box.exe)
-add "%(tempvideofile)" -add "%(tempaudiofile)" "%(outputname)" -fps %(fps)
"check all parameters"
Similar Threads
-
Riva makes my FLV's bigger + can I use VirtualDub to create FLV's?
By OM2 in forum Newbie / General discussionsReplies: 9Last Post: 13th Jan 2010, 13:53 -
FLV audio out of sync, can't work VirtualDub w/ FLV plugin
By ZantarV in forum Video ConversionReplies: 1Last Post: 4th Sep 2009, 11:51 -
Export to Flv from Vegas
By Bajazz in forum Video ConversionReplies: 14Last Post: 23rd Sep 2008, 07:39 -
What is the best export format from Vegas for later FLV conversion?
By Gargalash in forum Video ConversionReplies: 1Last Post: 15th Apr 2008, 00:20 -
how to export from fla to flv
By yunakokimama in forum Newbie / General discussionsReplies: 1Last Post: 6th Nov 2007, 03:15