How? Video "still" with audio track...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • r0lZ
    Lord of Digital Video
    Lord of Digital Video
    • Mar 2004
    • 1508

    #31
    Thanks! I'll try again...
    r0lZ
    PgcEdit homepage (hosted by VideoHelp)
    Unofficial mirror (in Poland)

    Comment

    • goonix
      Junior Member
      Junior Member
      • Oct 2006
      • 22

      #32
      @Zeul

      My first DVDPlanner project:

      A slideshow with 3 pictures imported as 3 tracks.
      Every picture has AC3 audio and 5 BOVs.

      DVDPlanner makes this mini DVD without an error message.
      The result is not playable in PowerDVD.
      PgcEdit and VobBlanker complain about bad navpacks.
      But the DVD structure seems to be OK.

      goonix
      Attached Files

      Comment

      • Zeul
        DVDPlanner / NuMenu4u
        • Oct 2006
        • 8

        #33
        @goonix
        Your script loads fine for me - and substituting my own assets also works (except the highlight duration which needs amending). Can you please zip up your aseets and send them to me to dvdplanner (at) btinternet (dot) com. If necessary zip each audio seperately.

        thanks

        Comment

        • goonix
          Junior Member
          Junior Member
          • Oct 2006
          • 22

          #34
          @Zeul

          sent...

          goonix

          Comment

          • Zeul
            DVDPlanner / NuMenu4u
            • Oct 2006
            • 8

            #35
            Ok I found the problem. The Bitstream ID of your Audio files are 4. My understanding was that the Bitstream ID must be 6 or 8. This confused the multiplexor. Looking at the Audio Header info on Mpucoders site, the ID should be 6 or 8, but Muxman, Scenarist both allowed your files - so I have updated the code accordingly. It now muxes fine. Because of this important development an update will be released very soon.

            An Extend Final SubPicture/Highlight flag is perhaps in order also, for slideshow projects such as yours.

            Comment

            • bigotti5
              Junior Member
              Junior Member
              • Oct 2004
              • 16

              #36
              @zeul

              Decoders must be able to decode AC-3 bitstreams with bsid values 0 through 8. There should be a warning for Bsid > 8

              @goonix

              You have to modify your subpicture and highlight length, it has to span cell boundaries.

              Comment

              • Zeul
                DVDPlanner / NuMenu4u
                • Oct 2006
                • 8

                #37
                Thanks bigotti5

                Comment

                • goonix
                  Junior Member
                  Junior Member
                  • Oct 2006
                  • 22

                  #38
                  @Zeul

                  Thanks for the investigation!
                  The audio was converted with the TMPGEnc AC3 plugin.

                  @bigotti5

                  You are right. Subpicture and highlight length are not correct. They should have the same length as the audio stream in this case. So an "Extend Final Subpicture/Highlight" checkbox would be nice.

                  goonix

                  Comment

                  • Zeul
                    DVDPlanner / NuMenu4u
                    • Oct 2006
                    • 8

                    #39
                    Ok All done
                    A new flag exists to force the final subtitle/highlight to Cell_End; perfect for your music DVD.

                    Comment

                    • MPUCoder
                      Creator of MuxMan
                      • Nov 2006
                      • 8

                      #40
                      @Goonix - could you send a copy of that audio file to muxman (at) mpucoder (dot) com as well? TIA

                      Comment

                      • goonix
                        Junior Member
                        Junior Member
                        • Oct 2006
                        • 22

                        #41
                        @MPUCoder

                        Sent...

                        MuxMan accepts these ac3 audio files.

                        But it crashes if the number of tracks becomes too big.

                        goonix

                        Comment

                        • blutach
                          Not a god of digital video
                          • Oct 2004
                          • 24627

                          #42


                          Welcome to the mighty mpucoder, the daddy of all DVD expertise!!!



                          Regards
                          Les

                          Essential progs - [PgcEdit] [VobBlanker] [MenuShrink] [IfoEdit] [Muxman] [DVD Remake Pro] [DVD Rebuilder] [BeSweet] [Media Player Classic] [DVDSubEdit] [ImgBurn]

                          Media and Burning - [Golden Rules of Burning] [Media quality] [Fix your DMA] [Update your Firmware] [What's my Media ID Code?] [How to test your disc]
                          [What's bitsetting?] [Burn dual layer disks safely] [Why not to burn with Ner0] [Interpret Ner0's burn errors] [Got bad playback?] [Burner/Media compatibility]

                          Cool Techniques - [2COOL's guides] [Clean your DVD] [Join a flipper] [Split into 2 DVDs] [Save heaps of Mb] [How to mock strip] [Cool Insert Clips]

                          Real useful info - [FAQ INDEX] [Compression explained] [Logical Remapping of Enabled Streams] [DVD-Replica] [Fantastic info on DVDs]


                          You should only use genuine Verbatim or Taiyo Yuden media. Many thanks to www.pcx.com.au for their supply and great service.

                          Explore the sites and the programs - there's a gold mine of information in them

                          Don't forget to play the Digital Digest Quiz!!! (Click here)

                          Comment

                          • MPUCoder
                            Creator of MuxMan
                            • Nov 2006
                            • 8

                            #43
                            There is an internal limit of 2^32 clock ticks per titleset. This is not a DVD limitation (each VOB is limited to 2^32 clock ticks as that is the limit of all timestamps, however each vob resets the clock)
                            For PAL this amounts to 1193046 frames, or 13:15:21:21
                            For NTSC this is 1430225 frames, or 13:14:34:05 non-drop timecode (13:15:21:27 drop-frame timecode)
                            Limit each titleset's duration to 13 hours 15 minutes and 21 seconds and everything should work

                            Comment

                            • r0lZ
                              Lord of Digital Video
                              Lord of Digital Video
                              • Mar 2004
                              • 1508

                              #44
                              Thanks!
                              Is it possible to force several VOBs in the same titleset (with seamless discontinuity of course)? Is it sufficient to avoid this problem?
                              Should be nice anyway if Muxman could issue an error message in this case instead of crashing.
                              r0lZ
                              PgcEdit homepage (hosted by VideoHelp)
                              Unofficial mirror (in Poland)

                              Comment

                              • goonix
                                Junior Member
                                Junior Member
                                • Oct 2006
                                • 22

                                #45
                                @MPUCoder

                                Thanks for the investigation.

                                For PAL this amounts to 1193046 frames, or 13:15:21:21
                                This corresponds exactly to my finding:
                                MuxMan 0.17 crashes while working on title 14
                                Every title is arround 1 hour.

                                So when I distribute the titles over several VTS, it should solve the problem.

                                goonix

                                Comment

                                Working...