Trouble encoding a DVD with still frames.

General questions or discussion about HandBrake, Video and/or audio transcoding, trends etc.
Post Reply
NebularNerd
New User
Posts: 1
Joined: Tue May 12, 2020 7:37 pm

Trouble encoding a DVD with still frames.

Post by NebularNerd »

Description of problem or question:
Hi Brake'rs, thought I had an account here but had to make a new? one. Bit of an odd one, I have a DVD that is basically an Audio album, the video track is not a typical video more like those 'Photo Gallery' sections you get on a DVD Movie with timed still frames, as the album plays the image changes to reflect the track/chapter, I'm trying to make a rip but no matter how I try the resulting file does not play. Has anyone successfully made a rip of this style of disc? I can attach a sample from the disc's dts audio test which uses the same style video track, it's only a 80 megs if anyone wants to play. :D



Steps to reproduce the problem (If Applicable):
1) Play the .ifo in <insert vid player of choice> and it works, frame rate? is off.
2) Play the .vob in <insert vid player of choice>, not working, video loads, may show a video frame or race through the several frames but will not play.
3) Rip using MakeMKV, non playable file much ike the .vob
4) Rip using Handbrake, any video format with DTS passthrough, non working.



HandBrake version (e.g., 1.0.0):
1.3.2



Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):
Win 10



HandBrake Activity Log ***required*** (see How-to get an activity log)

Code: Select all

HandBrake 1.3.2 (2020050300)
OS: Microsoft Windows NT 10.0.18363.0
CPU: Intel(R) Core(TM) i5-4670 CPU @ 3.40GHz
Ram: 16320 MB, 
GPU Information:
  NVIDIA GeForce GT 730 - 26.21.14.4587
Screen: 1920x1080
Temp Dir: C:\Users\wide_\AppData\Local\Temp\
Install Dir: C:\Program Files\HandBrake
Data Dir: C:\Users\wide_\AppData\Roaming\HandBrake

-------------------------------------------


# Starting Encode ...

[08:57:14] base preset: H.264 MKV 480p30
[20:57:14] hb_init: starting libhb thread
[20:57:14] Starting work at: Tue May 12 20:57:14 2020
[20:57:14] 1 job(s) to process
[20:57:14] json job:
{
  "Audio": {
    "AudioList": [
      {
        "DRC": 0.0,
        "Encoder": "copy:dts",
        "Gain": 0.0,
        "Mixdown": -1,
        "NormalizeMixLevel": false,
        "Samplerate": 0,
        "Track": 0,
        "DitherMethod": 0
      }
    ],
    "CopyMask": [
      "copy:aac",
      "copy:ac3",
      "copy:dtshd",
      "copy:dts",
      "copy:eac3",
      "copy:flac",
      "copy:mp3",
      "copy:truehd"
    ],
    "FallbackEncoder": "ac3"
  },
  "Destination": {
    "ChapterList": [
      {
        "Name": "Chapter 1"
      },
      {
        "Name": "Chapter 2"
      },
      {
        "Name": "Chapter 3"
      },
      {
        "Name": "Chapter 4"
      },
      {
        "Name": "Chapter 5"
      },
      {
        "Name": "Chapter 6"
      },
      {
        "Name": "Chapter 7"
      }
    ],
    "ChapterMarkers": true,
    "AlignAVStart": false,
    "File": "C:\\Users\\wide_\\Videos\\1812-4.mkv",
    "Mp4Options": {
      "IpodAtom": false,
      "Mp4Optimize": false
    },
    "Mux": "av_mkv"
  },
  "Filters": {
    "FilterList": [
      {
        "ID": 4,
        "Settings": {
          "mode": "7"
        }
      },
      {
        "ID": 3,
        "Settings": {
          "block-height": "16",
          "block-thresh": "40",
          "block-width": "16",
          "filter-mode": "2",
          "mode": "3",
          "motion-thresh": "1",
          "spatial-metric": "2",
          "spatial-thresh": "1"
        }
      },
      {
        "ID": 12,
        "Settings": {
          "crop-bottom": "0",
          "crop-left": "0",
          "crop-right": "0",
          "crop-top": "0",
          "height": "480",
          "width": "720"
        }
      },
      {
        "ID": 6,
        "Settings": {
          "mode": "2",
          "rate": "27000000/900000"
        }
      }
    ]
  },
  "PAR": {
    "Num": 8,
    "Den": 9
  },
  "Metadata": {},
  "SequenceID": 0,
  "Source": {
    "Angle": 1,
    "Range": {
      "Type": "chapter",
      "Start": 1,
      "End": 7
    },
    "Title": 4,
    "Path": "Z:\\"
  },
  "Subtitle": {
    "Search": {
      "Burn": false,
      "Default": false,
      "Enable": true,
      "Forced": false
    },
    "SubtitleList": []
  },
  "Video": {
    "Encoder": "x264",
    "Level": "3.1",
    "TwoPass": false,
    "Turbo": false,
    "ColorMatrixCode": 0,
    "Options": "",
    "Preset": "medium",
    "Profile": "main",
    "Quality": 20.0,
    "QSV": {
      "Decode": false,
      "AsyncDepth": 0
    }
  }
}
[20:57:14] CPU: Intel(R) Core(TM) i5-4670 CPU @ 3.40GHz
[20:57:14]  - Intel microarchitecture Haswell
[20:57:14]  - logical processor count: 4
[20:57:14] Intel Quick Sync Video support: no
[20:57:14] hb_scan: path=Z:\, title_index=4
src/libbluray/disc/disc.c:424: error opening file BDMV\index.bdmv
src/libbluray/disc/disc.c:424: error opening file BDMV\BACKUP\index.bdmv
src/libbluray/bluray.c:2585: nav_get_title_list(Z:\) failed
[20:57:14] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 6.0.1
libdvdread: Encrypted DVD support unavailable.
libdvdread: Can't open Z:\ for reading
libdvdread: Device Z:\ inaccessible, CSS authentication not available.
libdvdnav: Unable to open device file Z:\.
libdvdnav: vm: dvd_read_name failed
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
libdvdread: Encrypted DVD support unavailable.
libdvdread: Can't open Z:\ for reading
libdvdread: Device Z:\ inaccessible, CSS authentication not available.
[20:57:14] scan: DVD has 5 title(s)
[20:57:14] scan: scanning title 4
[20:57:14] scan: duration is 00:07:05 (425934 ms)
[20:57:14] pgc_id: 1, pgn: 1: pgc: 0000026B333265E0
[20:57:14] scan: checking audio 1
[20:57:14] scan: id=0x88bd, lang=Unknown (DTS), 3cc=und ext=0
[20:57:14] scan: checking audio 2
[20:57:14] scan: id=0x81bd, lang=Unknown (AC3), 3cc=und ext=0
[20:57:14] scan: checking subtitle 1
[20:57:14] scan: id=0x20bd, lang=Unknown (4:3) [VOBSUB], 3cc=und ext=0
[20:57:14] scan: title 4 has 7 chapters
[20:57:14] scan: chap 1, 67967 ms
[20:57:14] scan: chap 2, 58000 ms
[20:57:14] scan: chap 3, 56033 ms
[20:57:14] scan: chap 4, 60000 ms
[20:57:14] scan: chap 5, 59967 ms
[20:57:14] scan: chap 6, 62033 ms
[20:57:14] scan: chap 7, 61934 ms
[20:57:14] scan: aspect = 4:3
[20:57:14] scan: decoding previews for title 4
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
[20:57:14] scan: title angle(s) 1
[20:57:14] scan: audio 0x88bd: dca, rate=48000Hz, bitrate=1536000 Unknown (DTS) (5.1 ch) (1536 kbps)
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
[20:57:15] Warning: Could not read data for preview 8, skipped
[20:57:15] scan: 7 previews, 720x480, 29.970 fps, autocrop = 0/0/0/0, aspect 4:3, PAR 8:9
[20:57:15] scan: removing audio 0x81bd because no bitrate found
[20:57:15] libhb: scan thread found 1 valid title(s)
[20:57:15] Skipping subtitle scan.  No suitable subtitle tracks.
[20:57:15] Starting Task: Encoding Pass
[20:57:15] Skipping crop/scale filter
[20:57:15] job configuration:
[20:57:15]  * source
[20:57:15]    + Z:\
[20:57:15]    + title 4, chapter(s) 1 to 7
[20:57:15]  * destination
[20:57:15]    + C:\Users\wide_\Videos\1812-4.mkv
[20:57:15]    + container: Matroska (libavformat)
[20:57:15]      + chapter markers
[20:57:15]  * video track
[20:57:15]    + decoder: mpeg2video
[20:57:15]      + bitrate 9000 kbps
[20:57:15]    + filters
[20:57:15]      + Comb Detect (mode=3:spatial-metric=2:motion-thresh=1:spatial-thresh=1:filter-mode=2:block-thresh=40:block-width=16:block-height=16)
[20:57:15]      + Decomb (mode=39)
[20:57:15]      + Framerate Shaper (mode=2:rate=27000000/900000)
[20:57:15]        + frame rate: 29.970 fps -> peak rate limited to 30.000 fps
[20:57:15]    + Output geometry
[20:57:15]      + storage dimensions: 720 x 480
[20:57:15]      + pixel aspect ratio: 8 : 9
[20:57:15]      + display dimensions: 640 x 480
[20:57:15]    + encoder: H.264 (libx264)
[20:57:15]      + preset:  medium
[20:57:15]      + profile: main
[20:57:15]      + level:   3.1
[20:57:15]      + quality: 20.00 (RF)
[20:57:15]      + color profile: 6-6-6
[20:57:15]  * audio track 1
[20:57:15]    + decoder: Unknown (DTS) (5.1 ch) (1536 kbps) (track 1, id 0x88bd)
[20:57:15]      + bitrate: 1536 kbps, samplerate: 48000 Hz
[20:57:15]    + DTS Passthru
libdvdnav: Using dvdnav version 6.0.1
libdvdread: Encrypted DVD support unavailable.
libdvdread: Can't open Z:\ for reading
libdvdread: Device Z:\ inaccessible, CSS authentication not available.
libdvdnav: Unable to open device file Z:\.
libdvdnav: vm: dvd_read_name failed
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
libdvdread: Encrypted DVD support unavailable.
libdvdread: Can't open Z:\ for reading
libdvdread: Device Z:\ inaccessible, CSS authentication not available.
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
[20:57:15] sync: expecting 12765 video frames
[20:57:15] encx264: min-keyint: 30, keyint: 300
[20:57:15] encx264: encoding at constant RF 20.000000
[20:57:15] encx264: unparsed options: level=3.1:8x8dct=0:vbv-bufsize=14000:vbv-maxrate=14000
x264 [info]: using SAR=8/9
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x264 [info]: profile Main, level 3.1, 4:2:0, 8-bit
[20:57:15] sync: first pts audio 0x88bd is 0
[20:57:17] reader: done. 1 scr changes
[20:57:17] sync: first pts video is 0
[20:57:17] sync: "Chapter 1" (1) at frame 1 time 0
[20:57:17] sync: "Chapter 2" (2) at frame 2 time 6123117
[20:57:17] sync: "Chapter 3" (3) at frame 3 time 11348337
[20:57:17] sync: "Chapter 4" (4) at frame 4 time 16396380
[20:57:17] sync: "Chapter 5" (5) at frame 5 time 21801780
[20:57:17] sync: "Chapter 6" (6) at frame 6 time 27204177
[20:57:17] sync: "Chapter 7" (7) at frame 7 time 32792760
[matroska @ 0000026b3ccb6b00] Starting new cluster due to timestamp
[matroska @ 0000026b3ccb6b00] Starting new cluster due to timestamp
[matroska @ 0000026b3ccb6b00] Starting new cluster due to timestamp
[20:57:17] work: average encoding speed for job is 0.000000 fps
[20:57:17] comb detect: heavy 0 | light 0 | uncombed 7 | total 7
[20:57:17] decomb: deinterlaced 0 | blended 0 | unfiltered 7 | total 7
[20:57:17] vfr: 7 frames output, 0 dropped and 0 duped for CFR/PFR
[20:57:17] vfr: lost time: 0 (0 frames)
[20:57:17] vfr: gained time: 0 (0 frames) (0 not accounted for)
[20:57:17] dca-decoder done: 39972 frames, 0 decoder errors
[20:57:17] mpeg2video-decoder done: 7 frames, 0 decoder errors
[20:57:17] sync: got 7 frames, 12765 expected
[20:57:17] sync: framerate min 0.015 fps, max 29.970 fps, avg 0.019 fps
x264 [info]: frame I:1     Avg QP: 5.35  size:  7357
x264 [info]: frame P:5     Avg QP:34.06  size:   333
x264 [info]: frame B:1     Avg QP:17.60  size:    69
x264 [info]: consecutive B-frames: 71.4% 28.6%  0.0%  0.0%
x264 [info]: mb I  I16..4: 90.9%  0.0%  9.1%
x264 [info]: mb P  I16..4:  1.4%  0.0%  0.3%  P16..4:  3.5%  0.2%  0.4%  0.0%  0.0%    skip:94.2%
x264 [info]: mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:  1.5%  0.3%  0.1%  direct: 0.0%  skip:98.1%  L0:69.7% L1:30.3% BI: 0.0%
x264 [info]: coded y,uvDC,uvAC intra: 14.9% 15.2% 13.7% inter: 0.3% 0.4% 0.1%
x264 [info]: i16 v,h,dc,p: 89%  8%  2%  0%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12% 62% 15%  1%  1%  2%  2%  1%  3%
x264 [info]: i8c dc,h,v,p: 88% 10%  1%  1%
x264 [info]: Weighted P-Frames: Y:0.0% UV:0.0%
x264 [info]: ref P L0: 75.0%  2.8% 18.5%  3.8%
x264 [info]: ref B L0: 77.1% 22.9%
x264 [info]: kb/s:0.17
[20:57:17] mux: track 0, 7 frames, 9046 bytes, 0.17 kbps, fifo 8
[20:57:17] mux: track 1, 39972 frames, 80463636 bytes, 1509.66 kbps, fifo 32768
[20:57:17] Finished work at: Tue May 12 20:57:17 2020
[20:57:17] libhb: work result = 0

# Encode Completed ...
Post Reply