Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: transfron does not execute transcode



I'm trying similar things.

First thing I noticed was that the plugin wants to make PAL, so I captured 
the command and saved it to a file.

Now I have an NTSC movie that contains a video pid, an audio pid, and an 
ac3 stream, and it would seem a PCM stream rated at 1536, although I'm not 
sure what it is for.  and also how to extract it.

My command that now fails is:

transcode -i temp_source/ -A -a 8 -N 0x2000 -x auto,vdrac3 -M 0 -f 23.976 -J ivtc,32detect=force_mode=3,decimate -y mpeg2enc="-a 2 -b 2500 -n n -S 800 -B 384",raw -Q 5,5 -V -F 4 -b 384 -o /transcodes/Hook.svcd 

I'm trying to pass thru the ac3 onto the svcd.  Any help is appreciated.

_J
In the new year, André Weidemann wrote:
> Hi,
> yesterday I downloaded transfron 0.3.2 and installed it.
> I also installed every program necessary for it to run.
> When I try to convert a recording to xvid/mp3 I get the following in my 
> log file:
> 
> start date: 2003-11-04-9:36
> ---------------------------------------------
> executing: rm -rf -- temp_source//
> ---------------------------------------------
> ln -s -- "/video0/Bud/2003-09-12.22:31.50.50.rec"/[0-9]*.vdr "temp_source//"
> ---------------------------------------------
> executing: transcode -i temp_source/ -y xvid,null -Q 5,5 -V -w 768 -Z 
> 720x544 -J dilyuvmmx -o /dev/null -q 1 -R 1
> ---------------------------------------------
> execution failed: No such file or directory
> 
> If I run the above command line from the shell by hand, it is working 
> flawlessly.
> I'm quite sure that the PATH is set correctly.
> If I start runvdr and have it echo $PATH, it includes /usr/local/bin and 
> this is where transcode resides.
> I have no idea what else it could be.
> 
> Any help will be greatly appreciated,
>   André.
> 
> 
> 
> -- 
> Info:
> To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
> 



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index