2005-07-09, 12:52 PM
Some people have discovered that when you create the Womble mpeg-vcr clip file with convert2wme.bat and you move the recordings to a new location the .wme file can not be used.
This is because the .wme file has the full path names of the clips stored in the file.
This is actually not needed.
If you make the .wme file without the full path to the clip you can move the .wme together with the .mpg to any directory and mpeg-vcr will read the clip list and be able to find the clips because it assumes them to be in the same directory as the clip list.
All locations that have %~dpn?.mpg should be changed to %~n?.mpg
As an example
echo CLIP: %~dpn1.mpg >>x.wme
should become
echo CLIP: %~n1.mpg >>x.wme
This is because the .wme file has the full path names of the clips stored in the file.
This is actually not needed.
If you make the .wme file without the full path to the clip you can move the .wme together with the .mpg to any directory and mpeg-vcr will read the clip list and be able to find the clips because it assumes them to be in the same directory as the clip list.
All locations that have %~dpn?.mpg should be changed to %~n?.mpg
As an example
echo CLIP: %~dpn1.mpg >>x.wme
should become
echo CLIP: %~n1.mpg >>x.wme
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
Support Comskip, visit the forum and donate at http://www.comskip.org/