Destination ignored.

Support for HandBrake on Linux, Solaris, and other Unix-like platforms
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
javaben
Posts: 9
Joined: Sat Dec 31, 2016 1:45 pm

Destination ignored.

Post by javaben »

Please detail your question or problem in as much detail as possible:
On my Ubuntu 16.10 system, the destination default destination is ~/Videos/Movies, and regardless of what directory I set as the destination, the output file .m4v always goes into ~/Videos/Movies. I then have to move across filesystems in order to get to final destination.

Tell us about your environment. What version of HandBrake? What version of Linux / Unix are you running. etc.
Ubuntu 1.610. Handbrake versions: First tried on 1.0.0 (x86_64), then 1.0.1 (x86_64); both have the same issue.
I have full directory access, read/write on full path to destination. I can 'touch' and create new files in destination folder.

I tried removing ~/.config/ghb/* and rerunning Handbrake, but still had same problem.

I set the destination to /media/Entertainment/TranscodedMovies, which I have full access to, and 'touched' a file there to verify ability to create files in this directory. This is the Destination I set in Handbrake. I also did File->Quit after setting this destination again, the restarted Handbrake, and verified that /TranscodedMovies was still the destination, then invoked 'Start Encoding', but still the movie went to original preset destination of ~/Videos/Movies instead of /media/Entertainment/TranscodedMovies.

b]If there was any exception or error displayed, please copy it and paste it here: [/b]
None

Please include the scan or encode log:

Code: Select all

 Handbrake Version: 1.0.1 (2010041100)
[08:37:29] gtkgui: Preset: /General/HQ 1080p30 Surround
[08:37:29] 1 job(s) to process
[08:37:29] json job:
{
    "Audio": {
        "AudioList": [
            {
                "Bitrate": 160,
                "CompressionLevel": -1.0,
                "DRC": 0.0,
                "DitherMethod": "auto",
                "Encoder": "av_aac",
                "Gain": 0.0,
                "Mixdown": "dpl2",
                "NormalizeMixLevel": false,
                "PresetEncoder": "av_aac",
                "Quality": -3.0,
                "Samplerate": "auto",
                "Track": 0
            },
            {
                "Bitrate": 0,
                "DRC": 0.0,
                "Encoder": "copy:ac3",
                "Mixdown": "none",
                "PresetEncoder": "copy:ac3",
                "Quality": -3.0,
                "Samplerate": 0,
                "Track": 0
            }
        ],
        "CopyMask": [
            "copy:aac",
            "copy:ac3"
        ],
        "FallbackEncoder": "av_aac"
    },
    "Destination": {
        "ChapterList": [
            {
                "Name": "Chapter 1"
            },
            {
                "Name": "Chapter 2"
            },
            {
                "Name": "Chapter 3"
            },
            {
                "Name": "Chapter 4"
            },
            {
                "Name": "Chapter 5"
            },
            {
                "Name": "Chapter 6"
            },
            {
                "Name": "Chapter 7"
            },
            {
                "Name": "Chapter 8"
            },
            {
                "Name": "Chapter 9"
            },
            {
                "Name": "Chapter 10"
            },
            {
                "Name": "Chapter 11"
            },
            {
                "Name": "Chapter 12"
            },
            {
                "Name": "Chapter 13"
            },
            {
                "Name": "Chapter 14"
            },
            {
                "Name": "Chapter 15"
            },
            {
                "Name": "Chapter 16"
            },
            {
                "Name": "Chapter 17"
            },
            {
                "Name": "Chapter 18"
            },
            {
                "Name": "Chapter 19"
            },
            {
                "Name": "Chapter 20"
            },
            {
                "Name": "Chapter 21"
            },
            {
                "Name": "Chapter 22"
            },
            {
                "Name": "Chapter 23"
            },
            {
                "Name": "Chapter 24"
            },
            {
                "Name": "Chapter 25"
            },
            {
                "Name": "Chapter 26"
            },
            {
                "Name": "Chapter 27"
            },
            {
                "Name": "Chapter 28"
            }
        ],
        "ChapterMarkers": true,
        "File": "/home/superben/Videos/Movies/Kung Fu Hustle.m4v",
        "Mp4Options": {
            "IpodAtom": false,
            "Mp4Optimize": false
        },
        "Mux": "m4v"
    },
    "Filters": {
        "FilterList": [
            {
                "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": 4,
                "Settings": {
                    "mode": "7"
                }
            },
            {
                "ID": 6,
                "Settings": {
                    "mode": 2,
                    "rate": "27000000/900000"
                }
            },
            {
                "ID": 11,
                "Settings": {
                    "crop-bottom": 66,
                    "crop-left": 0,
                    "crop-right": 0,
                    "crop-top": 60,
                    "height": 354,
                    "width": 720
                }
            }
        ]
    },
    "Metadata": {
        "Name": "KUNG_FU_HUSTLE"
    },
    "PAR": {
        "Den": 27,
        "Num": 32
    },
    "SequenceID": 0,
    "Source": {
        "Angle": 0,
        "Path": "/media/Entertainment/Movies/Kung Fu Hustle (2004 7.7)/Kung Fu Hustle.iso",
        "Range": {
            "End": 28,
            "Start": 1,
            "Type": "chapter"
        },
        "Title": 1
    },
    "Subtitle": {
        "Search": {
            "Burn": true,
            "Default": false,
            "Enable": true,
            "Forced": true
        },
        "SubtitleList": []
    },
    "Video": {
        "ColorMatrixCode": 0,
        "Encoder": "x264",
        "Level": "4.0",
        "OpenCL": false,
        "Options": "",
        "Preset": "slow",
        "Profile": "high",
        "QSV": {
            "AsyncDepth": 4,
            "Decode": false
        },
        "Quality": 20.0,
        "Tune": "",
        "Turbo": false,
        "TwoPass": false
    }
}
[08:37:29] CPU: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
[08:37:29]  - Intel microarchitecture Sandy Bridge
[08:37:29]  - logical processor count: 4
[08:37:29] OpenCL: library not available
[08:37:29] hb_scan: path=/media/Entertainment/Movies/Kung Fu Hustle (2004 7.7)/Kung Fu Hustle.iso, title_index=1
disc.c:352: error opening file BDMV/index.bdmv
disc.c:352: error opening file BDMV/BACKUP/index.bdmv
[08:37:29] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 5.0.1
libdvdnav: DVD Title: KUNG_FU_HUSTLE
libdvdnav: DVD Serial Number: 3D1604F2________
libdvdnav: DVD Title (Alternative): KUNG_FU_HUSTLE
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000172
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00001c9f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x0000460c
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x00124300
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x00124311
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x0012e1f2
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x0012e203
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x00182f12
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x00182f23
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x001c60f4
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x001c6105
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_0.VOB at 0x001d1aa0
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x001d1ab1
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_0.VOB at 0x001d4aed
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_1.VOB at 0x001d4afe
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_0.VOB at 0x001e07be
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_1.VOB at 0x001e07cf
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_09_0.VOB at 0x001e4a8c
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_09_1.VOB at 0x001e4a9d
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_10_0.VOB at 0x001e9258
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_10_1.VOB at 0x001e9269
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_11_0.VOB at 0x001edcec
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_11_1.VOB at 0x001edcfd
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_12_0.VOB at 0x001f0bac
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_12_1.VOB at 0x001f0bbd
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_13_0.VOB at 0x001f5d0b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_13_1.VOB at 0x001f5d1c
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_14_0.VOB at 0x001fa706
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_14_1.VOB at 0x001fa717
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_15_0.VOB at 0x00200791
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_15_1.VOB at 0x002007a2
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_16_0.VOB at 0x00204a14
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_16_1.VOB at 0x00204a25
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_17_0.VOB at 0x00209545
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_17_1.VOB at 0x00209556
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_18_0.VOB at 0x0020eb80
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_18_1.VOB at 0x0020eb91
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_19_0.VOB at 0x00219595
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_19_1.VOB at 0x00219b00
libdvdread: Elapsed time 0
libdvdread: Found 19 VTS's
libdvdread: Elapsed time 0
[08:37:29] scan: DVD has 36 title(s)
[08:37:29] scan: scanning title 1
[08:37:29] scan: opening IFO for VTS 1
[08:37:29] scan: duration is 01:38:57 (5937834 ms)
[08:37:29] pgc_id: 1, pgn: 1: pgc: 0x7fa52801a220
[08:37:29] scan: vts=1, ttn=1, cells=0->36, blocks=7->1178821, 1178864 blocks
[08:37:29] scan: checking audio 1
[08:37:29] scan: id=0x80bd, lang=中文 (AC3), 3cc=zho ext=0
[08:37:29] scan: checking audio 2
[08:37:29] scan: id=0x81bd, lang=English (AC3), 3cc=eng ext=0
[08:37:29] scan: checking audio 3
[08:37:29] scan: id=0x82bd, lang=Francais (AC3), 3cc=fra ext=0
[08:37:29] scan: checking audio 4
[08:37:29] scan: id=0x83bd, lang=中文 (AC3), 3cc=zho ext=0
[08:37:29] scan: checking subtitle 1
[08:37:29] scan: id=0x20bd, lang=English, 3cc=eng ext=0
[08:37:29] scan: checking subtitle 2
[08:37:29] scan: id=0x21bd, lang=Francais, 3cc=fra ext=0
[08:37:29] scan: checking subtitle 3
[08:37:29] scan: id=0x22bd, lang=English, 3cc=eng ext=0
[08:37:29] scan: title 1 has 28 chapters
[08:37:29] scan: chap 1 c=0->9, b=7->29721 (29764), 167000 ms
[08:37:29] scan: chap 2 c=10->10, b=29722->77075 (47354), 234533 ms
[08:37:29] scan: chap 3 c=11->11, b=77076->141287 (64212), 326533 ms
[08:37:29] scan: chap 4 c=12->12, b=141288->192685 (51398), 245533 ms
[08:37:29] scan: chap 5 c=13->13, b=192686->231751 (39066), 194533 ms
[08:37:29] scan: chap 6 c=14->14, b=231752->298878 (67127), 302934 ms
[08:37:29] scan: chap 7 c=15->15, b=298879->323708 (24830), 124266 ms
[08:37:29] scan: chap 8 c=16->16, b=323709->374553 (50845), 262266 ms
[08:37:29] scan: chap 9 c=17->17, b=374554->426304 (51751), 262667 ms
[08:37:29] scan: chap 10 c=18->18, b=426305->467153 (40849), 191433 ms
[08:37:29] scan: chap 11 c=19->19, b=467154->485276 (18123), 108266 ms
[08:37:29] scan: chap 12 c=20->20, b=485277->519242 (33966), 181967 ms
[08:37:29] scan: chap 13 c=21->21, b=519243->559446 (40204), 178333 ms
[08:37:29] scan: chap 14 c=22->22, b=559447->596208 (36762), 161233 ms
[08:37:29] scan: chap 15 c=23->23, b=596209->633701 (37493), 190600 ms
[08:37:29] scan: chap 16 c=24->24, b=633702->653348 (19647), 105934 ms
[08:37:29] scan: chap 17 c=25->25, b=653349->679884 (26536), 134467 ms
[08:37:29] scan: chap 18 c=26->26, b=679885->738366 (58482), 275600 ms
[08:37:29] scan: chap 19 c=27->27, b=738367->784107 (45741), 241033 ms
[08:37:29] scan: chap 20 c=28->28, b=784108->822893 (38786), 207734 ms
[08:37:29] scan: chap 21 c=29->29, b=822894->882088 (59195), 291767 ms
[08:37:29] scan: chap 22 c=30->30, b=882089->908442 (26354), 125266 ms
[08:37:29] scan: chap 23 c=31->31, b=908443->956235 (47793), 253400 ms
[08:37:29] scan: chap 24 c=32->32, b=956236->975140 (18905), 102667 ms
[08:37:29] scan: chap 25 c=33->33, b=975141->1026526 (51386), 248467 ms
[08:37:29] scan: chap 26 c=34->34, b=1026527->1064302 (37776), 193166 ms
[08:37:29] scan: chap 27 c=35->35, b=1064303->1096582 (32280), 174033 ms
[08:37:29] scan: chap 28 c=36->36, b=1096583->1178821 (82239), 452200 ms
[08:37:29] scan: aspect = 16:9
[08:37:29] scan: decoding previews for title 1
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
[08:37:29] scan: title angle(s) 1
[ac3 @ 0x7fa52815d360] frame sync error
[08:37:29] scan: audio 0x83bd: ac3, rate=48000Hz, bitrate=192000 中文 (AC3) (2.0 ch) (Dolby Surround)
[ac3 @ 0x7fa52815d360] frame sync error
[08:37:29] scan: audio 0x82bd: ac3, rate=48000Hz, bitrate=192000 Francais (AC3) (2.0 ch) (Dolby Surround)
[ac3 @ 0x7fa52815d360] frame sync error
[08:37:29] scan: audio 0x81bd: ac3, rate=48000Hz, bitrate=448000 English (AC3) (5.1 ch)
[ac3 @ 0x7fa52815d360] frame sync error
[08:37:29] scan: audio 0x80bd: ac3, rate=48000Hz, bitrate=448000 中文 (AC3) (5.1 ch)
[08:37:30] scan: 10 previews, 720x480, 23.976 fps, autocrop = 60/66/0/0, aspect 16:9, PAR 32:27
[08:37:30] libhb: scan thread found 1 valid title(s)
[08:37:30] Skipping subtitle scan.  No suitable subtitle tracks.
[08:37:30] starting job
[08:37:30] decomb filter thread started for segment 0
[08:37:30] decomb filter thread started for segment 1
[08:37:30] decomb filter thread started for segment 3
[08:37:30] decomb filter thread started for segment 2
[08:37:30] decomb check thread started for segment 0
[08:37:30] decomb check thread started for segment 1
[08:37:30] decomb check thread started for segment 2
[08:37:30] decomb check thread started for segment 3
[08:37:30] mask filter thread started for segment 0
[08:37:30] mask filter thread started for segment 1
[08:37:30] mask filter thread started for segment 2
[08:37:30] mask filter thread started for segment 3
[08:37:30] mask dilate thread started for segment 3
[08:37:30] mask erode thread started for segment 1
[08:37:30] mask erode thread started for segment 2
[08:37:30] mask erode thread started for segment 3
[08:37:30] mask dilate thread started for segment 1
[08:37:30] mask dilate thread started for segment 0
[08:37:30] job configuration:
[08:37:30] mask erode thread started for segment 0
[08:37:30] yadif thread started for segment 0
[08:37:30] yadif thread started for segment 1
[08:37:30] yadif thread started for segment 2
[08:37:30] yadif thread started for segment 3
[08:37:30] mask dilate thread started for segment 2
[08:37:30]  * source
[08:37:30]    + /media/Entertainment/Movies/Kung Fu Hustle (2004 7.7)/Kung Fu Hustle.iso
[08:37:30]    + title 1, chapter(s) 1 to 28
[08:37:30]  * destination
[08:37:30]    + /home/superben/Videos/Movies/Kung Fu Hustle.m4v
[08:37:30]    + container: MPEG-4 (libavformat)
[08:37:30]      + chapter markers
[08:37:30]  * video track
[08:37:30]    + decoder: mpeg2video
[08:37:30]      + bitrate 9800 kbps
[08:37:30]    + filters
[08:37:30]      + 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)
[08:37:30]      + Decomb (mode=39)
[08:37:30]      + Framerate Shaper (mode=2:rate=27000000/900000)
[08:37:30]        + frame rate: 23.976 fps -> peak rate limited to 30.000 fps
[08:37:30]      + Crop and Scale (width=720:height=354:crop-top=60:crop-bottom=66:crop-left=0:crop-right=0)
[08:37:30]        + source: 720 * 480, crop (60/66/0/0): 720 * 354, scale: 720 * 354
[08:37:30]    + Output geometry
[08:37:30]      + storage dimensions: 720 x 354
[08:37:30]      + pixel aspect ratio: 32 : 27
[08:37:30]      + display dimensions: 853 x 354
[08:37:30]    + encoder: H.264 (libx264)
[08:37:30]      + preset:  slow
[08:37:30]      + profile: high
[08:37:30]      + level:   4.0
[08:37:30]      + quality: 20.00 (RF)
[08:37:30]  * audio track 1
[08:37:30]    + decoder: 中文 (AC3) (5.1 ch) (track 1, id 0x80bd)
[08:37:30]      + bitrate: 448 kbps, samplerate: 48000 Hz
[08:37:30]    + mixdown: Dolby Pro Logic II
[08:37:30]    + encoder: AAC (libavcodec)
[08:37:30]      + bitrate: 160 kbps, samplerate: 48000 Hz
[08:37:30]  * audio track 2
[08:37:30]    + decoder: 中文 (AC3) (5.1 ch) (track 1, id 0x80bd)
[08:37:30]      + bitrate: 448 kbps, samplerate: 48000 Hz
[08:37:30]    + AC3 Passthru
libdvdnav: Using dvdnav version 5.0.1
libdvdnav: DVD Title: KUNG_FU_HUSTLE
libdvdnav: DVD Serial Number: 3D1604F2________
libdvdnav: DVD Title (Alternative): KUNG_FU_HUSTLE
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000172
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00001c9f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x0000460c
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x00124300
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x00124311
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x0012e1f2
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x0012e203
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x00182f12
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x00182f23
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x001c60f4
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x001c6105
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_0.VOB at 0x001d1aa0
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x001d1ab1
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_0.VOB at 0x001d4aed
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_07_1.VOB at 0x001d4afe
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_0.VOB at 0x001e07be
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_08_1.VOB at 0x001e07cf
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_09_0.VOB at 0x001e4a8c
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_09_1.VOB at 0x001e4a9d
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_10_0.VOB at 0x001e9258
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_10_1.VOB at 0x001e9269
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_11_0.VOB at 0x001edcec
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_11_1.VOB at 0x001edcfd
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_12_0.VOB at 0x001f0bac
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_12_1.VOB at 0x001f0bbd
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_13_0.VOB at 0x001f5d0b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_13_1.VOB at 0x001f5d1c
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_14_0.VOB at 0x001fa706
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_14_1.VOB at 0x001fa717
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_15_0.VOB at 0x00200791
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_15_1.VOB at 0x002007a2
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_16_0.VOB at 0x00204a14
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_16_1.VOB at 0x00204a25
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_17_0.VOB at 0x00209545
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_17_1.VOB at 0x00209556
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_18_0.VOB at 0x0020eb80
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_18_1.VOB at 0x0020eb91
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_19_0.VOB at 0x00219595
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_19_1.VOB at 0x00219b00
libdvdread: Elapsed time 0
libdvdread: Found 19 VTS's
libdvdread: Elapsed time 0
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
[08:37:30] sync: expecting 142365 video frames
[08:37:30] encx264: min-keyint: 24, keyint: 240
[08:37:30] encx264: encoding at constant RF 20.000000
[08:37:30] encx264: unparsed options: level=4.0:ref=5:b-adapt=2:direct=auto:me=umh:vbv-maxrate=25000:subme=8:rc-lookahead=50:vbv-bufsize=31250
x264 [info]: using SAR=32/27
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
x264 [info]: profile High, level 4.0
[ac3 @ 0x7fa52400d300] new coupling strategy must be present in block 0
[ac3 @ 0x7fa52400d300] error decoding the audio block
[ac3 @ 0x7fa524028300] new coupling strategy must be present in block 0
[ac3 @ 0x7fa524028300] error decoding the audio block
[ac3 @ 0x7fa52400d300] frame sync error
[ac3 @ 0x7fa52400d300] new coupling strategy must be present in block 0
[ac3 @ 0x7fa52400d300] error decoding the audio block
[ac3 @ 0x7fa52400d300] frame sync error
[ac3 @ 0x7fa52400d300] new coupling strategy must be present in block 0
[ac3 @ 0x7fa52400d300] error decoding the audio block
[ac3 @ 0x7fa524028300] frame sync error
[ac3 @ 0x7fa52400d300] frame sync error
[ac3 @ 0x7fa52400d300] new coupling strategy must be present in block 0
[ac3 @ 0x7fa52400d300] error decoding the audio block
[ac3 @ 0x7fa524028300] new coupling strategy must be present in block 0
[ac3 @ 0x7fa524028300] error decoding the audio block
[ac3 @ 0x7fa52400d300] frame sync error
[ac3 @ 0x7fa52400d300] new coupling strategy must be present in block 0
[ac3 @ 0x7fa52400d300] error decoding the audio block
[ac3 @ 0x7fa52400d300] frame sync error
[ac3 @ 0x7fa52400d300] new coupling strategy must be present in block 0
[ac3 @ 0x7fa52400d300] error decoding the audio block
[ac3 @ 0x7fa524028300] frame sync error
[ac3 @ 0x7fa524028300] new coupling strategy must be present in block 0
[ac3 @ 0x7fa524028300] error decoding the audio block
[ac3 @ 0x7fa52400d300] frame sync error
[ac3 @ 0x7fa52400d300] new coupling strategy must be present in block 0
[ac3 @ 0x7fa52400d300] error decoding the audio block
[08:37:30] sync: first pts video is 0
[08:37:30] sync: "Chapter 1" (1) at frame 1 time 0
[08:37:30] sync: first pts audio 0x80bd is 0
[08:37:30] sync: first pts audio 0x80bd is 0
[08:37:32] 11.227878s: Video -> Film
[08:38:22] 164.731216s: Film -> Video
[08:38:22] sync: "Chapter 2" (2) at frame 4021 time 14835571
[08:38:22] 164.881393s: Video -> Film
[08:39:57] 399.298889s: Film -> Video
[08:39:57] sync: "Chapter 3" (3) at frame 9646 time 35946661
[08:39:57] 399.449066s: Video -> Film
[08:42:04] 725.791748s: Film -> Video
[08:42:04] sync: "Chapter 4" (4) at frame 17475 time 65331017
[08:42:04] 725.941895s: Video -> Film
[08:43:43] 971.370422s: Film -> Video
[08:43:44] sync: "Chapter 5" (5) at frame 23364 time 87433098
[08:43:44] 971.520508s: Video -> Film
[08:45:04] 1165.898071s: Film -> Video
[08:45:04] sync: "Chapter 6" (6) at frame 28029 time 104940589
[08:45:04] 1166.048218s: Video -> Film
[08:47:35] 1468.833984s: Film -> Video
[08:47:35] sync: "Chapter 7" (7) at frame 35294 time 132207830
[08:47:35] 1469.017578s: Video -> Film
[08:48:25] 1593.158203s: Film -> Video
[08:48:25] sync: "Chapter 8" (8) at frame 38275 time 143394005
[08:48:25] 1593.308472s: Video -> Film
[08:50:09] 1855.420288s: Film -> Video
[08:50:09] sync: "Chapter 9" (9) at frame 44564 time 166997586
[08:50:09] 1855.570435s: Video -> Film
[08:51:53] 2118.182861s: Film -> Video
[08:51:53] sync: "Chapter 10" (10) at frame 50863 time 190640206
[08:51:53] 2118.333008s: Video -> Film
[08:53:15] 2309.540527s: Film -> Video
[08:53:15] sync: "Chapter 11" (11) at frame 55454 time 207868418
[08:53:15] 2309.690918s: Video -> Film
[08:53:55] sync: "Chapter 12" (12) at frame 58051 time 217616157
[08:53:55] 2417.982178s: Film -> Video
[08:53:55] 2418.132324s: Video -> Film
[08:55:08] 2599.830566s: Film -> Video
[08:55:08] sync: "Chapter 13" (13) at frame 62416 time 233994520
[08:55:08] 2599.980713s: Video -> Film
[08:56:25] 2778.175537s: Film -> Video
[08:56:25] sync: "Chapter 14" (14) at frame 66693 time 250045556
[08:56:25] 2778.325684s: Video -> Film
[08:57:36] 2939.503174s: Film -> Video
[08:57:36] sync: "Chapter 15" (15) at frame 70560 time 264559056
[08:57:37] 2939.653564s: Video -> Film
[08:59:04] 3130.027100s: Film -> Video
[08:59:04] sync: "Chapter 16" (16) at frame 75131 time 281712192
[08:59:04] 3130.177002s: Video -> Film
[08:59:47] 3235.966309s: Film -> Video
[08:59:47] sync: "Chapter 17" (17) at frame 77672 time 291246717
[08:59:47] 3236.116211s: Video -> Film
[09:00:41] 3370.433838s: Film -> Video
[09:00:41] sync: "Chapter 18" (18) at frame 80897 time 303348807
[09:00:41] 3370.584229s: Video -> Film
[09:02:42] 3646.042236s: Film -> Video
[09:02:42] sync: "Chapter 19" (19) at frame 87506 time 328153587
[09:02:42] 3646.192627s: Video -> Film
[09:04:28] 3887.116455s: Film -> Video
[09:04:28] sync: "Chapter 20" (20) at frame 93287 time 349850262
[09:04:28] 3887.266846s: Video -> Film
[09:05:41] sync: "Chapter 21" (21) at frame 98268 time 368546940
[09:05:41] 4094.990967s: Film -> Video
[09:05:41] 4095.141357s: Video -> Film
[09:07:44] 4386.615234s: Film -> Video
[09:07:44] sync: "Chapter 22" (22) at frame 105265 time 394805172
[09:07:44] 4386.765625s: Video -> Film
[09:08:47] sync: "Chapter 23" (23) at frame 108270 time 406084440
[09:08:47] 4512.074219s: Film -> Video
[09:08:47] 4512.224121s: Video -> Film
[09:10:29] sync: "Chapter 24" (24) at frame 114347 time 428892226
[09:10:29] 4765.494141s: Film -> Video
[09:10:29] 4765.610840s: Video -> Film
[09:11:10] 4868.096680s: Film -> Video
[09:11:10] sync: "Chapter 25" (25) at frame 116812 time 438138463
[09:11:10] 4868.246582s: Video -> Film
[09:12:58] sync: "Chapter 26" (26) at frame 122769 time 460498802
[09:12:58] 5116.678223s: Film -> Video
[09:12:58] 5116.828613s: Video -> Film
[09:14:19] 5309.704590s: Film -> Video
[09:14:19] sync: "Chapter 27" (27) at frame 127402 time 477883170
[09:14:19] 5309.854492s: Video -> Film
[09:15:32] sync: "Chapter 28" (28) at frame 131575 time 493546819
[09:15:32] 5483.878418s: Film -> Video
[09:15:32] 5484.028809s: Video -> Film
[09:17:42] reader: done. 2 scr changes
[09:17:43] work: average encoding speed for job is 59.024452 fps
[09:17:43] comb detect: heavy 2235 | light 8392 | uncombed 131800 | total 142427
[09:17:43] decomb: deinterlaced 2235 | blended 8392 | unfiltered 131800 | total 142427
[09:17:43] vfr: 142427 frames output, 0 dropped and 0 duped for CFR/PFR
[09:17:43] vfr: lost time: 0 (0 frames)
[09:17:43] vfr: gained time: 0 (0 frames) (0 not accounted for)
[09:17:43] ac3-decoder done: 185514 frames, 1 decoder errors
[09:17:43] ac3-decoder done: 185514 frames, 1 decoder errors
[09:17:43] mpeg2video-decoder done: 142427 frames, 0 decoder errors
[09:17:43] sync: got 142427 frames, 142365 expected
[09:17:43] sync: framerate min 23.981 fps, max 29.970 fps, avg 23.992 fps
x264 [info]: frame I:1574  Avg QP:16.08  size: 27301
x264 [info]: frame P:46925 Avg QP:19.46  size:  8349
x264 [info]: frame B:93928 Avg QP:22.58  size:  2522
x264 [info]: consecutive B-frames:  2.8%  6.0% 65.2% 25.9%
x264 [info]: mb I  I16..4: 10.9% 68.7% 20.4%
x264 [info]: mb P  I16..4:  3.3% 12.5%  2.3%  P16..4: 37.6% 17.2%  9.7%  0.0%  0.0%    skip:17.4%
x264 [info]: mb B  I16..4:  0.3%  1.8%  0.4%  B16..8: 37.0%  5.9%  1.1%  direct: 4.0%  skip:49.5%  L0:39.2% L1:47.4% BI:13.3%
x264 [info]: 8x8 transform intra:69.6% inter:65.7%
x264 [info]: direct mvs  spatial:98.8% temporal:1.2%
x264 [info]: coded y,uvDC,uvAC intra: 71.2% 71.7% 32.0% inter: 22.3% 23.3% 1.6%
x264 [info]: i16 v,h,dc,p: 37% 19% 10% 34%
x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 11% 12%  7%  8% 10%  8% 11% 10%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 31% 10%  8%  7%  9% 11%  8%  9%  9%
x264 [info]: i8c dc,h,v,p: 38% 23% 27% 12%
x264 [info]: Weighted P-Frames: Y:4.0% UV:1.4%
x264 [info]: ref P L0: 60.7% 13.4% 14.8%  5.0%  5.7%  0.3%  0.0%
x264 [info]: ref B L0: 85.3% 10.4%  3.4%  1.0%
x264 [info]: ref B L1: 98.9%  1.1%
x264 [info]: kb/s:905.05
[09:17:43] mux: track 0, 142427 frames, 671534939 bytes, 904.96 kbps, fifo 4096
[09:17:43] mux: track 1, 278271 frames, 118612452 bytes, 159.84 kbps, fifo 8192
[09:17:43] mux: track 2, 185514 frames, 332416137 bytes, 447.96 kbps, fifo 4096
[09:17:43] libhb: work result = 0
User avatar
JohnAStebbins
HandBrake Team
Posts: 5726
Joined: Sat Feb 09, 2008 7:21 pm

Re: Destination ignored.

Post by JohnAStebbins »

Afraid I can't reproduce this.
mduell
Veteran User
Posts: 8205
Joined: Sat Apr 21, 2007 8:54 pm

Re: Destination ignored.

Post by mduell »

javaben wrote:Ubuntu 1.610. Handbrake versions: First tried on 1.0.0 (x86_64), then 1.0.1 (x86_64); both have the same issue.

Code: Select all

 Handbrake Version: 1.0.1 (2010041100)
Where'd you get that build? Version string is questionable like it's from Ubuntu rather than HB.
javaben
Posts: 9
Joined: Sat Dec 31, 2016 1:45 pm

Re: Destination ignored.

Post by javaben »

That build came in via the dpkg. However, please note I was experiencing the problem under 1.0.0 as well.

Thanks for the assistance though!

I had a look at the ~/.config/ghb/preferences.json, for 'destination_dir' is shows correctly as "/media/Entertainment/TranscodeMovies", and "SrtDir" as ~/superben/Videos whatever that key is. But, /media/Entertainment/TranscodeMovies folder is empty, while ~/Videos/Movies shows all of the .m4v files that have been produced so far today since entering post here.

One thing that I'm doing that may be different than what you are doing, is I'm using the queue for something like 200 movies in it. I can't see where that would make a difference, but you never know!

Thanks,

JavaBen
javaben
Posts: 9
Joined: Sat Dec 31, 2016 1:45 pm

Re: Destination ignored.

Post by javaben »

One other thing comes to mind: /media/Entertainment is a nfs mount point; there's a USB hard drive connected via network nfs to a different computer, which is mounted nfs onto the computer where I'm doing the handbrake transcoding. This is set up correctly - I'm able to move files s back and forth to/from the other computer's nfs mount, and create files on that USB hard drive from the computer that is performing the handbrake transcodes. Right now, with all of the files ending up on my transcoding computer ~/Videos/Movies, I then have to manually move them to the nfs mount /media/Entertainment/TranscodedMovies, so I am manually able to move those files onto that nfs mount.

I can't image that there's an issue with handbrake utilizing a nfs destination, but then I'm not an expert on handbrake!

Thanks again!

JavaBen
mduell
Veteran User
Posts: 8205
Joined: Sat Apr 21, 2007 8:54 pm

Re: Destination ignored.

Post by mduell »

javaben wrote:That build came in via the dpkg. However, please note I was experiencing the problem under 1.0.0 as well.

Thanks for the assistance though!
Via dpkg from what source? The Ubuntu software center or jstebbin's ppa?
javaben
Posts: 9
Joined: Sat Dec 31, 2016 1:45 pm

Re: Destination ignored.

Post by javaben »

Well, unfortunately I don't remember. It could be either. It came through the next day on an update.

Here's the entry for dpgk -l
ii handbrake-gtk 1.0.1-zhb-1ppa1~yakkety1 amd64 versatile DVD ripper and video transcoder - GTK GUI

In attempting to find out, I did
sudo cat /etc/apt/* | grep jstebbin
but that came up empty, so I'm assuming it came in from Ubuntu.

Thanks!

JavaBen
javaben
Posts: 9
Joined: Sat Dec 31, 2016 1:45 pm

Re: Destination ignored.

Post by javaben »

In looking here: https://launchpad.net/~stebbins/+archiv ... e-releases

I see that the first entry, identified as being built within the last 48 hours, shows:
1.0.1-zhb-1ppa1~yakkety1 John Stebbins (2016-12-29)

Which is what my dpkg -l shows, and appears to be in agreement with the 'help->about' in handbrake that shows 1.0.1

Thanks!

JavaBen
User avatar
JohnAStebbins
HandBrake Team
Posts: 5726
Joined: Sat Feb 09, 2008 7:21 pm

Re: Destination ignored.

Post by JohnAStebbins »

Are you saying that you have a queue full of videos already and you are attempting to change the destination *after* enqueuing all the encode jobs? There is no way to do that all at once. You have to open the queue window and edit each queued item one at a time to change it's destination. The destination is an attribute of each job in the queue just like any other setting.

FYI, the screwed up build date/time in the log appears to be an issue with ubuntus launchpad build servers. That date is constructed by getting the current time from the OS when the package is built. It appears they do not bother to set the time of their build servers correctly.
javaben
Posts: 9
Joined: Sat Dec 31, 2016 1:45 pm

Re: Destination ignored.

Post by javaben »

I have done exactly what you said, and noted that it didn't work.

I also tried saving the queue, with nothing in the queue and setting the destination, then loading from the queue.json, and it didn't work either; at least that's my recollection at this point. However, I've tried enough changes at this point that it certainly is worth it to try again. I'll post the results.

Thanks for your involvement and suggestions.

JavaBen
javaben
Posts: 9
Joined: Sat Dec 31, 2016 1:45 pm

Re: Destination ignored.

Post by javaben »

OK, here's what I've done to try and ensure I'm not incorrectly using the destination for a queue of files.

1 - I saved my queue list to queue.json
2 - I selected 'Delete All'
3 - I quit Handbrake.
4 - I restarted Handbrake
5 - I set the Destination folder to /media/Entertainment/TranscodedMovies
6 - I selected the Presets List to Super HQ 1080p30 Surround
7 - I selected Load Queue file
8 - I selected /media/Entertainment/queue.json
9 - I selected Reset All Titles
10 - I selected Start Encoding

The .m4v is still showing up in ~/Videos/Movies, not the destination folder I set of /media/Entertainment/TranscodedMovies

So, it's not working, at least not in a manner I am expecting.

So, are you telling me that I have to delete my queue.json file, then set the destination folder, then recreate the queue for this to correctly use the destination folder? If that's the case, then I'll happily perform those tasks, but I don't consider that to be an intuitive usage of the application.

Thanks!

JavaBen
Deleted User 11865

Re: Destination ignored.

Post by Deleted User 11865 »

The destination path is part of the JSON. The destination folder set in the GUI only applies when queueing new items, not to already-queued ones.

The only way to edit an already-queued item is to click on "Edit Queue Item" (or whatever it's called based on the GUI), wait for HandBrake to re-scan it (that item is then removed from the queue), make your changes, and queue it again.
javaben
Posts: 9
Joined: Sat Dec 31, 2016 1:45 pm

Re: Destination ignored.

Post by javaben »

OK - got it!

Thanks!

JavaBen
javaben
Posts: 9
Joined: Sat Dec 31, 2016 1:45 pm

Re: Destination ignored.

Post by javaben »

I can confirm that: starting from scratch, set the destination folder, then create a queue of movies to transcode, then save queue, then load queue (to verify), then start encoding, places the files in the desired destination folder.

Thanks for your help everyone!

JavaBen
Post Reply