Updated Jan 12, 2009!!!! I've uploaded my mtranscode script again since it's been lost.
I put all of these files into it's own directory and configure the following files:
profiles.ini - transcoding profiles
default.ini - default transcoding profile settings
config.ini - custom configurations (e.g. save converted file to a different directory without deleting the original)
in your postprocessing.bat I have the following line:
echo %1 >> transcode_queue.txt
which holds the queue for the mtranscode.vbs script.
I set it up to run at night using windows scheduler.
Jam.z
---------------------------
Hi All,
Since I couldn't get the built in transcoder to work, I've been using mencoder and the suggestions in the forums. It works well, but I wanted more control. So, I wrote a script centered around mencoder.
This is a BETA and I would like others to test it for me. I've been using the core for a couple of days with a few minor adjustments in this final release.
If you have a good mencoder profile please post it here so that others can try.
Suggestions on how to document better as well as how to improve the code are always welcome.
Cheers, Jam.z
P.S. You'll have to download your own version of mencoder. There seems to be a problem when I include mencoder in the zip file. Also I find that some mencoder builds can't handle large mpg files.
---------------------------------------------
Summary:
This program is a script wrapped around mencoder - or any command line encoder. It will run through a queue file and transcode all the files in the queue. This script does not do any transcoding whatsoever, it requires an external transcoder like mencoder.
Features:
-can be run overnight or ASAP
-will transcode according to profile
-can start right after recordings with some additions to postprocessing.bat in GBPVR
-can be configured to use virtually any command line encoder (possibly virutaldub)
-test mode for 120 second transcodes to test quality and correct profile settings
-option to transcode files and put them all into one directory for easy transfer to portable devices
I put all of these files into it's own directory and configure the following files:
profiles.ini - transcoding profiles
default.ini - default transcoding profile settings
config.ini - custom configurations (e.g. save converted file to a different directory without deleting the original)
in your postprocessing.bat I have the following line:
echo %1 >> transcode_queue.txt
which holds the queue for the mtranscode.vbs script.
I set it up to run at night using windows scheduler.
Jam.z
---------------------------
Hi All,
Since I couldn't get the built in transcoder to work, I've been using mencoder and the suggestions in the forums. It works well, but I wanted more control. So, I wrote a script centered around mencoder.
This is a BETA and I would like others to test it for me. I've been using the core for a couple of days with a few minor adjustments in this final release.
If you have a good mencoder profile please post it here so that others can try.
Suggestions on how to document better as well as how to improve the code are always welcome.
Cheers, Jam.z
P.S. You'll have to download your own version of mencoder. There seems to be a problem when I include mencoder in the zip file. Also I find that some mencoder builds can't handle large mpg files.
---------------------------------------------
Summary:
This program is a script wrapped around mencoder - or any command line encoder. It will run through a queue file and transcode all the files in the queue. This script does not do any transcoding whatsoever, it requires an external transcoder like mencoder.
Features:
-can be run overnight or ASAP
-will transcode according to profile
-can start right after recordings with some additions to postprocessing.bat in GBPVR
-can be configured to use virtually any command line encoder (possibly virutaldub)
-test mode for 120 second transcodes to test quality and correct profile settings
-option to transcode files and put them all into one directory for easy transfer to portable devices