Does anyone have a modded vdrconvert script that will convert the new .ts files that vdr-1.7.0+ now saves?
Thanks
Sorry, convert to a .iso to play in a dvd player. Vdrconvert was a program that converted .vdr files to .iso, mpg, ect. to play on a dvd player ect.
http://ddimi.homeip.net/ ----- Original Message ----- From: "Artem Makhutov" artem@makhutov.org To: "VDR Mailing List" vdr@linuxtv.org Sent: Wednesday, June 24, 2009 5:24 AM Subject: Re: [vdr] vdrconvert-vdr-1.7.0+
Hi,
On Tue, Jun 23, 2009 at 07:23:55PM -0400, hu_emulator wrote:
Does anyone have a modded vdrconvert script that will convert the new .ts files that vdr-1.7.0+ now saves?
Convert to what?
Best regards, Artem
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
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
I edited your changes and when I run vdrconvert with the new vdr2dvd.sh it errors out. Could you post or make available your vdr2dvd.sh? ----- Original Message ----- From: "Falk Spitzberg" post@spitzberg.de To: "VDR Mailing List" vdr@linuxtv.org Sent: Wednesday, June 24, 2009 5:59 AM Subject: Re: [vdr] vdrconvert-vdr-1.7.0+
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
-- Falk Spitzberg Tel: +49 5242 901626 E-Mail: post@spitzberg.de
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Am Mittwoch, den 24.06.2009, 17:41 -0400 schrieb hu_emulator:
I edited your changes and when I run vdrconvert with the new vdr2dvd.sh it errors out. Could you post or make available your vdr2dvd.sh?
What kind of error do you get?
----- Original Message ----- From: "Falk Spitzberg" post@spitzberg.de To: "VDR Mailing List" vdr@linuxtv.org Sent: Wednesday, June 24, 2009 5:59 AM Subject: Re: [vdr] vdrconvert-vdr-1.7.0+
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
-- Falk Spitzberg Tel: +49 5242 901626 E-Mail: post@spitzberg.de
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr