Log in

View Full Version : smartLabs tsMuxeR: Transport Stream muxer


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85

B4tm4n
2nd April 2008, 18:57
tsMuxergui does not work with WINE. At least not for me. I am running the very latest stable WINE release (subscribed to their software repository, so it gets updated whenever they release a new version) on Ubuntu 7.10 and 7.04
It appears to work fine, it launches, but it gives errors when I try to add AVCHD .m2ts files.

It would be great if the GUI could run with WINE.

I use tsMuxergui on my Mac via Crossover ( commercial verion of Wine for OS X) with out any problems.

redeemer
2nd April 2008, 19:38
Thankyou for a great program.

I'm having a little problem with a mux. The source files are a video (1920x816 H.264) track and a DTS audio track. The process seems to go fine:

SmartLabs tsMuxeR. Version 1.6.3(b) http://www.smlabs.net
Decoding H264 stream (track 1): Profile: High@4.1 Resolution: 1920:816p Frame rate: 23.976fps
0.0% complete
H264 bitstream changed: insert nal unit delimiters
Decoding DTS stream (track 2): Bitrate: 1536Kbps Sample Rate: 48KHz Channels: 6
B-pyramid level 1 detected. Shift DTS to 2 frames
761.4% complete
Processed 220688 video frames
761.7% complete
Mux successful complete.
Muxing time: 14 min 41.6273 sec

Except for the "761.4% complete" part, but I guess it's just being thorough :)

The resulting TS-file played back in VLC doesn't play any audio and under Stream Information it says:

Stream 0
-Codec: h264
-Language:
Type:Video

Stream 1
Codec: spu
Language:
Type: Subtitle

Which seems a bit strange...

I'm using the 1.6.3(b) Linux version BTW.

Here's the output of mkvinfo:

+ EBML head
|+ Doc type: matroska
|+ Doc type version: 1
|+ Doc type read version: 1
+ Segment, size 13229844271
|+ Seek head (subentries will be skipped)
|+ EbmlVoid (size: 4025)
|+ Segment information
| + Timecode scale: 1000000
| + Muxing application: libebml v0.7.7 + libmatroska v0.8.1
| + Writing application: mkvmerge v2.1.0 ('Another Place To Fall') built on Aug 19 2007 13:40:07
| + Duration: 9205.259s (02:33:25.259000000)
| + Date: Tue Feb 26 08:06:06 2008 UTC
| + Segment UID: 0x8d 0x40 0x11 0x6c 0x6d 0xd8 0xec 0x4d 0x82 0x93 0xaf 0x53 0xe3 0xa7 0x80 0x08
|+ Segment tracks
| + A track
| + Track number: 1
| + Track UID: 4041803943
| + Track type: audio
| + Enabled: 1
| + Default flag: 1
| + Forced flag: 0
| + Lacing flag: 1
| + MinCache: 0
| + Timecode scale: 1.000000
| + Max BlockAddition ID: 0
| + Codec ID: A_DTS
| + Codec decode all: 1
| + Language: eng
| + Audio track
| + Sampling frequency: 48000.000000
| + Channels: 6
| + A track
| + Track number: 2
| + Track UID: 190869418
| + Track type: subtitles
| + Enabled: 1
| + Default flag: 0
| + Forced flag: 0
| + Lacing flag: 0
| + MinCache: 0
| + Timecode scale: 1.000000
| + Max BlockAddition ID: 0
| + Codec ID: S_TEXT/UTF8
| + Codec decode all: 1
| + Language: eng
| + A track
| + Track number: 3
| + Track UID: 1
| + Track type: video
| + Enabled: 1
| + Default flag: 1
| + Forced flag: 0
| + Lacing flag: 0
| + MinCache: 1
| + Timecode scale: 1.000000
| + Max BlockAddition ID: 0
| + Codec ID: V_MPEG4/ISO/AVC
| + Codec decode all: 1
| + CodecPrivate, length 167
| + Default duration: 41.708ms (23.976 fps for a video track)
| + Language: eng
| + Video track
| + Pixel width: 1920
| + Pixel height: 816
| + Interlaced: 0
| + Display width: 1920
| + Display height: 817
|+ EbmlVoid (size: 1024)
|+ Cluster

Any ideas what's wrong?

dorati
2nd April 2008, 20:00
I have problem with TS-Files. The A/V-Delay is not calculated correct.

