Is there a simple way to encode a video, and possible queue up videos to encode into a codec (lagarith)? This is my current steps:
1# Copy the full path to the video
2# Go my AVS folder, open up a avs file, paste the file name in, save it
3# get vdub to open the avs file, remove adio, select codec
4# Save the file, wait till its done, and go back to step 1 for every file.
How can I do this quicker? Id love some sort of program where I can drag/drop files into it, it puts it into the queue and encodes it using the predefined codec in the predefined HDD. Suggestions? Audio is not important, I can add that in later if needed.
+ Reply to Thread
Results 1 to 10 of 10
-
-
you can try khaver's batch intermediate creator. There are several versions but one of them uses system installed vfw codecs , including lagarith if it's installed . They work by using a batch avs template. It comes with a GUI and pdf instructions and is fairly easy to use
http://www.hv20.com/showthread.php?29578-Batch-Intermediate-Creator-New-Version
http://www.hv20.com/showthread.php?27561-New-Batch-Intermediate-Creator
another option is a ffmpeg batch file (but you can't encode to lagarith, but you can use other lossless intermediates like ffv1, huffyuv for example) . You don't need avisynth with this method -
Batch file:
x264.exe --crf=0 --keyint=1 --output %1.mkv %1
Of course, that's video only. -
Maybe you like Drag Drop Convert GUI, use option "Encode to FFmpeg" to convert to codec ffv1 and then just select all file you want then drag and drop on GUI, all you left to do is wait it encode all file you drop
-
poisondeathray: No luck. I cant drag&drop, and each time I try to click 'start' it tells me me 'please enter path to avs template'... I have no clue what its talking about, im trying to avoid AVS.... The pdf contains same info as in the thread.
jagabo: Not sure what you want me to do with that command. I dont know batch.
richter03: Maybe ill check that out later. -
-
Yeah I tried that, nothing happaned... Just tried it again, same thing. I get a quick popup of the command prompt but other then that, nothing.
-
Make sure x264.exe is in your search path. Or specify the exact location of x264.exe in the batch file:
"C:\Program files\x264\x264.exe" --crf=0 --keyint=1 --output %1.mkv %1 -
ok that worked, but what it is doing. Seems to be saving an MKV file right now.
-
It's creating a losslessly encoded video file. What you asked for. All i-frame h.264 in MKV.
Similar Threads
-
(Mp4, AACv2, MKV, Webm, Theora) Drag Drop Convert GUI Update v 1.2.0.0
By richter03 in forum Video ConversionReplies: 11Last Post: 21st Apr 2013, 05:35 -
Avidemux+64 bit win7 = no drag and drop files?
By duhmez in forum EditingReplies: 2Last Post: 20th Jul 2012, 04:47 -
Drag and Drop Assets
By scoooter1 in forum SVCD2DVD & VOB2MPGReplies: 1Last Post: 7th May 2011, 04:37 -
AVC H.264 MP4s displayed black by VirtualDub upon drag'n'drop
By bulgom in forum EditingReplies: 22Last Post: 6th Apr 2011, 20:18 -
Drag n Drop Problem
By Jim255 in forum SVCD2DVD & VOB2MPGReplies: 2Last Post: 29th Mar 2011, 03:26