Announcement

Collapse
No announcement yet.

Bug in Profiles - Subtitles

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DVD Ripper Bug in Profiles - Subtitles

    I have modified the generic.mkv.h264.audiocopy profile so that the resolutions that I want for my devices are listed.

    when I do this, the ability to render the subtitles to ane xternal file disappears.

    Here are the two profiles:

    <profile name="generic.mkv.h264.audiocopy" version="200" device="generic" tag="dvdfab,default" description="The
    profile is used to create mkv(h264 + source audio) file, which can be played on PC or supported device." >
    <common>
    <file format="mkv"/>
    <audio copy="1" />
    <video>
    <encode codec="h264" fourcc="H264" bitrate_kbps="768" >
    <mode value="real_time" list="real_time, high_quality" />
    </encode>
    </video>
    </common>
    <vcodec name="h264"/>
    </profile>

    <profile name="GadgetKings.E8HD.h264.audiocopy" version="200" device="GadgetKings" tag="dvdfab,default"
    description="The profile is used to create an mkv with source audio file, which can be played on the Gadget Kings
    E8HD Network & Hard Disk Media Player." >
    <common>
    <file format="mkv"/>
    <audio copy="1" />
    <video>
    <size list="720x400,720x576" />
    <encode codec="h264" fourcc="H264" bitrate_kbps="1400" minbitrate_kbps="1200" maxbitrate_kbps="1800" >
    <mode value="high_quality" list="real_time, high_quality" />
    </encode>
    </video>
    </common>
    <vcodec name="h264"/>
    </profile>

    The only difference is the size list line.

    Anyone got any ideas??
    "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790

    #2
    Yes. When you changing (reducing) size/resolution, subtitles (essentially the font) has to be re-sized too. Your profile obviously doesn't provide that command, and as a result - broken string.
    sigpic

    Please post your logs the default location is:

    For Win7 C:\Users\User Name\My Documents\DVDFab\Log
    For Vista C:\Users\User Name\Documents\DVDFab\Log
    For XP C:\Documents and Settings\User Name\My Documents\DVDFab\Log
    Please use attachment button and attach your most recent, Internal log and post right here.

    Comment


      #3
      Not a change in size...

      Media Info on one of the VOB's

      Video
      ID : 224 (0xE0)
      Format : MPEG Video
      Format version : Version 2
      Format profile : Main@Main
      Format settings, BVOP : Yes
      Format settings, Matrix : Default
      Duration : 20mn 16s
      Bit rate mode : Variable
      Bit rate : 5 335 Kbps
      Width : 720 pixels
      Height : 576 pixels
      Display aspect ratio : 16:9
      Frame rate : 25.000 fps
      Standard : Component
      Color space : YUV
      Chroma subsampling : 4:2:0
      Bit depth : 8 bits
      Scan type : Progressive
      Bits/(Pixel*Frame) : 0.515
      Stream size : 774 MiB (76%)
      Writing library : TMPGEnc 2.524.63.181
      "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790

      Comment


        #4
        I can select those resolutions fine using the generic profile and extract to either an external file or hard render it.

        It may have something to do with this also.

        Fab reports the resolution incorrectly.
        Original Frame Resolution (1024¡Á576)

        I reported this bug years ago.
        "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790

        Comment


          #5
          Have just confirmed that it is nothing to do with the size

          I deleted this line:-
          <size list="720x400,720x576" />

          And added this line:-
          <outfps mode="1" />

          And the same problem occurs........
          "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790

          Comment


            #6
            Well, could be. Until we will have a Me-like GUI with all the tweaks, we will be running on bugs like this one here and there. As any other commercial software, lot of parameters are hard-coded, which is limiting tweaking and GUI flexibility. It's a "necessary evil" considering amount of work Fengtao put into writing CUDA codecs and new libraries....

            Originally posted by GregiBoy View Post
            I can select those resolutions fine using the generic profile and extract to either an external file or hard render it.

            It may have something to do with this also.

            Fab reports the resolution incorrectly.
            Original Frame Resolution (1024¡Á576)

            I reported this bug years ago.
            sigpic

            Please post your logs the default location is:

            For Win7 C:\Users\User Name\My Documents\DVDFab\Log
            For Vista C:\Users\User Name\Documents\DVDFab\Log
            For XP C:\Documents and Settings\User Name\My Documents\DVDFab\Log
            Please use attachment button and attach your most recent, Internal log and post right here.

            Comment


              #7
              BUMP !!! For the Developers !!!

              Fengtao/Ting

              have you seen this thread?
              "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790

              Comment


                #8
                I remember a bug like this in v4 or 5, the subs would not render for any output >700 pixels wide, but it was finally fixed I thought. Perhaps the same thing has crept back in. ??
                Supplying DVDFab Logs in the Forum ...........................User Manual PDF for DVDFab v11................................ Guide: Using Images in Posts
                Supplying DMS Logs to Developers................................Enlarger AI FAQ.....

                Comment


                  #9
                  Nope that is not the problem.

                  If I use the generic profile untouched at 720 x XXX resolution, I can output them to an external SUB/IDX file.

                  If i add either of these lines into the profile:-

                  <size list="720x400,720x576" />
                  <outfps mode="1" />

                  The option to output to an external file disappears.
                  "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790

                  Comment


                    #10
                    Further testing seems to indicate that if I add anything into the video section of the profile, this problem occurs.
                    "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790

                    Comment

                    Working...
                    X