transcode-users
[Top][All Lists]
Advanced

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

Re: [transcode-users] tc_memcpy


To: transcode-users@xxxxxxxxx
Subject: Re: [transcode-users] tc_memcpy
From: Jacob Meuser <jakemsr@xxxxxxxxxxx>
Date: Sat, 27 Nov 2004 18:08:33 -0800
Delivered-to: itdp@localhost
In-reply-to: <1101605389.23559.3.camel@rivendell.home.local>
References: <1101605389.23559.3.camel@rivendell.home.local>
User-agent: Mutt/1.4.2i

On Sat, Nov 27, 2004 at 05:29:49PM -0800, Florin Andrei wrote:
> Thanks for the newly released version! (0.6.14) I compiled it on Fedora
> 3 with no obvious problems.
> 
> I'm running this bit of script to extract the video track and one audio
> track from a VOB:
> 
> mkfifo vid.fifo
> mkfifo aud.fifo
> tcextract -i vid.fifo -t vob -x mpeg2 -a 0xe0 > ${proj}.m2v &
> tcextract -i aud.fifo -t vob -x ac3 -a ${aud} > ${proj}.ac3 &
> cat $proj-big.vob | tee vid.fifo aud.fifo > /dev/null
> 
> When running it, i get these warnings in the xterm:
> 
> tc_memcpy: using libc for memcpy
> tc_memcpy: using libc for memcpy
> 
> Is it something i should worry about? The extracted tracks seem OK to
> me.

no. that is just information, not really warnings.  if you're
on i386 though, transcode will run a bit faster if configure
finds a recent version of nasm.

-- 
<jakemsr@xxxxxxxxxxx>

_______________________________________________
transcode-users mailing list
transcode-users@xxxxxxxxx
http://lists.exit1.org/mailman/listinfo/transcode-users


[Prev in Thread] Current Thread [Next in Thread]