Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: transfron vcd problem
David wrote:
Hi, I have a problem converting vdr recording to the vcd format.
Hi Dave,
There is a problem with the transcode command line, I think...
right
LOGFILE:
start date: 2003-11-02-12:42
---------------------------------------------
executing: rm -rf -- temp_source//
---------------------------------------------
ln -s -- "/mnt/debian/video1/Was_nicht_passt,_wird_passend_gemacht!/2003-11-01.17:31.50.50.rec"/[0-9]*.vdr "temp_source//"
---------------------------------------------
executing: transcode -i temp_source// -y mpeg2enc="-a 2 -b 1152 -n p -S 800 -B 224",mp2enc -Q 5,5 -V -Z 352x288 -F 1 -E 44100 -b 224 -o /mnt/debian/video1/../transcodes/Was nicht passt, wird passend gemacht!.vcd -q 0
transcode v0.6.10 (C) 2001-2003 Thomas Oestreich
[transcode] warning : unused command line parameter detected (28/34)
[transcode] warning : argc[28]=2 (unused)
[transcode] warning : argc[29]=nicht (unused)
[transcode] warning : argc[30]=passt, (unused)
[transcode] warning : argc[31]=wird (unused)
[transcode] warning : argc[32]=passend (unused)
[transcode] warning : argc[33]=gemacht!.vcd (unused)
i don't know witch script starts transcode but it has to escape the
output path:
transcode -i temp_source// -y mpeg2enc="-a 2 -b 1152 -n p -S 800 -B 224",mp2enc -Q 5,5 -V -Z 352x288 -F 1 -E 44100 -b 224 -o "/mnt/debian/video1/../transcodes/Was nicht passt, wird passend gemacht!.vcd" -q 0
Dig into the script and add to the exec command
\"
around the output dir var.
cu
Florian
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index