VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. 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??
    Quote Quote  
  2. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  
  3. 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...
    Quote Quote  
  4. flash supports mp4
    Quote Quote  
  5. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    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)"
    Image Attached Thumbnails Click image for larger version

Name:	External Encoder.gif
Views:	1770
Size:	43.0 KB
ID:	7183  

    Quote Quote  
  6. Member
    Join Date
    Nov 2012
    Location
    Czech Republic
    Search Comp PM
    Hi Folks,

    can someone please post here detailed command arguments to convert flv video to mp4 using wirtualdub extenal encoder with the specs as below:

    res: 1280x720
    audio br 112-192kbs
    video br: 4000 -6000
    encoders264, NeroAAC, MP4box or ffmpeg

    Prompt response would be highly appreciated.

    Thanks
    Quote Quote  
  7. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    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"
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!