Is the Source of your Programm available ?
If not, how you calculate the PCR (what is changed /different to TsRemux) ?

Thank you.

ljy767
3rd April 2008, 03:07
"MKV"
Video #1
Codec : MPEG-4 AVC
Codec/Info : MPEG4 ISO advanced profile
PlayTime : 3mn 28s
Width : 712 pixels
Height : 352 pixels
Display Aspect ratio : 2.455
Frame rate : 23.976 fps

"MUX TS"
Video #1011
Codec : AVC
Codec/Info : MPEG-4 AVC
Codec profile : High@L5.1
Width : 720 pixels
Height : 352 pixels
Display Aspect ratio : 2.045
~~~~~~~~~~~~~~~~~~~~
mkv:Display Aspect ratio : 2.455
ts:Display Aspect ratio : 2.045

HOW....?

buggymonkey
3rd April 2008, 09:20
Why? every reveicer today could handle dts. And tsmuxer make a downconvert. So why?

Nobody needs it really

only as I i media stream to 4 rooms , 3 of which just have HD tv's
no AV recievers , so just me being lazy:devil:

and this would make it the only tool I required
at the moment I have to demux and m2ts stream ,

convert the DTS to AC3 in media coder and remux to m2ts ,
for use by my popcorn media tanks

now if I could do it with this one tool !!!!!:):thanks:

ElrondElvish
3rd April 2008, 20:10
There seem to be more than a few MKV files that have the DAR encoded in the container and the aspect ratio is missing from the video stream (a 264 stream for example).

tsMuxer doesn't seem to read the DAR from the MKV container and write that to the ts container, thus some movies are muxed with the wrong aspect ratio (the actual ratio of the encoded video instead of correct display ratio). An example:

Input MKV
Video #0
Codec : MPEG-4 AVC
Codec/Info : MPEG4 ISO advanced profile
Width : 704 pixels
Height : 432 pixels
Display Aspect ratio : 2.35

Output M2TS
Video #0
Codec : AVC
Codec/Info : MPEG-4 AVC
Width : 704 pixels
Height : 432 pixels
Display Aspect ratio : 1.630

Can tsMuxer be updated to read and thus write the original container DAR, or otherwise, is there a tool that can write the correct DAR to the ts output that tsMuxer generates?

:thanks: Thanks.

Warrex
4th April 2008, 00:44
chamb_link

Yes. I have started to improve subtitles support in tsMuxR.
I plan the following:
1. Add .srt subtitles support and ability to convert srt to PGS
2. Add dvd subtitles support and ability to convert srt to SUB.
3. Ability to convert SUB to PGS
4. Add HD-DVD subtitles, ability to convert HD-DVD subtitles to DVD SUB or PGS.
5. Add other txt based subtitles


Very impressive list! Would be cool if there was later on also an option to only extract forced subtitles (if they are not in a seperate stream).


Btw: Now that BD edit has correct chapter export (see below), would you please consider adding millisecond support for chapters?

http://forum.doom9.org/showpost.php?p=1121169&postcount=94

gav1577
4th April 2008, 02:14
@roman have you had a chance to take a look at my samples i uploaded yet? i still am getting a black screen and no sound with all my 1080 files when creating bluray structure/avchd dvd regardless of what format they are in even original files straight from bluray without encoding give the same result. this is very odd as all my files will play on my pc and if streamed to the ps3 and also from ext usb. btw all files will play in avchd dvd/bluray structure if created by
tsremux any ideas :confused:

ps this problem is apparent also with latest Version 1.7.1(b)

Hi roman i have done some tests and found the reason i am getting
a black screen and no sound with 1080 files. the reason is tsmuxer
is not producing an CLIPINF & PLAYLIST file for 1080 files only for 720. i took the CLIPINF & PLAYLIST file from a structure created with tsremux and dropped it into the structure tsmuxer created and it plays when burnt to avchd the problem is 1080 = no CLIPINF & PLAYLIST file can you fix this please :D

EDIT: Nevermind the newest version seems to work fine thanks :)

n0mag!c
4th April 2008, 07:14
* Version 1.7.1(b)[/URL]
- Bug fixed: Now pulldown info correctly processed.
- Ability to remove pulldown info from stream added. All video codecs are supported: H.264, VC-1, MPEG2.
Now 30fps MPEG-2 video stream with pulldown processed even strange. Resulting TS can't play correct even on PC. Video is playing at about 12 fps (very low CPU load) and audio is stuttering that much that I can say it can't really be heard.

