[vdr] vdrconvert-vdr-1.7.0+
Falk Spitzberg
post at spitzberg.de
Wed Jun 24 11:59:25 CEST 2009
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 at linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
--
Falk Spitzberg
Tel: +49 5242 901626
E-Mail: post at spitzberg.de
More information about the vdr
mailing list