Log in

View Full Version : how to handle .trp files with avc inside


Selur
4th February 2008, 17:13
Since mplayer and ffmpeg both can't handle .trp files, does anyone know a way to remux such files with linux tools?

unixfs
4th February 2008, 17:19
surely they can, provided that there are PAT and PMT in the TS.
Can you upload a sample to ftp://upload.mplayerhq.hu/MPlayer/incoming ?

Selur
4th February 2008, 18:47
uploding, will be there in 5min

tobiasm767
4th February 2008, 19:00
Since mplayer and ffmpeg both can't handle .trp files, does anyone know a way to remux such files with linux tools?

Hi Selur
try the h264ts_cutter (tools -> convert trp/rec -> ts)

this functionality of the h264ts_cutter should run with mono.

trp files have no PAT and PMT. They have only the video and audio stream.

unixfs
4th February 2008, 23:13
mpegts streams without PAT and PMT are broken by definition.
They can be handled, but with a lot of hacks all over the code

tobiasm767
4th February 2008, 23:38
the converter of the h264ts_cutter add the PAT and PMT to these streams.

Selur
5th February 2008, 10:53
@tobiasm767: see http://www.movie2digital.de/thread.php?threadid=46064

---

thanks you two.

Cu Selur