Am Dienstag, den 23.06.2009, 19:23 -0400 schrieb hu_emulator:
Does anyone have a modded vdrconvert script that will convert the new .ts files that vdr-1.7.0+ now saves?
I have changes only for the conversion to DVD, here the diff between the standard- and the TS version of vdr2dvd.sh:
1124c1121 < local vdrfiles=`$LS $i/[0-9]*.vdr` ---
local vdrfiles=`$LS $i/[0-9]*.ts`
1175c1172 < nice -n ${PRIO} cat $i/[0-9]*.vdr
${UniqueDir[Number]}/00001.vdr
---
nice -n ${PRIO} cat $i/[0-9]*.ts
${UniqueDir[Number]}/00001.vdr
cap.sh also needs a change, which works for all conversions
1124c1121 < local vdrfiles=`$LS $i/[0-9]*.vdr` ---
local vdrfiles=`$LS $i/[0-9]*.ts`
1175c1172 < nice -n ${PRIO} cat $i/[0-9]*.vdr
${UniqueDir[Number]}/00001.vdr
---
nice -n ${PRIO} cat $i/[0-9]*.ts
${UniqueDir[Number]}/00001.vdr
Hope, it helps.
Thanks
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr