Log in

View Full Version : TSConverter 2.5 w/ h.264 support released


crypto
29th October 2006, 18:24
TSConverter is a free multiplexer/demultiplexer/converter tool for TS streams.

Changes:

- Support for H.264 TS streams (cutting and demultiplexing)
- AC3 wav support added
- Improved GUI

Enjoy!

Download at http://www.dvbportal.de

http://www.dvbportal.de/projects/tsconverter/tsc-1.jpghttp://www.dvbportal.de/projects/tsconverter/tsc-2.jpg

blubberbirne
29th October 2006, 19:05
Sound great.

Testing it now with some Premiere HD Streams :)

bond
29th October 2006, 19:06
does it cut at h264 keyframes only?

crypto
29th October 2006, 20:05
When writing to .ts, it does cut at the packet that contains the key frame.


0000 47 40 FF 31 14 72 55 9E 94 BD FE AF 0C 02 0A 2C
0010 DE 55 A0 5C CC 03 4D 40 28 00 00 01 E0 00 00 80
0020 C0 0A 35 AD 03 73 31 15 AD 03 57 11 F6 F8 28 F7
0030 4C 31 FE FF E1 8C F4 62 9F 77 DC 00 00 00 01 09
0040 10 00 00 00 01 67 4D 40 28 89 99 80 F0 08 8B 01
0050 F7 01 01 01 F0 00 00 03 00 10 00 00 03 03 28 40


When stream discontinuities occur, a/v is resynched. The demuxed video however is not garanteed to start with a key frame. AVC2AVI does correct this.

blubberbirne
29th October 2006, 22:12
AVC2AVI does correct this.

Do you mean, that sound & video will be sync?

carlo_0000
29th October 2006, 22:42
wow was searching a gui from some days

but i have a litle bug open ts (h264)
the previeuw video is pink (codec used coreavc)

and can't still do nothing with .raw (can't open it in megui or virtualdub)
tryed olso converting it with mpayer to .x264 but same probleme can't open it in megui

i convert .ts to .ts it play beter now cpu usage 98% end before 100% with litle lags with coreavc

crypto
30th October 2006, 07:13
but i have a litle bug open ts (h264)
the previeuw video is pink (codec used coreavc)

Preview is done using WMP10/11. Load the .ts file into WMP and play with the Advanced Performance Options:

- Use video mixing renderer
- Use overlays
- Use high quality mode

I suspect "Use overlays" is on.

JK1974
30th October 2006, 11:24
Hi,

as I wrote in another post, players like PowerDVD and VLC apparently donīt play streams without PAT/PMT - opposed to Media Player Classic where it works without problems. Maybe upcoming CE devices (like the TVX one) also make problems when they find no PAT/PMT within the beginning of the file.
When you do recordings with a Technotrend Budget S-3200 and the delivered original software, PAT/PMT are written just once at the beginning of the file, while tools like DVBViewer repeat the PAT/PMT several times within a recorded file.
So, when opening a TT recording cut with TSConverter, it can not be played back with PowerDVD and VLC.

carlo_0000
30th October 2006, 17:05
Preview is done using WMP10/11. Load the .ts file into WMP and play with the Advanced Performance Options:

- Use video mixing renderer
- Use overlays
- Use high quality mode

I suspect "Use overlays" is on.

thanks i chose - Use high quality mode

it s ok now


has someone an idea what can i do with the raw or ts output than i can open it in mgui ?

ho very nice , with the last update of megui
it open the raw in avisynth , i happy now
going to try that




there is a problem
i m only able to open in mgui the raw file's what i convert dvb stream .ts (original .ts) to .raw

but i can't open the converted .ts what is converted yesturday to .ts (TSConverter)
what i now reconvert to .raw

the TSConverter does someting wrong or not supporterd by avisynth when it convert dvb ts to .ts

hope you understand what i mean
i resum

dvb .ts >TSConverter > .raw > avisynth ok
dvb .ts > TSConverter > .ts > TSConverter > .raw (unable to open in avisynth) !

edit : now it s works lol (probably it doesn't cut correctly that time)
i tested a gan end it open correctly in avisynth

other bug
converted raw to mp4 (x264) the first 7 sec of the video is gray

olso don't know the original bitrate of the .ts but i cut a 12mb
when convert to x264 choose 8000 (33mb) than 5000kbps (21mb) and the output is still biger that the original and olso used 1280* (original was 1920*)

crypto
31st October 2006, 07:59
TSConverter cuts without any changes to the stream. The result is virtually a binary copy of the original stream, no reencoding, no filtering.

Maxiuca
2nd November 2006, 17:09
I've just tested it with SkyUK streams and it doesn't seem to work.
With Cyfra+ (Polish sat provider) new test HD channel stream (h264) it works fine.

carlo_0000
2nd November 2006, 17:47
i still found no gui what is able to convert it to x264

megui can open it but make a output file completly corrupt :mad: :mad: :mad:

bob0r
4th November 2006, 11:37
Crashes on all H.264 TS files i got.

Batman.Begins.OAR.1920x1080.h264.DD20.ts crash:
AppName: tsconverter.exe AppVer: 2.5.0.0 ModName: cldemuxer.ax
ModVer: 1.0.0.4528 Offset: 0000d825

napoleon.dynamite.h264.1080i.dd51-abstrakt.ts crash:
AppName: tsconverter.exe AppVer: 2.5.0.0 ModName: cldemuxer.ax
ModVer: 1.0.0.4528 Offset: 0000d849

crypto
4th November 2006, 11:46
That's on old error of the combination hdtvpump and cldemuxer. There is probably an old version of hdtvpump registered. (hdtvpump version should be 1.2.0.0) I suggest to re-register hdtvpump in the filters folder.

bob0r
4th November 2006, 19:27
C:\WINDOWS\system32\regsvr32.exe /u "C:\Program Files\DVBPortal\Filters\HDTVPump.ax"
C:\WINDOWS\system32\regsvr32.exe "C:\Program Files\DVBPortal\Filters\HDTVPump.ax"

Error still occurs, thats the only HDTVPump.ax i got

crypto
4th November 2006, 19:57
Can you please check if it works, when you temporarily deregister cldemuxer.ax?

I tested with cldemuxer.ax version 1.0.0.3726, which is the newest version I am aware of. Is your version from the bluray player software?

bob0r
5th November 2006, 14:19
C:\WINDOWS\system32\CLDemuxer.ax 1.0.0.4304
C:\Program Files\CyberLink\PowerDVD\NavFilter\CLDemuxer.ax 1.0.0.4528
C:\Program Files\CyberLink\PowerDVD\UPnP\CLDemuxer.ax 1.0.0.3421

Renamed all files to _CLDemuxer.ax (so its not used) and indeed your program does open .ts files.

Thats what you get when you work with powerdvd :devil:

rumpleforeskin
21st November 2006, 18:47
Program sometimes hangs when choosing AC3 audio track instead of MPG.

crypto
21st November 2006, 22:34
Hmm, does the conversion hang? (At what percentage?) or does the UI hang? (not respond?)

rumpleforeskin
23rd November 2006, 19:42
UI hangs, although in retrospect it seems to be a filter problem on my end

mitsubishi
23rd November 2006, 19:53
Hi, forgot to mention this before.

When demuxing is complete and I close the app, the GUI closes, but the process is still alive in task manager and file handles are still open on the output, so unlocking or process killing is required before further work can be done on the result.

rumpleforeskin
24th November 2006, 20:00
When demuxing H264 and Raw AC3 audio both files are 0 bytes.

Toti
8th March 2008, 00:22
Awesome tool but does not work in Windows Vista. Any new versions for Vista???