[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]
Re: [transcode-users] tc_memcpy
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