Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > (HD) DVD & Blu-ray authoring
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th April 2009, 12:56   #3181  |  Link
mrr19121970
Registered User
 
Join Date: Mar 2008
Posts: 305
Blu-Ray : While She Was Out : VC-1 1080i50

http://forum.doom9.org/showthread.ph...46#post1265946

Quote:
Originally Posted by mrr19121970 View Post
All Versions Upto V1.8.22:

Code:
"E:\TVIX\tsMuxeR\tsMuxeR_1.8.22(b)\tsMuxeR.exe" "S:\BDMV\STREAM
\00000.m2ts"
SmartLabs tsMuxeR.  Version 1.8.22(b) http://www.smlabs.net
Track ID:    4113
Can't detect stream type
Track ID:    4352
Stream type: DTS-HD
Stream ID:   A_DTS
Stream info: Bitrate: 1536Kbps  DTS core + MLP data. Sample Rate: 48KHz  Channel
s: 6
Stream lang: deu
Track ID:    4353
Stream type: DTS-HD
Stream ID:   A_DTS
Stream info: Bitrate: 1536Kbps  DTS core + MLP data. Sample Rate: 48KHz  Channel
s: 6
Stream lang: eng
Track ID:    4608
Stream type: PGS
Stream ID:   S_HDMV/PGS
Stream info: Presentation Graphic Stream #0
Stream lang: deu

BDInfo & eac3to correctly identify this as a VC1 1080i/25



http://forum.doom9.org/showthread.ph...80#post1265580

Quote:
Originally Posted by mrr19121970 View Post
@roman76r

I don't know if you noticed, or anyone else reported this:

Code:
the ASPECT RATIO in the tsMuxeR (incl 1.8.35) is incorrectly set to 4:3 instead of 16:9 on SD video streams.
Additionally tsMuxeR does not identify VC-1 1080i video streams.


These are both now working from 1.9.4

Last edited by mrr19121970; 9th April 2009 at 13:45.
mrr19121970 is offline   Reply With Quote
Old 9th April 2009, 12:57   #3182  |  Link
mrr19121970
Registered User
 
Join Date: Mar 2008
Posts: 305
Quote:
Originally Posted by roman76r View Post
Yes, version 1.9.1 and 1.9.2 contain a small problem: file always should have WAV extension for standart Wave and for Wave 64. I fix it in version 1.9.4
It doesn't work in 1.9.4 either
mrr19121970 is offline   Reply With Quote
Old 9th April 2009, 14:43   #3183  |  Link
fifteen
Registered User
 
