[vdr] TS to chinapod

2010-10-14 Thread Arturo Martinez
9:35 +0200 From: Matthias Fechner Subject: Re: [vdr] TS to chinapod To:vdr@linuxtv.org Message-ID:<4cb70367.8000...@fechner.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Am 14.10.10 12:01, schrieb Arturo Martinez: > Could somebody tell me how could I implement this wi

Re: [vdr] TS to chinapod

2010-10-14 Thread Matthias Fechner
Am 14.10.10 12:01, schrieb Arturo Martinez: Could somebody tell me how could I implement this within vdr, so I select 'Commands' and then the file to be converted and either it calls the bash script to do the job or otherwise converts it using the same parameters? check the file MANUAL in the v

Re: [vdr] TS to chinapod

2010-10-14 Thread Joerg Linnemann
I think he wants to start the conversion manually via OSD and not automatically... 2010/10/14 Füley István > From the VDR's INSTALL file: > > "Executing commands before and after a recording: > > > You can use the '-r' option to define a program

Re: [vdr] TS to chinapod

2010-10-14 Thread Füley István
From the VDR's INSTALL file: "Executing commands before and after a recording: You can use the '-r' option to define a program or script that gets called before and after a recording is performed, and after an editing process has finished. The pr

[vdr] TS to chinapod

2010-10-14 Thread Arturo Martinez
I have the following bash script: chinapod.sh #!/bin/sh /usr/bin/ffmpeg -i $1 -s 320x240 -r 23.97 -vcodec wmv2 -acodec wmav2 -ab 160k ${1%\.*}.asf From a bash prompt I run chinapod 01.ts and it converts the recording happily to the desired format. Could somebody tell me how could I i