Mailing List archive

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

[linux-dvb] Re: pes2ts2 segfaults




Am Freitag, 25.10.02, um 03:20 Uhr (Europe/Berlin) schrieb Jeremy Hall:

> I am running
> tail -f 001.vdr|pes2ts2 4643 4642 >file.ts
> Is this right? I want to take a "pes stream" and turn it into a
> "ts" stream

Maybe i'm blind, but i can't see why you are using "tail"?

Try something like:

cat 001.vdr|pes2ts2 4643 4642 >file.ts

or

pes2ts2 4643 4642 >file.ts <001.vdr

Tom.



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index