B4tm4n
4th April 2008, 16:43
@ roman76r

* Version 1.4.6(b)
- Fixed a bug with synchronization of a H.264 stream and audio. This bug was appear on some streams only. When there was this bug, In a log were printed many messages "B-pyramid level 2 detected","B-pyramid level 3 detected" e.t.c.

B-pyramid level 6 detected. Shift DTS to 7 frames
B-pyramid level 7 detected. Shift DTS to 8 frames
B-pyramid level 87 detected. Shift DTS to 88 frames
B-pyramid level 89 detected. Shift DTS to 90 frames
B-pyramid level 90 detected. Shift DTS to 91 frames
B-pyramid level 205 detected. Shift DTS to 206 frames
B-pyramid level 207 detected. Shift DTS to 208 frames
B-pyramid level 208 detected. Shift DTS to 209 frames

I'm getting this error on the latest version, I've tried with older versions and still get the error which throws the audio out of sync.

Heres a sample mkv that gives this error.
http://www.divshare.com/download/4171339-988

adalbertoma
5th April 2008, 03:57
Still no go with some AAC soundtracks inside MKV container as of 1.7.3. This bug has been on TSMUXER since the beginning.

B4tm4n
5th April 2008, 12:35
Still getting the error with new version.
Using the same sample : http://www.divshare.com/download/4171339-988

SmartLabs tsMuxeR. Version 1.7.3(b) http://www.smlabs.net
Decoding H264 stream (track 1): Profile: High@5.1 Resolution: 1280:688p Frame rate: 23.976
H.264 muxing fps not set. Get fps from stream.
H264 bitstream changed: insert nal unit delimiters
H264 bitstream changed: insert pict timing and buffering period SEI units
B-pyramid level 1 detected. Shift DTS to 2 frames
H264 bitstream changed: insert SPS/PPS units
B-pyramid level 6 detected. Shift DTS to 7 frames
B-pyramid level 7 detected. Shift DTS to 8 frames
B-pyramid level 87 detected. Shift DTS to 88 frames
B-pyramid level 89 detected. Shift DTS to 90 frames
B-pyramid level 90 detected. Shift DTS to 91 frames
Processed 9665 video frames
Mux successful complete.
Muxing time: 10 sec

roman76r
5th April 2008, 14:58
B4tm4n
It is not a bug in tsMuxR. Your example contain bad frames, It leads to occurrence mistiming.
I have made small updating, now tsMuxeR will be less sensitive to bad frames in H.264. Plese, try version 1.7.4.
http://www.smlabs.net/tsMuxer/tsMuxeR_1.7.4(b).zip

B4tm4n
5th April 2008, 15:10
B4tm4n
It is not a bug in tsMuxR. Your example contain bad frames, It leads to occurrence mistiming.
I have made small updating, now tsMuxeR will be less sensitive to bad frames in H.264. Plese, try version 1.7.4.
http://www.smlabs.net/tsMuxer/tsMuxeR_1.7.4(b).zip

I was starting to think that myself, considering its the only file I've ever had a problem with using your app.
Version 1.7.4 seems to working, only one extra "B-pyramid level 2 detected" line has popped up.
I remux the whole movie and see if its in sync.


Yeah I found the bad frames thats where it starts to go out of sync, the things a lost cause, going to wipe it off my hard drive.

Thanks for trying to fix it ( well there was nothing to fix, its just I've got a duff file ).

roman76r
5th April 2008, 17:31
adalbertoma
Still no go with some AAC soundtracks inside MKV container as of 1.7.3. This bug has been on TSMUXER since the beginning
For the decision of this problem it is necessary to write a lot of code (special AAC class handled it is necessary for AAC tracks inside MKV container). I think this feature it not so important now. I continue to work at subtitles.

Lacix
5th April 2008, 18:49
I continue to work at subtitles.

Hi roman75r,
Great work, thanks for the time and work you put into this program.
BTW
I've used SupRead and generated a subtitle for a 720p project.
Interestingly when I import it into TSMuxer it says it has 1920x1080 resolution.(Maybe some problem with SupRead)
If I use this subtitle creating a blu-ray DVD then I can't switch off the subtitle in PS3.
Is it a problem in tsmuxer or do I have to do something else with the project or is it some issue with PS3.

duramaximus
5th April 2008, 19:35
First of all I have to say GREAT program.

I have been playing around with it a little and am wondering about the split option.

What is the split option used for. I mean, I know you can split the file into several pieces, but why?

Would this allow me to split a bluray up into several pieces and burn them onto DVD-R for playback on a regular DVD player?

Thanks,

Duramaximus

Atak_Snajpera
5th April 2008, 21:37
I've used SupRead and generated a subtitle for a 720p project.
Supread does not generate 720p subtitles. You get only 1080p therefore you don't see them. (subtitles are below screen)

I continue to work at subtitles.
Excellent choice :)

What is the split option used for. I mean, I know you can split the file into several pieces, but why?
Ps3 hardrive supports only fat32. Single file cannot be larger than 4GB. In order to copy you need to use split function.

Would this allow me to split a bluray up into several pieces and burn them onto DVD-R for playback on a regular DVD player?
You need Blu-Ray player not DVD-player :)

duramaximus
5th April 2008, 21:42
Supread does not generate 720p subtitles. You get only 1080p therefore you don't see them. (subtitles are below screen)


Excellent choice :)


Ps3 hardrive supports only fat32. Single file cannot be larger than 4GB. In order to copy you need to use split function.


You need Blu-Ray player not DVD-player :)


Thanks for your reply.

So basically if I dont have a PS3 but do own a Bluray player I will never use the "Split" feature?

Atak_Snajpera
5th April 2008, 21:55
It's up to you. It should work if split or not :)

Lacix
5th April 2008, 22:13
Supread does not generate 720p subtitles. You get only 1080p therefore you don't see them. (subtitles are below screen)

There was a 720p option in Supread (Options/Image).
I see the subtitle.
The problem is that I allways see the subtitle I can't turn it off.

dorati
6th April 2008, 05:22
@roman76r:

The delay is calculated not correct !

Here is an example. Please have a look.

http://rapidshare.de/files/39034758/20080402_0013_-_ZDF_-_Johannes_B_Kerner.ts.html

Ryu77
6th April 2008, 08:43
Roman, I am noticing that M2TS output is still sticking slightly when seeking (FF/REW). I and some others have found that running the raw h264 through h264info and then muxing with tsMuxeR with "Add picture timing info" and "Continually insert SPS/PPS" disabled, allows the file to play with seeking working perfectly smooth.

Any ideas what is causing this?

What options are recommended to be enabled or set to create PS3 compatible media files?

amdxpdevil
6th April 2008, 12:55
Does anyone try to Mux LPCM stream before? (2304kbps, 48khz, 24bit 2Ch sample)

I was trying to do so with TsMuxeR, but some how the Haali can't seen to find the audio track.. anyone know why?

Is that the problem of Haali (since LPCM support is incomplete) or will that be TsMuxeR?

musicman2311
6th April 2008, 16:56
Roman, I am noticing that M2TS output is still sticking slightly when seeking (FF/REW). I and some others have found that running the raw h264 through h264info and then muxing with tsMuxeR with "Add picture timing info" and "Continually insert SPS/PPS" disabled, allows the file to play with seeking working perfectly smooth.

Any ideas what is causing this?

What options are recommended to be enabled or set to create PS3 compatible media files?

I have same experience, the 'stickyness' is not only h264, but also vc1 and mpeg 2

gav1577
6th April 2008, 19:00
I have same experience, the 'stickyness' is not only h264, but also vc1 and mpeg 2

Yes me to unchecking Continually insert SPS/PPS seems to fix the problem is this a bug ?

roman76r
6th April 2008, 20:45
dorati
The delay is calculated not correct !
Delay for sound tracks calculated as difference between PTS time of video and audio tracks. Your example contain next values:
8229871752 - first video PTS (pid 110)
8230479071 - first audio PTS (pid 121)
difference: (8230479071-8229871752)/90 = 6747ms

dorati
6th April 2008, 22:18
@roman76r

ok - you try to remux with this delay??
Its komplett out of sync.

If you playback the Orginalfile, the is ok!

What is the problem?

Sidekick2000
6th April 2008, 22:24
Hi,

is it possible to add a batch process to the tsmuxer gui?

I have over 300 HD movies in h.264 (.ts) and I have to remux them all, so that XBMC can play them.

Or is there allready a batch processing solution, which uses tsmuxer?

Thanks,

Sidekick2000

fico99
6th April 2008, 22:25
Hi,

I just tried to read and understand all the posts in this 47 pages long thread, but have still some questions about tsMuxeR.

Untill now, I have been using tsMuxeR to multiplex my H.264/AVC encodes with AC3 audio to M2TS files that can be played on my PS3 from a Storage Card, External Hard Disk Drive or the internal HDD.

Now, I am testing with the new output to "Create Blu-ray disk" feature and managed to create a "Blu-ray DVD" that plays on my PS3. I tried it with a VC-1 videostream (converted with asf2vc1.exe from an ASF demuxed video) and AC3 audio and it worked. Great!

But now, I still have some technical questions:

1. Does tsMuxeR put the correct frame rate of the multiplexed video's into the BDMV File Structure? I noticed that my 23,976fps based video played @ 60Hz instead of 24 Hz? My original 1080p24 Blu-ray disks do playback @ 1080p24. Maybe it's because my video wasn't 1920x1080, but only 1920x816 (with the typical green border on the bottom)?

2. Is it possible to create an AVCHD DVD or Blu-ray disk BDMV File Structure that can be played on a PS3 from a Storage Card or an External Hard Disk Drive instead of a DVD or BD disk? Nero Vision 5 seems to be able to do this, but supports only AVCHD M2TS files with 1080i 25fps PAL interlaced or 1080i 30fps NTSC interlaced based videos.

3. Would it be possible to let tsMuxeR just add black borders to videos with a resolution of 1280x504 or 1920x816?

Many thanks in advance and keep up the good work!

roman76r
6th April 2008, 23:35
fico99
Does tsMuxeR put the correct frame rate of the multiplexed video's into the BDMV File Structure?
You can check BDMV files (include fps) in bdEdit.

Is it possible to create an AVCHD DVD or Blu-ray disk BDMV File Structure that can be played on a PS3 from a Storage Card or an External Hard Disk Drive instead of a DVD or BD disk?
I don't know what differences should contain BDMV files played with different media sources. I think, that the difference is not present.

Would it be possible to let tsMuxeR just add black borders to videos with a resolution of 1280x504 or 1920x816?
It is possible. But I does not plan this feature in the nearest time.

does
is it possible to add a batch process to the tsmuxer gui?
You can use tsMuxeR in batch files directly. I have plan to add to tsMuxeR new fake track type "M_ALL". This feature will help to create batch files for remuxing all tracks from source media files.

fico99
7th April 2008, 00:59
Roman,

Thank you for your quick answers :)


You can check BDMV files (include fps) in bdEdit.


I did a quick test by adding a demuxed 1080i PAL 25fps HDV to tsMuxeR, together with AC3 sound. When I launched the 'Blu-ray DVD' from the XMB interface, my PS3 switched from 60Hz to 50Hz playback. Very nice!


I don't know what differences should contain BDMV files played with different media sources. I think, that the difference is not present.

Unfortunately, the Blu-ray BDMV File Structure created by tsMuxeR can only be recognized by the PS3 when it is burned as a DVD5 or DVD9 in the UDF 2.50 format.

This is very strange, because when I copy the BDMV File Structure of an AVCHD DVD created by Nero Vision 5 into a root folder called 'AVCHD' of a FAT32 formatted Storage Card or USB Drive, my PS3 does recognize the BDMV File Structure as an AVCHD DVD when you open the Storage Card or USB Drive from the XMB interface.

There must be some limitation by using real Blu-ray Disk structure instead of using 'AVCHD DVD' format?

My idea was to multiplex to a Blu-ray Disk instead of just creating M2TS files. The major advantage of using the BDMV File Structure is that you can also play VC-1 encoded video on the PS3, use menu's and last but not least control the refresh rate at which the PS3 play your video's:

- 1920x1080 23,976fps or 24fps should be played @ 1080p24
- 1280x720 23,976fps of 24fps should be played @ 720p60, 1090i60 or 1080p60 using 3:2 pulldown by the display panel
- 25fps should be played @ 720p50, 1080i50 or 1080p50
- 30fps should be played @ 720p60, 1080i60 or 1080p60

IMHO, this is really important for judder-free playback.

adalbertoma
7th April 2008, 01:15
adalbertoma

For the decision of this problem it is necessary to write a lot of code (special AAC class handled it is necessary for AAC tracks inside MKV container). I think this feature it not so important now. I continue to work at subtitles.



Many thanks for the reply, Roman! I could finally understand why it's still in there.

Your software is great!

Keep up the good work!

oldpainless
7th April 2008, 08:31
Hi roman76r - firstly, thanks for a great tool!

Just a quick question - are there any plans to be able to output to HD-DVD structure? There are a lot of owners of HD-DVD players that would love this feature...

Cheers

K

dirkr
7th April 2008, 09:50
Hi roman76r - firstly, thanks for a great tool!

Just a quick question - are there any plans to be able to output to HD-DVD structure? There are a lot of owners of HD-DVD players that would love this feature...

Cheers

K

HD-DVD is dead and they are so many other issues if roman76r will.....

oldpainless
7th April 2008, 09:56
HD-DVD is dead and they are so many other issues if roman76r will.....


HD-DVD dead?...yes, and that was the reason for the question. Content on HD-DVD will soon dry up, and it would be good to take an H.264/AC3/DTS MKV and mux it to HD-DVD structure and burn off on dvd5/9 to play on HD-DVD players.

Cheers

K

Ryu77
7th April 2008, 10:37
HD-DVD dead?...yes, and that was the reason for the question. Content on HD-DVD will soon dry up, and it would be good to take an H.264/AC3/DTS MKV and mux it to HD-DVD structure and burn off on dvd5/9 to play on HD-DVD players.

Cheers

K

If you're really serious about this, then I suggest you look into obtaining some sort of commercial application. I doubt that an author of open source software would be interested in creating any HD-DVD authoring applications. I know HD-DVD was a great format but unfortunately for people like yourself, it doesn't have the future that Blu-ray does.

Ulead and Cyberlink make software that allows for easy HD-DVD authoring and it's focused on the consumer market (fairly priced and not too complicated).

roman76r
7th April 2008, 11:47
oldpainless
Just a quick question - are there any plans to be able to output to HD-DVD structure?
No. I do not have a plan to support HD-DVD as output format.

fico99
7th April 2008, 12:23
Roman76R,

Just a quick message to thank you for the work you have done on tsMuxeR.

Today, I managed to create a Blu-ray BDMV File Structure containing 1920x1080 @ 23,976fps based H.264/AC3 video's that instructs my PS3 to send the video via HDMI to my Pioneer Plasma TV @ 1080@24p, just like with commercial Blu-ray Discs. A breakthrough!

Yesterday, I already managed to put both native PAL HDV 25fps 1440x1080i and native PAL AVCHD 25fps 1440x1080i camcorder footage to play with the PS3 @ 50Hz. Great!

The only things I would like to see is:
1. A very simple menu where you can select which video you want to play
2. The ability to play the authored BDMV File Structure with my PS3 directly from a Storage Card, USB Stick or external Hard Disk Drive.

For the second option, you will need to add a new option "Create AVCHD Disk". It seems that the PS3 can only recognize the BDMV File Structure from a 'AVCHD DVD' generated by an AVCHD camcorder or Nero Vision when read from a FAT32 formatted Storage Card, USB Stick or External Hard Disk Drive. For the moment I have to stick with Nero Vision 5 when I want to do something like that.

Many thanks for the nice software and keep up the good work :)

roman76r
7th April 2008, 12:36
fico99
You can try to split output stream by size (2Gb max). May be your problem with FAT32 in large files.

hollydoc
7th April 2008, 13:01
For the second option, you will need to add a new option "Create AVCHD Disk". It seems that the PS3 can only recognize the BDMV File Structure from a 'AVCHD DVD' generated by an AVCHD camcorder or Nero Vision when read from a FAT32 formatted Storage Card, USB Stick or External Hard Disk Drive. For the moment I have to stick with Nero Vision 5 when I want to do something like that.


I Have create Buray with TsMuxer and burn on DVD9 with Nero.
I have a PS3 and a Panasonic BD30.

The disc is a AVCHD for both players. The Panasonic BD30 don`t acceppt Vc1 on DVD9 ( AVCHD ) PS3 can play is corect.

Hollydoc

fico99
7th April 2008, 13:15
I just tried to play a Blu-ray Disk multiplexed/authored with tsMuxeR GUI 1.7.2 and burned as UDF 2.50 to a DVD5 containing 1x MPEG-2/AC3 and 2x H.264/AC3 video's, but the PS3 won't start playing it :confused:

Are mixed video formats not supported?

fico99
7th April 2008, 13:32
fico99
You can try to split output stream by size (2Gb max). May be your problem with FAT32 in large files.

I don't think that's the problem because currently I am testing with small HDV and AVCHD samples (M2TS files are not bigger than 200MB).

However, when I look at the BDMV File Structure generated by Nero Vision 5, I see that in the \BDMV\STREAM folder there are files called 00000.MTS, 00001.MTS, ... instead of M2TS files?

The BDMV File Structure is a bit different too:

\BDMV
\BDMV\BACKUP (INDEX.BDM, MOVIEOBK.BDM)
\BDMV\BACKUP\CLIPINF (00000.CPI, 00001.CPI, ...)
\BDMV\CLIPINF\PLAYLIST (00000.MPL, 00001.MPL, ...)
\BDMV\PLAYLIST (00000.MPL, 00001.MPL, ...)
\BDMV\STREAM (00000.MTS, 00001.MTS, ...)
INDEX.BDM
MOVIEOBK.BDM

To let the PS3 recognize & play this 'AVCHD DVD' BDMV File Structure directly from a FAT32 formatted Storage Card, USB Stick or Ext HDD, you need to put the complete BDMV File Structure under a root folder called 'AVCHD':

e.g. I:\AVCHD\BDMV\...

Beastie Boy
7th April 2008, 13:38
However, when I look at the BDMV File Structure generated by Nero Vision 5, I see that in the \BDMV\STREAM folder there are files called 00000.MTS, 00001.MTS, ... instead of M2TS files?

I believe there is a bug in Nero Vision files which truncates file names to ISO standard with 8 character file names and a 3 character extension.

Cheers, Beastie.

n0mag!c
7th April 2008, 13:39
I just tried to play a Blu-ray Disk multiplexed/authored with tsMuxeR GUI 1.7.2 and burned as UDF 2.50 to a DVD5 containing 1x MPEG-2/AC3 and 2x H.264/AC3 video's, but the PS3 won't start playing it :confused:
Are mixed video formats not supported?
tsMuxer can't (I hope YET :)) build multi-title blu-ray/avc-hd. So how you did it? I think this is your problem.

madshi
7th April 2008, 13:51
@roman76r, you seem to be doing a great job here!

My personal favourite container currently is Matroska. Mainly for the following two reasons:

(1) FLAC support.
(2) The ability to give audio tracks a name.

Now I'm wondering: Do you think there's a chance to extend the TS specification somehow to allow muxing of FLAC tracks (without transcoding them to something else) and giving audio tracks a name? Is there a central place where such TS format extensions are discussed and agreed upon? Of course it would be bad if every programmer invented his own way of adding new things to the TS container...

Lacix
7th April 2008, 14:07
What is the standard format for BD5 and BD9 disks ?
AVCHD should be on udf 2.5 ? (or 2.6 ?)
What is the difference between the two formats ?


p.s.:
No one has issues with subtitles in blu-ray outputs ?
(I get permananent subtitle on PS3 if I add a sup file in tsmuxer. :confused: (720p project) )

Ryu77
7th April 2008, 14:19
Hello Roman, I posted this earlier but didn't get a response...

Roman, I am noticing that M2TS output is still sticking slightly when seeking (FF/REW). I and some others have found that running the raw h264 through h264info and then muxing with tsMuxeR with "Add picture timing info" and "Continually insert SPS/PPS" disabled, allows the file to play with seeking working perfectly smooth.

Any ideas what is causing this?

What options are recommended to be enabled or set to create PS3 compatible media files?

Any ideas what is causing the sticking? I am lead to believe that if I disable "Continually insert SPS/PPS" this fixes the problem. Could you explain why disabling this makes the seeking smoother?

Also, how is .srt subtitle import looking? This is a feature I am really looking forward to. :)

roman76r
7th April 2008, 14:45
Ryu77
Any ideas what is causing the sticking? I am lead to believe that if I disable "Continually insert SPS/PPS" this fixes the problem.
Very strangely. May be it is a player bug.

emufan
7th April 2008, 16:26
When I try to process blu-ray with TrueHD audio track, I noticed some differences between the output of tsremux 0.20 and tsmuxer 1.7.3.

This caused the TrueHD audio in tsremux output can be recognized by PS3, but tsmuxer output failed.

I use hex editor to dump the PMT table of the output

Here is the PMT of tsremux
http://thumbnails.imagebam.com/473/daee124720854.gif (http://www.imagebam.com/image/daee124720854)

And here is the PMT of tsmuxer 1.7.3

http://thumbnails.imagebam.com/473/6a77284720858.gif (http://www.imagebam.com/image/6a77284720858)