Join Date: Jan 2009
Posts: 49
For some reason, joined m2ts files (only tested 264 +PCM) do not playback in latest VLC 1.0.0 git (http://people.videolan.org/~jb/build/20090303/), whereas files playback fine before being joined. Does this hint at a joining bug? or is it a playback bug?
fifteen is offline   Reply With Quote
Old 9th April 2009, 15:19   #3184  |  Link
deank
Programmer (or just 教务长)
 
deank's Avatar
 
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
Roman, is it possible to add a log option to the muxopt line or/and to the CLI as a parameter?

For example:

Code:
--log="x:\full_path_to\log_file_name.log"
or/and

Code:
tsmuxer.exe  meta_file destination -log "full_path_to\log_file.log"
TIA,
Dean
__________________
multiAVCHD - donate | popBD | uncropMKV | mkv2avi | easySUP
deank is offline   Reply With Quote
Old 9th April 2009, 18:19   #3185  |  Link
zeropc
Registered User
 
Join Date: Mar 2007
Posts: 114
anyone else has problems making an avchd with v1.9.4(b)?

i did it the old way. first export to blu-ray and then use avchdmanager to create an avchd.
my ps3 didn't recognize the avchd folder. so i tried again with v1.8.0(b) and it worked just fine.
zeropc is offline   Reply With Quote
Old 9th April 2009, 18:31   #3186  |  Link
idbirch2
Registered User
 
Join Date: Oct 2002
Location: UK
Posts: 680
Yes, I just found the same thing but I tried again using the "AVCHD" output option in TSMuxer and it works fine. I guess the two output formats have finally been implemented properly.
idbirch2 is offline   Reply With Quote
Old 9th April 2009, 18:41   #3187  |  Link
Underground78
Registered User
 
Underground78's Avatar
 
Join Date: Oct 2004
Location: France
Posts: 567
Hello,

AAC tracks in mkv files are still not recognized in version 1.9.4, for example in this file :

Code:
General
Format                           : Matroska
File size                        : 180 Mio
Duration                         : 37mn 43s
Overall bit rate                 : 669 Kbps
Encoded date                     : UTC 2008-07-06 22:54:21
Writing application              : mkvmerge v2.2.0 ('Turn It On Again') built on Mar  4 2008 12:58:26
Writing library                  : libebml v0.7.7 + libmatroska v0.8.1

[...]

Audio
ID                               : 2
Format                           : AAC
Format/Info                      : Advanced Audio Codec
Format version                   : Version 4
Format profile                   : LC
Format settings, SBR             : Yes
Format settings, PS              : No
Codec ID                         : A_AAC
Duration                         : 37mn 43s
Channel(s)                       : 2 channels
Channel positions                : L R
Sampling rate                    : 48,0 KHz
Resolution                       : 16 bits
Language                         : Français
Underground78 is offline   Reply With Quote
Old 9th April 2009, 18:50   #3188  |  Link
mrr19121970
Registered User
 
Join Date: Mar 2008
Posts: 305
Quote:
Originally Posted by zeropc View Post
anyone else has problems making an avchd with v1.9.4(b)?

i did it the old way. first export to blu-ray and then use avchdmanager to create an avchd.
my ps3 didn't recognize the avchd folder. so i tried again with v1.8.0(b) and it worked just fine.

yes, I've heard that the --avchd in the meta doesn't work. leads to a

Quote:
"There are no titles." message on the PS3.
mrr19121970 is offline   Reply With Quote
Old 9th April 2009, 18:56   #3189  |  Link
mrr19121970
Registered User
 
Join Date: Mar 2008
Posts: 305
Quote:
Originally Posted by deank View Post
Roman, is it possible to add a log option to the muxopt line or/and to the CLI as a parameter?
just attach to the console and read it. that's what clown_bd does

you can see a c++ example in GUI source code.

Last edited by mrr19121970; 9th April 2009 at 18:59.
mrr19121970 is offline   Reply With Quote
Old 9th April 2009, 20:39   #3190  |  Link
idbirch2
Registered User
 
Join Date: Oct 2002
Location: UK
Posts: 680
Quote:
Originally Posted by mrr19121970 View Post
yes, I've heard that the --avchd in the meta doesn't work. leads to a
Did I select the invisible font in my last post? It's now the other way round, you have to use the AVCHD mode in 1.9.4. Bluray mode results in no titles.
idbirch2 is offline   Reply With Quote
Old 9th April 2009, 20:45   #3191  |  Link
turbojet
Registered User
 
Join Date: May 2008
Posts: 1,840
Feel free to correct me if I'm wrong but it looks like blu-ray output doesn't work in some players (PS3) while avchd output doesn't work in other players (Panasonics).

If this is true what is the point in 2 types of output while blu-ray output worked fine for everything before?
turbojet is offline   Reply With Quote
Old 9th April 2009, 21:33   #3192  |  Link
deank
Programmer (or just 教务长)
 
deank's Avatar
 
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
Quote:
Originally Posted by mrr19121970 View Post
you can see a c++ example in GUI source code.
I'm not using any VB/C/C+/C# in my applications - that's why I asked for it. I'd like to keep multiAVCHD smaller (it is just 400-500kb now) and not dependent on anything but tsmuxer and other tools. No need for .net / other dlls... I can read output but I'd like to have final log for processing and error reporting because my apps call tsmuxer in ways that overcome its limits atp.
__________________
multiAVCHD - donate | popBD | uncropMKV | mkv2avi | easySUP

Last edited by deank; 9th April 2009 at 21:38.
deank is offline   Reply With Quote
Old 9th April 2009, 22:00   #3193  |  Link
rapscallion
NY Frame of Mind
 
rapscallion's Avatar
 
Join Date: Dec 2005
Location: L.I.,NY
Posts: 586
Re 1.9.4 Blu-ray vs AVCHD output

Quote:
Originally Posted by turbojet View Post
Feel free to correct me if I'm wrong but it looks like blu-ray output doesn't work in some players (PS3) while avchd output doesn't work in other players (Panasonics).

If this is true what is the point in 2 types of output while blu-ray output worked fine for everything before?
+1, I've re read from pg153 and am confused now/still as to which output to use for best compatibilty/compliance (dvd9) in a standalone BD player (NOT a PS3).

P.S. This is all so new to me and is starting to make my head hurt ! I'll go sit in the corner now.

Last edited by rapscallion; 9th April 2009 at 22:05.
rapscallion is offline   Reply With Quote
Old 9th April 2009, 22:20   #3194  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by turbojet View Post
Feel free to correct me if I'm wrong but it looks like blu-ray output doesn't work in some players (PS3) while avchd output doesn't work in other players (Panasonics).

If this is true what is the point in 2 types of output while blu-ray output worked fine for everything before?
I don't have any problems with avhd content on my Panasonic BD-35.
rack04 is offline   Reply With Quote
Old 9th April 2009, 22:35   #3195  |  Link
roman76r
Registered User
 
Join Date: Jan 2008
Posts: 140
mrr19121970
Quote:
It doesn't work in 1.9.4 either

I tested wave64 files created in Sound Forge. Can you send me your file?

Underground78
Quote:
AAC tracks in mkv files are still not recognized in version 1.9.4, for example in this file
Yes, I does not fix it.

deank
Quote:
Roman, is it possible to add a log option to the muxopt line or/and to the CLI as a parameter?
What is purpose of this feature? You can redirect tsMuxeR output to the file by means of pipes. For example (on win32):
tsMUxer test.meta test.ts 1> stdout.txt 2> stderr.txt
roman76r is offline   Reply With Quote
Old 9th April 2009, 22:52   #3196  |  Link
idbirch2
Registered User
 
Join Date: Oct 2002
Location: UK
Posts: 680
Quote:
Originally Posted by turbojet View Post
Feel free to correct me if I'm wrong but it looks like blu-ray output doesn't work in some players (PS3) while avchd output doesn't work in other players (Panasonics).

If this is true what is the point in 2 types of output while blu-ray output worked fine for everything before?
The reason for having 2 seperate output modes is that BluRay spec is not the same as AVCHD spec and some players will only play one or the other.

Previously, TSMuxer was outputting a bastardized-hybrid-mongrel version of BD/AVCHD hence it sort of working on most players. Now that it (hopefully) outputs both modes in accordance with spec, all players will be supported with the only challenge being figuring out which output mode your player likes.
idbirch2 is offline   Reply With Quote
Old 9th April 2009, 22:58   #3197  |  Link
roman76r
Registered User
 
Join Date: Jan 2008
Posts: 140
rack04
Quote:
If this is true what is the point in 2 types of output while blu-ray output worked fine for everything before?
PS3 cheks media type. If you writes blu-ray content to the DVD media - PS3 does not recognize this disk. Nevertheless PS3 allows AVCHD content on DVD media. On the other hand some players such as Panasonic does not allows VC-1 video for AVCHD disk and requires blu-ray data type.
roman76r is offline   Reply With Quote
Old 9th April 2009, 22:59   #3198  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
Quote:
PS3 cheks media type. If you writes blu-ray content to the DVD media - PS3 does not recognize this disk. Nevertheless PS3 allows AVCHD content on DVD media. On the other hand some players such as Panasonic does not allows VC-1 video for AVCHD disk and requires blu-ray data type.
What happens if AVCHD structure is recorded on BD ? I have no blank BD discs to check on my PS3.

Last edited by Atak_Snajpera; 9th April 2009 at 23:04.
Atak_Snajpera is offline   Reply With Quote
Old 9th April 2009, 23:20   #3199  |  Link
setarip_old
Registered User
 
setarip_old's Avatar
 
Join Date: Aug 2005
Posts: 16,267
@rapscallion

Hi!
Quote:
I've re read from pg153 and am confused now/still as to which output to use for best compatibilty/compliance (dvd9) in a standalone BD player (NOT a PS3).
If your specific brand and model number of standalone BluRay player recognizes hi-def files on standard DVD media (DVD5 and DVD9), use BluRay format...
setarip_old is offline   Reply With Quote
Old 9th April 2009, 23:42   #3200  |  Link
roman76r
Registered User
 
Join Date: Jan 2008
Posts: 140
Atak_Snajpera
Quote:
What happens if AVCHD structure is recorded on BD ?
It is works for PS3 - the disc is playing.
roman76r is offline   Reply With Quote
Reply

Tags
tsmuxer


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:14.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.