View Single Post
Old 17th October 2008, 03:23   #1  |  Link
olikl
Registered User
 
Join Date: Feb 2008
Posts: 26
Cutting/Editing HD captures from TV (.ts files)

Hi,
I have a .ts file recorded from TV, about 4 hours long, about 20GB big. There are three single drama episodes in it.
I am trying for about 40 hours now, downloaded about 10 different programs and I didn't get one step further...

The video is 1920x1080, mostly interlaced, h264.
There are two audio streams, one AC3 and one MPG, both at -1024ms delay (that is what tsmuxer gui shows me).

What I want:
Three single files with the three drama episodes in it, with only the AC3 sound and with subtitles (which I have as .srt file).

What I already did (at least the most essential things):
- First try was to just cut the files with h264ts-cutter. The tool crashed all the time. (It only works with files that were remuxed with tsmuxer gui before. As you will see later, this isn't any use to me. I didn't know this at that point.)
- I then tried to remux the .ts file while deleting the MPG stream that I don't need. The file could be opened by all tools, including h264ts-cutter. I tried a lot of things and everything seemed to work quiet good - Then I tested the remuxed ts file and found out that it was out of sync - I fixed it by properly delaying the AC3 stream and the first minutes were in sync, but the sound went out of sync more and more, at the end it were about 5 seconds.
- So, properly something wrong with AC3? I demuxed H264 and AC3 from ts file and tried to fix the AC3 with BeSplit. BeSplit found some sync issues and fixed it, but after remuxing the fixed AC3 with the H264, I experienced the same issues. Due to this, I can't cut the remuxed (async) .ts file with h264-ts-cutter, as a few seconds would be missing (either audio or video, depends on cutting point).

Besides this, I tried hours of creatign AviSynth scripts, writing tons of DirectShowSource and AviSource to try to fix it with megui: I indexed the h264 file with DGIndex, opened it with an .avs file in megui and created a cut file there with the AVS Cutter tool - I then used this cut file to cut my AC3. After remuxing the cutted AC3 and the cutted H264, I found them to be badly out of sync and from different parts of the video.



As you see, I am really at the end of my thoughts. Adding subtitles, deinterlacing, authoring etc. is no problem for me - As soon as I have IN SYNC AC3 and H264 files that I can work with.

I did never expected such a simple thing to get THIS horrible. I know the whole drama by heart now - Actually, I wanted to WATCH it after cutting it...

Thank you very much!!!
olikl is offline   Reply With Quote