* Re: [linux-dvb] pes to ts conversion
2008-05-02 12:58 [linux-dvb] pes to ts conversion Gurumurti Laxman Maharana
@ 2008-05-02 12:46 ` Ben Backx
2008-05-02 13:40 ` Gurumurti Laxman Maharana
2008-05-02 12:48 ` Andreas Regel
2008-05-02 20:27 ` Johannes Stezenbach
2 siblings, 1 reply; 6+ messages in thread
From: Ben Backx @ 2008-05-02 12:46 UTC (permalink / raw)
To: linux-dvb
Shouldn't you do it the other way around?
There are different PES in one TS, so it's breaking up the TS into PES...
Or combine PES into one TS...
I'm currently working on a program to split the TS into different PES, if
you're interested, I'll publish the code.
Regards,
Ben
> -----Original Message-----
> From: linux-dvb-bounces@linuxtv.org [mailto:linux-dvb-
> bounces@linuxtv.org] On Behalf Of Gurumurti Laxman Maharana
> Sent: 02 May 2008 14:58
> To: linux-dvb@linuxtv.org
> Subject: [linux-dvb] pes to ts conversion
>
> Hi All
> I want to know the steps to convert the PES stream to TS.
> basically to break PES into TS.
> Can any body help inthis regard or siggest any document or site.
> thanks with regards.
> --
> guru
>
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] pes to ts conversion
2008-05-02 12:58 [linux-dvb] pes to ts conversion Gurumurti Laxman Maharana
2008-05-02 12:46 ` Ben Backx
@ 2008-05-02 12:48 ` Andreas Regel
2008-05-02 20:27 ` Johannes Stezenbach
2 siblings, 0 replies; 6+ messages in thread
From: Andreas Regel @ 2008-05-02 12:48 UTC (permalink / raw)
To: linux-dvb
Gurumurti Laxman Maharana schrieb:
> Hi All
> I want to know the steps to convert the PES stream to TS.
> basically to break PES into TS.
> Can any body help inthis regard or siggest any document or site.
> thanks with regards.
Hi,
TS and PES formats are described in ISO 13818-1, you can find this
standard there http://neuron2.net/library/mpeg2/
You may also have a look at vdr-pvrinput plugin. It contains a simple
PES to TS conversion.
Regards
Andreas
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
* [linux-dvb] pes to ts conversion
@ 2008-05-02 12:58 Gurumurti Laxman Maharana
2008-05-02 12:46 ` Ben Backx
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Gurumurti Laxman Maharana @ 2008-05-02 12:58 UTC (permalink / raw)
To: linux-dvb
Hi All
I want to know the steps to convert the PES stream to TS.
basically to break PES into TS.
Can any body help inthis regard or siggest any document or site.
thanks with regards.
--
guru
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] pes to ts conversion
2008-05-02 12:46 ` Ben Backx
@ 2008-05-02 13:40 ` Gurumurti Laxman Maharana
0 siblings, 0 replies; 6+ messages in thread
From: Gurumurti Laxman Maharana @ 2008-05-02 13:40 UTC (permalink / raw)
To: Ben Backx; +Cc: linux-dvb
If I am wrong pls correct me.
PES may be as big as 65536 bytes and TS are of fixes size 188 Bytes. we
have to break this bigger PES into smaller TS.
isn't it so?
> Shouldn't you do it the other way around?
> There are different PES in one TS, so it's breaking up the TS into PES...
> Or combine PES into one TS...
> I'm currently working on a program to split the TS into different PES, if
> you're interested, I'll publish the code.
>
>
> Regards,
> Ben
>
>> -----Original Message-----
>> From: linux-dvb-bounces@linuxtv.org [mailto:linux-dvb-
>> bounces@linuxtv.org] On Behalf Of Gurumurti Laxman Maharana
>> Sent: 02 May 2008 14:58
>> To: linux-dvb@linuxtv.org
>> Subject: [linux-dvb] pes to ts conversion
>>
>> Hi All
>> I want to know the steps to convert the PES stream to TS.
>> basically to break PES into TS.
>> Can any body help inthis regard or siggest any document or site.
>> thanks with regards.
>> --
>> guru
>>
>>
>> _______________________________________________
>> linux-dvb mailing list
>> linux-dvb@linuxtv.org
>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
--
G. L. Maharana
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-dvb] pes to ts conversion
2008-05-02 12:58 [linux-dvb] pes to ts conversion Gurumurti Laxman Maharana
2008-05-02 12:46 ` Ben Backx
2008-05-02 12:48 ` Andreas Regel
@ 2008-05-02 20:27 ` Johannes Stezenbach
2 siblings, 0 replies; 6+ messages in thread
From: Johannes Stezenbach @ 2008-05-02 20:27 UTC (permalink / raw)
To: linux-dvb
On Fri, May 02, 2008, Gurumurti Laxman Maharana wrote:
> I want to know the steps to convert the PES stream to TS.
> basically to break PES into TS.
http://www.scara.com/~schirmer/o/mplex13818/
HTH,
Johannes
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
* [linux-dvb] pes to ts conversion
@ 2008-06-02 14:02 Lailson Nogueira
0 siblings, 0 replies; 6+ messages in thread
From: Lailson Nogueira @ 2008-06-02 14:02 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 446 bytes --]
Hey guys I downloaded his software:
http://www.scara.com/~schirmer/o/mplex13818/ but I really don't know how to
use It!
I have a .ps file and I want to create a .ts file from it, but I don't know
which commands I should type to do that:-(. I've been following the
instructions on the man page of the program, but I only manage to get a .ts
file with 0kb. Can anyone help me using this program? What are the commands
to create a .ts file?
Thanks
[-- Attachment #1.2: Type: text/html, Size: 532 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-06-02 14:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02 12:58 [linux-dvb] pes to ts conversion Gurumurti Laxman Maharana
2008-05-02 12:46 ` Ben Backx
2008-05-02 13:40 ` Gurumurti Laxman Maharana
2008-05-02 12:48 ` Andreas Regel
2008-05-02 20:27 ` Johannes Stezenbach
-- strict thread matches above, loose matches on Subject: below --
2008-06-02 14:02 Lailson Nogueira
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox