PDA

View Full Version : Editing H.264 TS


P.J
30th August 2009, 17:25
Please recommend me a program that edits H.264 TS files without re-encoding.
I tried "H.264 TS Cutter 111", but it didn't work for me :(

Thanks.

neuron2
30th August 2009, 22:11
"it didn't work" is almost as bad as saying nothing. How did it not work?

ernstdo
31st August 2009, 10:59
TS-Doctor
http://www.cypheros.de/dvb.html

P.J
31st August 2009, 22:02
"it didn't work" is almost as bad as saying nothing. How did it not work?
:rolleyes:

EDIT: TS-Doctor didnt work too: "DirectX error: Failed to render file"

poisondeathray
31st August 2009, 22:24
Install haali media splitter, ffdshow and try again with h264 ts cutter

You can also try TSPE

P.J
1st September 2009, 10:56
Install haali media splitter, ffdshow and try again with h264 ts cutter

You can also try TSPE

Yes! I forgot it. Thanks so much :)

And do you know what does it mean :

neuron2
1st September 2009, 13:53
It means exactly what it says. What part do you not understand?

Ghitulescu
1st September 2009, 14:16
http://www.afterdawn.com/glossary/terms/idr_frame.cfm

Lots of HD sender broadcast without IDR frames, so I've heard.

P.J
2nd September 2009, 10:05
And I got this when I want to save my file: :(

neuron2
2nd September 2009, 15:04
That program never worked for me either, always crashed.

Now that you have installed Haali and ffdshow, try TS-Doctor again. It works fine for me.

TheResidentEvil
2nd September 2009, 21:28
TSSniper and TSPE are the best. However, TSSniper gives me a problem where you cant select the IDR frames yourself and so after a cut, it will flash a quick frame from before the cut while watching. Anyone know how to fix that?

P.J
2nd September 2009, 23:27
That program never worked for me either, always crashed.

Now that you have installed Haali and ffdshow, try TS-Doctor again. It works fine for me.

Yes, it seems TS-Doctor is better :)
Hope to see VideoReDo and TMPGEnc XPress with ability of H.264 editing soon :(

pacaveli211
4th September 2009, 03:14
possibly tsmuxer might do some of the things you're looking for

audyovydeo
4th September 2009, 12:21
Before I buy a camera (Panasonic Lumix AVCHD Lite), what is the easiest way (ie : command line) to demux the .MTS files and remux them to MP4 ?

DGAVCDEC + MP4box ? other ?

I noticed that TS Doctor mentioned above does not demux...

thanks
audyovydeo

P.J
6th September 2009, 09:02
Yes, tsmuxer can do it, but there's no preview :D

7ekno
7th September 2009, 15:05
Before I buy a camera (Panasonic Lumix AVCHD Lite)
Absolutely love mine ;)

what is the easiest way (ie : command line) to demux the .MTS files and remux them to MP4?
I use H264TSto (http://forum.doom9.org/showthread.php?t=117806&highlight=h264TSto) as a CLI tool inside a batch that just loops thru all MTS files (I go straight to MKV with the linked tool, but you could demux to raw, then use MP4Box in another loop of the batch to go to MP4) ...

7ek