Djoss Posted January 26, 2022 Author Share Posted January 26, 2022 35 minutes ago, NightOps said: I switched to software and the file encoded correctly, no issues. No server lockups... looking good! I suspect this is an issue with the current driver in Kernel rc2? Hopefully rc3 will fix it? Good question. Do you know if this was working with unRAID 6.9.2 ? Quote Link to comment
NightOps Posted January 26, 2022 Share Posted January 26, 2022 15 minutes ago, Djoss said: Good question. Do you know if this was working with unRAID 6.9.2 ? No idea, I just stepped into the world of unRAID with 6.10-rc2 … needed to replace an aging Windows box that had been fulfilling media/file storage roles for a decade. So glad I did, and that I stuck through with unRAID even after my initial hiccups. Quote Link to comment
Blairwin Posted January 27, 2022 Share Posted January 27, 2022 On 9/15/2021 at 6:59 PM, ritty said: A quick solution for hardware encoding with nvidia GPUs. Use this docker then replace the repository with "zocker160/handbrake-nvenc"...obviously make sure to set your nvidia gpu up in the template (similar to plex or other apps). Works like a charm - went from 30 mins down to 5 mins per movie Boooo ya Is this still the only way to get nvenc encoding using Handbrake? Quote Link to comment
Lrdfrd Posted February 21, 2022 Share Posted February 21, 2022 Any chance you will incorporate nvidia or amd hw support? Quote Link to comment
jackfalveyiv Posted February 24, 2022 Share Posted February 24, 2022 On 8/9/2021 at 12:38 PM, WebAddict said: The NVENC support was what made djaydev's Handbrake docker image special... Losing that build is a huge loss.... Perhaps someone else could fork his work from djaydev/handbrake on github or dockerhub and make it available. I have used Spaceinvaderone's guide to downloading new media to a watch folder, and then sonarr/radarr moves the newly transcoded media to the array. I found a 720p quality setting for TV shows, and a 1080p setting for Movies that I felt like retained the quality, saved a ton of space, but also allows most of our devices to direct play. Many remux 45 min 1080p episodes are about 4gb, but my 720p x264 version averages about 1.2gb. I will be able to continue using djaydev's handbrake since I already had it before it went away. I feel bad for anyone else that wants to use it and can't find it. I'm definitely interested in this. I unfortunately lost my djaydev docker a week ago, I had assumed the GPU transcoding functionality would be possible with this build. Quote Link to comment
TommyJohn Posted February 26, 2022 Share Posted February 26, 2022 (edited) Hi guys. Been using unraid/handrake for a couple years now and successfully encoded TB of video, all of a sudden I'm getting the "Cannot read or write the directory error" I haven't changed permissions anywhere to my knowledge, output folder is set to : /mnt/user/Media/_Handbrake Transcodes/ and this is the folder i'm choosing to save to. I have tried different folders with the same error. permissions look right to me: ls -la "/mnt/user/Media/_Handbrake Transcodes" total 23851556 drwxrwx--- 1 nobody users 41 Mar 30 2021 ./ drwxrwxrwx 1 nobody users 23 Feb 2 2021 ../ handbrake docker settings and diagnostics attached. There's no encode log because encoding won't even start. Edit: I can encode from within windows handbrake to this directory no problem, its only in unraid that I'm having this issue. I've removed and installed fresh docker image.. nothing working for me. Hope someone can point out what will probably be an obvious mistake, thanks! diagnostics-20220226-1150.zip Edited February 26, 2022 by TommyJohn updated info Quote Link to comment
CS01-HS Posted February 28, 2022 Share Posted February 28, 2022 I've been running v1.23.2 because H265 QSV encoding fails in the later versions. Comparing the conversion logs I see the later versions attempt to use the (newly-added) LowPower option: v1.23.2 [11:17:13] hb_display_init: using VA driver 'iHD' libva info: VA-API version 1.10.0 libva info: User environment variable requested driver 'iHD' libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_10 libva info: va_openDriver() returns 0 [11:17:13] encqsvInit: using encode-only path latest [11:07:46] hb_display_init: using VA driver 'iHD' libva info: VA-API version 1.12.0 libva info: User environment variable requested driver 'iHD' libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_12 libva info: va_openDriver() returns 0 [11:07:46] encqsvInit: MFXVideoENCODE_Init failed (-3) [11:07:46] encqsvInit: using encode-only (LowPower) path ... [11:07:46] Failure to initialise thread 'Quick Sync Video encoder (Intel Media SDK)' I saw a suggestion here to disable it: https://github.com/HandBrake/HandBrake/issues/3270#issuecomment-744087448 which I believe I should be able to do by passing -x lowpower=0 to the container template variable AUTOMATED_CONVERSION_HANDBRAKE_CUSTOM_ARGS But it doesn't seem to have an effect, I see the same reference to encode-only (LowPower) path in the conversion log. Any suggestions? Is there a way to get the CLI equivalent of the GUI command so I could run it manually and experiment? Quote Link to comment
Myleslewis Posted March 21, 2022 Share Posted March 21, 2022 (edited) Hi all, hope we're all well. I'm using zocker160 repo version of the docker just as many others are, I use a 1050ti for plex transcoding and had previously used it to rip a DVD to my server using NVENC on the previous docker image that got deprecated. The issue I am having at the moment is that when using NVENC my videos come out extremely distorted as per screenshot. I am using the HQ 576p25 Surround preset with no adjustments, I have the --runtime=nvidia in extra parameters and my DVD is passed through as a device in the docker template. I have two instances of handbreak installed, the jlesage/handbrake repo version works flawlessly using CPU only. Does anyone have any ideas ? If any further information is required then I'll be happy to provide it. EDIT: I have also just found that whilst encoding, the progress bar gets to 50% and then says encoding done and stops. TIA, Myles Edited March 21, 2022 by Myleslewis additional information Quote Link to comment
Rolox Posted April 14, 2022 Share Posted April 14, 2022 (edited) Hi all, I'm fairly new to UnRAID and hanbrake coming from an Adobe workflow background. I recently installed the docker container and while performing some tests, I ran into the following issue. I added some files to the Watch Folder that the Automatic Converter uses as a source to start enconding. Everything encoded fine. However, I wanted to try a different preset and I followed these steps. Modified the preset in the docker container settings Deleted the source files in the "in" folder Deleted the processed files in the "out" folder Re-added the source files to the "in" folder Now HandBrake does not start encoding again, effectively skipping the files as noted in the attached log files. It only starts encoding new files that it has never seen before. [autovideoconverter] Skipping video '/watch/T-TS-0037.MP4' (4f70aab708be8878314571bf18f1e4c8): already processed successfully. [autovideoconverter] Skipping video '/watch/T-TS-0038.MP4' (4be6aec3b22155ac7758643b8ba5ef49): already processed successfully. [autovideoconverter] Skipping video '/watch/T-TS-0039.MP4' (8e5ce0fa131d539f969d3b5f62c35b5b): already processed successfully. [autovideoconverter] Skipping video '/watch/T-TS-0040.MP4' (cb5a4c7d6dec289e0ca1a2f8ebfe6d6c): already processed successfully. [autovideoconverter] Skipping video '/watch/T-TS-0041.MP4' (1ecd8183b93c2a29c76d5ee5e53c780b): already processed successfully. Is there some cache that I need to clear for Handbrake to recognize and process files that it has seen before? Thank you in advance! Handbrake skipping log.txt Edited April 14, 2022 by Rolox Added log Quote Link to comment
TommyJohn Posted April 14, 2022 Share Posted April 14, 2022 1 hour ago, Rolox said: Hi all, I'm fairly new to UnRAID and hanbrake coming from an Adobe workflow background. I recently installed the docker container and while performing some tests, I ran into the following issue. I added some files to the Watch Folder that the Automatic Converter uses as a source to start enconding. Everything encoded fine. However, I wanted to try a different preset and I followed these steps. Modified the preset in the docker container settings Deleted the source files in the "in" folder Deleted the processed files in the "out" folder Re-added the source files to the "in" folder Now HandBrake does not start encoding again, effectively skipping the files as noted in the attached log files. It only starts encoding new files that it has never seen before. [autovideoconverter] Skipping video '/watch/T-TS-0037.MP4' (4f70aab708be8878314571bf18f1e4c8): already processed successfully. [autovideoconverter] Skipping video '/watch/T-TS-0038.MP4' (4be6aec3b22155ac7758643b8ba5ef49): already processed successfully. [autovideoconverter] Skipping video '/watch/T-TS-0039.MP4' (8e5ce0fa131d539f969d3b5f62c35b5b): already processed successfully. [autovideoconverter] Skipping video '/watch/T-TS-0040.MP4' (cb5a4c7d6dec289e0ca1a2f8ebfe6d6c): already processed successfully. [autovideoconverter] Skipping video '/watch/T-TS-0041.MP4' (1ecd8183b93c2a29c76d5ee5e53c780b): already processed successfully. Is there some cache that I need to clear for Handbrake to recognize and process files that it has seen before? Thank you in advance! Handbrake skipping log.txt 38.8 kB · 0 downloads Hi Rolox, try changing the names of the files, tdarr should process them again. Quote Link to comment
Rolox Posted April 14, 2022 Share Posted April 14, 2022 I found online that deleting this file should fix the problem: /volume1/docker/handbrake/successful_conversions However, I don't know how to access it. I am in the container's console and can't find that share: / # ls -l total 8 drwxr-xr-x 1 root root 5270 Oct 4 2021 bin drwxrwxrwx 1 app users 108 Apr 13 03:52 config drwxr-xr-x 1 root root 132 Oct 4 2021 defaults drwxr-xr-x 5 root root 340 Apr 14 12:52 dev drwxr-xr-x 1 root root 938 Apr 14 12:09 etc drwxr-xr-x 1 root root 0 Mar 31 2021 home -rwxr-xr-x 1 root root 389 Mar 1 2018 init drwxr-xr-x 1 root root 812 Oct 4 2021 lib drwxr-xr-x 1 root root 104 Mar 1 2018 libexec drwxr-xr-x 1 root root 28 Mar 31 2021 media drwxr-xr-x 1 root root 0 Mar 31 2021 mnt drwxr-xr-x 1 root root 20 Oct 4 2021 opt drwxrwxrwx 1 app users 10 Apr 14 12:53 output dr-xr-xr-x 428 root root 0 Apr 14 12:52 proc drwx------ 1 root root 24 Apr 14 15:13 root drwxr-xr-x 1 root root 22 Apr 14 12:52 run drwxr-xr-x 1 root root 964 Oct 4 2021 sbin drwxr-xr-x 1 root root 0 Mar 31 2021 srv -rwxr-xr-x 1 root root 234 Oct 4 2021 startapp.sh drwxrwxrwx 1 app users 26 Apr 14 09:59 storage dr-xr-xr-x 13 root root 0 Apr 14 12:52 sys drwxrwxrwt 1 root root 92 Apr 14 12:54 tmp drwxr-xr-x 1 root root 68 Oct 4 2021 usr drwxr-xr-x 1 root root 86 Oct 4 2021 var drwxrwxrwx 1 1000 users 10 Apr 14 12:54 watch Thank you!!! Quote Link to comment
snowboardjoe Posted April 14, 2022 Share Posted April 14, 2022 (edited) 24 minutes ago, Rolox said: I found online that deleting this file should fix the problem: /volume1/docker/handbrake/successful_conversions However, I don't know how to access it. I am in the container's console and can't find that share: / # ls -l total 8 drwxr-xr-x 1 root root 5270 Oct 4 2021 bin drwxrwxrwx 1 app users 108 Apr 13 03:52 config drwxr-xr-x 1 root root 132 Oct 4 2021 defaults drwxr-xr-x 5 root root 340 Apr 14 12:52 dev drwxr-xr-x 1 root root 938 Apr 14 12:09 etc drwxr-xr-x 1 root root 0 Mar 31 2021 home -rwxr-xr-x 1 root root 389 Mar 1 2018 init drwxr-xr-x 1 root root 812 Oct 4 2021 lib drwxr-xr-x 1 root root 104 Mar 1 2018 libexec drwxr-xr-x 1 root root 28 Mar 31 2021 media drwxr-xr-x 1 root root 0 Mar 31 2021 mnt drwxr-xr-x 1 root root 20 Oct 4 2021 opt drwxrwxrwx 1 app users 10 Apr 14 12:53 output dr-xr-xr-x 428 root root 0 Apr 14 12:52 proc drwx------ 1 root root 24 Apr 14 15:13 root drwxr-xr-x 1 root root 22 Apr 14 12:52 run drwxr-xr-x 1 root root 964 Oct 4 2021 sbin drwxr-xr-x 1 root root 0 Mar 31 2021 srv -rwxr-xr-x 1 root root 234 Oct 4 2021 startapp.sh drwxrwxrwx 1 app users 26 Apr 14 09:59 storage dr-xr-xr-x 13 root root 0 Apr 14 12:52 sys drwxrwxrwt 1 root root 92 Apr 14 12:54 tmp drwxr-xr-x 1 root root 68 Oct 4 2021 usr drwxr-xr-x 1 root root 86 Oct 4 2021 var drwxrwxrwx 1 1000 users 10 Apr 14 12:54 watch Thank you!!! It should be in your appdata share. In a typical install, it should be: /mnt/user/appdata/HandBrake/successful_conversions Edited April 14, 2022 by snowboardjoe Quote Link to comment
Rolox Posted April 15, 2022 Share Posted April 15, 2022 Figuring out how to get nano to work: Impossible Fix: Set appdata to public, map it to my windows machine, browse the file and edited it with notepad, sheesh. Quote Link to comment
magicmagpie Posted May 4, 2022 Share Posted May 4, 2022 Hi everyone, been using HandBrake for a few weeks now and it has been great. However, twice I have checked progress for an overnight job and found that my Unraid server has been put into a semi-nonfunctional state that can only be resolved by restarting the server. The diagnostics point to HandBrake as the culprit. My logs from last night show that at 12:18 AM the following error occurred: May 4 00:18:15 Sanctum kernel: BUG: unable to handle page fault for address: fffff8efd4e69688 May 4 00:18:15 Sanctum kernel: #PF: supervisor read access in kernel mode May 4 00:18:15 Sanctum kernel: #PF: error_code(0x0000) - not-present page May 4 00:18:15 Sanctum kernel: PGD 0 P4D 0 May 4 00:18:15 Sanctum kernel: Oops: 0000 [#1] SMP NOPTI May 4 00:18:15 Sanctum kernel: CPU: 4 PID: 20499 Comm: HandBrakeCLI Tainted: G W 5.10.28-Unraid #1 The rest of the error is in the attached diagnostics. Has anyone seen this before? sanctum-diagnostics-20220504-0700.zip Quote Link to comment
stev067 Posted May 12, 2022 Share Posted May 12, 2022 (edited) Thank you for maintaining this docker container. I've had it churning through a media collection for almost a year now (half-way done). I don't know if you are taking feature requests, but if so, I had an idea. If there's already a way of doing this, let me know. I know you can have multiple Watch Directories, but it would be helpful to be able to assign a priority to each. For example, I want it working on my priority #1 folder when there are jobs there, and when it's empty, falling back to working on my priority #2 folder, so there isn't any down-time but I can still take care of the most important stuff first. I'm envisioning a priority attribute in the paths template, so each Watch Directory can have whatever priority the user wants. Just something I've been thinking about for a while. Thanks again! Edited May 13, 2022 by stev067 Quote Link to comment
Cobra_MK Posted May 29, 2022 Share Posted May 29, 2022 Hello, i am really new on Unraid and Dockers so i don't know if that is a Docker Setting or a missing Driver for Unraid. My System: Intel Core i3 12100 16GB RAM Asrock H610 Board Unraid V6.10.2 I want to use the Internal GPU for Handbrake and get this to work but i can only chose H264 (Intel QSV) and not H265 (Intel). i blacklisted the i915 and installed the Intel_TOP Plugin. Hope someone can help me to get this to work as fast as possible. Quote Link to comment
ibbanez Posted May 31, 2022 Share Posted May 31, 2022 Is there a way to add codecs to this docker? I have some AV1 files that I am trying to convert to h265, but whenever I try to load them up, everything says no Title Found and I can't do anything. However the files work, and Staxrip can convert them just fine, so I was wondering if maybe this Handbrake docker didn't have the correct AV1 codec installed and if I could simply add it somehow. Or does anyone know a way to simply fix this issue? thanks. Quote Link to comment
Djoss Posted June 6, 2022 Author Share Posted June 6, 2022 On 5/12/2022 at 2:04 PM, stev067 said: Thank you for maintaining this docker container. I've had it churning through a media collection for almost a year now (half-way done). I don't know if you are taking feature requests, but if so, I had an idea. If there's already a way of doing this, let me know. I know you can have multiple Watch Directories, but it would be helpful to be able to assign a priority to each. For example, I want it working on my priority #1 folder when there are jobs there, and when it's empty, falling back to working on my priority #2 folder, so there isn't any down-time but I can still take care of the most important stuff first. I'm envisioning a priority attribute in the paths template, so each Watch Directory can have whatever priority the user wants. Just something I've been thinking about for a while. Thanks again! Can you add a feature request at https://github.com/jlesage/docker-handbrake/issues ? Quote Link to comment
supawiz6991 Posted June 20, 2022 Share Posted June 20, 2022 (edited) Hi, I'm having an issue where handbrake will "complete" a conversion but its not actually complete (Video won't play, file size is wrong and is usually MB when it should be GB). It's happening with 4K video in particular. This seems to be happening at random and generally the second attempt at conversion does actually fully convert the file. I pulled the logs for the last one and the conversion process was only at 20.51% when handbrake marked it as complete. The conversions are done via the automated watch folder. Also, the docker container is pinned to 3 cores/6 threads of the processor. The reason for this is I have two instances of handbrake for converting two video files at once and so each instance is pinned to different cores/threads so that one doesn't cause the other to crash. Settings: Format: MPEG-4 Diminsions: Resolution: 2160p 4K Ultra HD Filters: Everything off Video: Video Encoder: H265 10-bit (x265) Framerate: Same as source and constant. RF: 20, Constant Quality Logs: successful_conversions Encoding /watch/Angry Birds Movie_t00.mkv: task 1 of 1, 20.50 % (3.75 fps, avg 2.93 fps,. ETA 10h32m15s) Encoding /watch/Angry Birds Movie_t00.mkv: task 1 of 1, 20.51 % (3.75 fps, avg 2.93 fps,. ETA 10h32m11s) [autovideoconverter] Conversion ended successfully. [autovideoconverter] Watch folder '/watch' processing terminated. conversion.log ------- CONVERSION OUTPUT Sun Jun 19 01:32:55 EDT 2022 ------- [01:32:56] Compile-time hardening features are enabled Cannot load libnvidia-encode.so.1 Cannot load libnvidia-encode.so.1 Cannot load libnvidia-encode.so.1 Cannot load libnvidia-encode.so.1 [01:32:56] hb_init: starting libhb thread [01:32:56] thread 14a92905bb20 started ("libhb") HandBrake 1.4.2 (2021100400) - Linux x86_64 - https://handbrake.fr 6 CPUs detected Opening /watch/Angry_Birds/Angry Birds Movie_t00.mkv... [01:32:56] CPU: Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz [01:32:56] - Intel microarchitecture Haswell [01:32:56] - logical processor count: 6 [01:32:56] Intel Quick Sync Video support: no [01:32:56] hb_scan: path=/watch/Angry_Birds/Angry Birds Movie_t00.mkv, title_index=1 udfread ERROR: ECMA 167 Volume Recognition failed disc.c:333: failed opening UDF image /watch/Angry_Birds/Angry Birds Movie_t00.mkv disc.c:437: error opening file BDMV/index.bdmv disc.c:437: error opening file BDMV/BACKUP/index.bdmv bluray.c:2646: nav_get_title_list(/watch/Angry_Birds/Angry Birds Movie_t00.mkv/) failed [01:32:56] bd: not a bd - trying as a stream/file instead libdvdread: DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed libdvdnav: vm: vm: failed to read VIDEO_TS.IFO [01:32:56] dvd: not a dvd - trying as a stream/file instead Input #0, matroska,webm, from '/watch/Angry_Birds/Angry Birds Movie_t00.mkv': Metadata: title : Angry Birds Movie encoder : libmakemkv v1.16.7 (1.3.10/1.5.2) x86_64-linux-gnu creation_time : 2022-06-19T04:39:57.000000Z Duration: 01:37:13.83, start: 0.000000, bitrate: 78282 kb/s Chapters: Chapter #0:0: start 0.000000, end 425.007917 Metadata: title : Chapter 01 Chapter #0:1: start 425.007917, end 817.775292 Metadata: title : Chapter 02 Chapter #0:2: start 817.775292, end 1222.471250 Metadata: title : Chapter 03 Chapter #0:3: start 1222.471250, end 1538.495292 Metadata: title : Chapter 04 Chapter #0:4: start 1538.495292, end 1977.392083 Metadata: title : Chapter 05 Chapter #0:5: start 1977.392083, end 2314.520542 Metadata: title : Chapter 06 Chapter #0:6: start 2314.520542, end 2495.993500 Metadata: title : Chapter 07 Chapter #0:7: start 2495.993500, end 2832.955125 Metadata: title : Chapter 08 Chapter #0:8: start 2832.955125, end 3124.162708 Metadata: title : Chapter 09 Chapter #0:9: start 3124.162708, end 3367.322292 Metadata: title : Chapter 10 Chapter #0:10: start 3367.322292, end 3548.711833 Metadata: title : Chapter 11 Chapter #0:11: start 3548.711833, end 3823.110958 Metadata: title : Chapter 12 Chapter #0:12: start 3823.110958, end 4305.509542 Metadata: title : Chapter 13 Chapter #0:13: start 4305.509542, end 4735.522458 Metadata: title : Chapter 14 Chapter #0:14: start 4735.522458, end 5034.779750 Metadata: title : Chapter 15 Chapter #0:15: start 5034.779750, end 5833.828000 Metadata: title : Chapter 16 Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc Metadata: BPS-eng : 59688236 DURATION-eng : 01:37:13.828000000 NUMBER_OF_FRAMES-eng: 139872 NUMBER_OF_BYTES-eng: 43526363175 SOURCE_ID-eng : 001011 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:1(eng): Audio: truehd, 48000 Hz, 7.1, s32 (24 bit) (default) Metadata: title : Surround 7.1 BPS-eng : 4747153 DURATION-eng : 01:37:13.829166666 NUMBER_OF_FRAMES-eng: 7000595 NUMBER_OF_BYTES-eng: 3461760258 SOURCE_ID-eng : 001100 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001100 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:3(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001101 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:4(zho): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001102 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:5(zho): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001103 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:6(zho): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001104 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:7(dan): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001105 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:8(est): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001106 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:9(fin): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001107 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:10(fra): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001108 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:11(kor): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001109 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:12(lav): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 00110A _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:13(lit): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 00110B _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:14(nor): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 00110C _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:15(por): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 00110D _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:16(rus): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 00110E _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:17(spa): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 00110F _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:18(swe): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001110 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:19(tha): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001111 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:20(ukr): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001112 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:21(vie): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Surround 5.1 BPS-eng : 640000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 466708480 SOURCE_ID-eng : 001113 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:22(eng): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s Metadata: title : Stereo BPS-eng : 192000 DURATION-eng : 01:37:13.856000000 NUMBER_OF_FRAMES-eng: 182308 NUMBER_OF_BYTES-eng: 140012544 SOURCE_ID-eng : 001114 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:23(eng): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 61696 DURATION-eng : 01:32:29.898520833 NUMBER_OF_FRAMES-eng: 4561 NUMBER_OF_BYTES-eng: 42801176 SOURCE_ID-eng : 0012A0 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:24(eng): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 41704 DURATION-eng : 01:29:14.119604166 NUMBER_OF_FRAMES-eng: 3055 NUMBER_OF_BYTES-eng: 27911522 SOURCE_ID-eng : 0012A1 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:25(eng): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 61751 DURATION-eng : 01:32:29.898520833 NUMBER_OF_FRAMES-eng: 4561 NUMBER_OF_BYTES-eng: 42839263 SOURCE_ID-eng : 0012A2 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:26(eng): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 41694 DURATION-eng : 01:29:14.119604166 NUMBER_OF_FRAMES-eng: 3052 NUMBER_OF_BYTES-eng: 27904570 SOURCE_ID-eng : 0012A3 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:27(zho): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 33528 DURATION-eng : 01:35:49.389479166 NUMBER_OF_FRAMES-eng: 2864 NUMBER_OF_BYTES-eng: 24095826 SOURCE_ID-eng : 0012A4 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:28(dan): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 41239 DURATION-eng : 01:29:14.161312500 NUMBER_OF_FRAMES-eng: 3235 NUMBER_OF_BYTES-eng: 27600441 SOURCE_ID-eng : 0012A5 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:29(est): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 43035 DURATION-eng : 01:29:14.161312500 NUMBER_OF_FRAMES-eng: 3245 NUMBER_OF_BYTES-eng: 28802419 SOURCE_ID-eng : 0012A6 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:30(fin): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 34331 DURATION-eng : 01:35:49.306062500 NUMBER_OF_FRAMES-eng: 3008 NUMBER_OF_BYTES-eng: 24672604 SOURCE_ID-eng : 0012A7 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:31(fin): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 630 DURATION-eng : 01:22:49.985854166 NUMBER_OF_FRAMES-eng: 50 NUMBER_OF_BYTES-eng: 391433 SOURCE_ID-eng : 0012A7 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:32(fra): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 29231 DURATION-eng : 01:35:48.555312500 NUMBER_OF_FRAMES-eng: 2738 NUMBER_OF_BYTES-eng: 21004718 SOURCE_ID-eng : 0012A8 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:33(fra): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 356 DURATION-eng : 01:18:45.074520833 NUMBER_OF_FRAMES-eng: 28 NUMBER_OF_BYTES-eng: 210294 SOURCE_ID-eng : 0012A8 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:34(ind): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 34228 DURATION-eng : 01:35:48.138229166 NUMBER_OF_FRAMES-eng: 2812 NUMBER_OF_BYTES-eng: 24593625 SOURCE_ID-eng : 0012A9 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:35(kor): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 23573 DURATION-eng : 01:30:18.141895833 NUMBER_OF_FRAMES-eng: 2836 NUMBER_OF_BYTES-eng: 15965245 SOURCE_ID-eng : 0012AA _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:36(lav): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 39777 DURATION-eng : 01:29:14.161312500 NUMBER_OF_FRAMES-eng: 3161 NUMBER_OF_BYTES-eng: 26621844 SOURCE_ID-eng : 0012AB _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:37(lit): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 41066 DURATION-eng : 01:29:14.161312500 NUMBER_OF_FRAMES-eng: 3157 NUMBER_OF_BYTES-eng: 27484685 SOURCE_ID-eng : 0012AC _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:38(nor): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 29666 DURATION-eng : 01:35:49.264354166 NUMBER_OF_FRAMES-eng: 2618 NUMBER_OF_BYTES-eng: 21319902 SOURCE_ID-eng : 0012AD _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:39(por): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 35295 DURATION-eng : 01:35:48.013104166 NUMBER_OF_FRAMES-eng: 2777 NUMBER_OF_BYTES-eng: 25359557 SOURCE_ID-eng : 0012AE _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:40(por): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 81 DURATION-eng : 01:23:41.453937500 NUMBER_OF_FRAMES-eng: 6 NUMBER_OF_BYTES-eng: 51009 SOURCE_ID-eng : 0012AE _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:41(rus): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 37991 DURATION-eng : 01:29:14.161312500 NUMBER_OF_FRAMES-eng: 3159 NUMBER_OF_BYTES-eng: 25426854 SOURCE_ID-eng : 0012AF _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:42(rus): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 1366 DURATION-eng : 01:25:41.407104166 NUMBER_OF_FRAMES-eng: 108 NUMBER_OF_BYTES-eng: 878516 SOURCE_ID-eng : 0012AF _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:43(spa): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 36578 DURATION-eng : 01:36:01.067812500 NUMBER_OF_FRAMES-eng: 2787 NUMBER_OF_BYTES-eng: 26341529 SOURCE_ID-eng : 0012B0 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:44(spa): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 59 DURATION-eng : 01:23:41.370520833 NUMBER_OF_FRAMES-eng: 4 NUMBER_OF_BYTES-eng: 37483 SOURCE_ID-eng : 0012B0 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:45(swe): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 29077 DURATION-eng : 01:35:49.306062500 NUMBER_OF_FRAMES-eng: 1948 NUMBER_OF_BYTES-eng: 20896998 SOURCE_ID-eng : 0012B1 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:46(tha): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 27320 DURATION-eng : 01:35:49.306062500 NUMBER_OF_FRAMES-eng: 2842 NUMBER_OF_BYTES-eng: 19634033 SOURCE_ID-eng : 0012B2 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:47(ukr): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 37455 DURATION-eng : 01:29:14.161312500 NUMBER_OF_FRAMES-eng: 3159 NUMBER_OF_BYTES-eng: 25068082 SOURCE_ID-eng : 0012B3 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:48(fra): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 1036 DURATION-eng : 01:25:42.032729166 NUMBER_OF_FRAMES-eng: 78 NUMBER_OF_BYTES-eng: 666177 SOURCE_ID-eng : 0012B4 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:49(fra): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 1036 DURATION-eng : 01:25:42.032729166 NUMBER_OF_FRAMES-eng: 78 NUMBER_OF_BYTES-eng: 666177 SOURCE_ID-eng : 0012B4 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:50(vie): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 45320 DURATION-eng : 01:28:29.241437500 NUMBER_OF_FRAMES-eng: 2820 NUMBER_OF_BYTES-eng: 30076859 SOURCE_ID-eng : 0012B5 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:51(zho): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 28987 DURATION-eng : 01:29:13.869354166 NUMBER_OF_FRAMES-eng: 2828 NUMBER_OF_BYTES-eng: 19399375 SOURCE_ID-eng : 0012B6 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:52(zho): Subtitle: hdmv_pgs_subtitle Metadata: BPS-eng : 33018 DURATION-eng : 01:36:12.621020833 NUMBER_OF_FRAMES-eng: 3146 NUMBER_OF_BYTES-eng: 23825501 SOURCE_ID-eng : 0012B7 _STATISTICS_WRITING_APP-eng: MakeMKV v1.16.7 linux(x64-release) _STATISTICS_WRITING_DATE_UTC-eng: 2022-06-19 04:39:57 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID [01:32:56] scan: decoding previews for title 1 Scanning title 1 of 1, preview 1, 0.00 %[01:32:56] scan: audio 0x1: truehd, rate=48000Hz, bitrate=1 English (TrueHD) (7.1 ch) [01:32:56] scan: audio 0x2: ac3, rate=48000Hz, bitrate=640000 English (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x3: ac3, rate=48000Hz, bitrate=640000 English (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x4: ac3, rate=48000Hz, bitrate=640000 中文 (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x5: ac3, rate=48000Hz, bitrate=640000 中文 (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x6: ac3, rate=48000Hz, bitrate=640000 中文 (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x7: ac3, rate=48000Hz, bitrate=640000 dansk (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x8: ac3, rate=48000Hz, bitrate=640000 eesti (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x9: ac3, rate=48000Hz, bitrate=640000 suomi (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0xa: ac3, rate=48000Hz, bitrate=640000 Francais (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0xb: ac3, rate=48000Hz, bitrate=640000 한국어 (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0xc: ac3, rate=48000Hz, bitrate=640000 latviešu (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0xd: ac3, rate=48000Hz, bitrate=640000 lietuvių (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0xe: ac3, rate=48000Hz, bitrate=640000 norsk (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0xf: ac3, rate=48000Hz, bitrate=640000 Portugues (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x10: ac3, rate=48000Hz, bitrate=640000 русский (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x11: ac3, rate=48000Hz, bitrate=640000 español (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x12: ac3, rate=48000Hz, bitrate=640000 svenska (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x13: ac3, rate=48000Hz, bitrate=640000 ไทย (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x14: ac3, rate=48000Hz, bitrate=640000 українська (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x15: ac3, rate=48000Hz, bitrate=640000 Tiếng Việt (AC3) (5.1 ch) (640 kbps) [01:32:56] scan: audio 0x16: ac3, rate=48000Hz, bitrate=192000 English (AC3) (2.0 ch) (Dolby Surround) (192 kbps) Scanning title 1 of 1, preview 1, 10.00 % Scanning title 1 of 1, preview 1, 10.00 % Scanning title 1 of 1, preview 2, 20.00 % Scanning title 1 of 1, preview 2, 20.00 % Scanning title 1 of 1, preview 3, 30.00 % Scanning title 1 of 1, preview 3, 30.00 % Scanning title 1 of 1, preview 4, 40.00 % Scanning title 1 of 1, preview 4, 40.00 % Scanning title 1 of 1, preview 5, 50.00 % Scanning title 1 of 1, preview 5, 50.00 % Scanning title 1 of 1, preview 6, 60.00 % Scanning title 1 of 1, preview 6, 60.00 % Scanning title 1 of 1, preview 7, 70.00 % Scanning title 1 of 1, preview 7, 70.00 % Scanning title 1 of 1, preview 8, 80.00 % Scanning title 1 of 1, preview 8, 80.00 % Scanning title 1 of 1, preview 9, 90.00 % Scanning title 1 of 1, preview 10, 100.00 % Scanning title 1 of 1, preview 10, 100.00 % Scanning title 1 of 1, preview 10, 100.00 %[01:33:00] scan: 10 previews, 3840x2160, 23.976 fps, autocrop = 42/42/0/0, aspect 16:9, PAR 1:1, color profile: 9-16-9 [01:33:00] scan: mastering display metadata: r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290) min_luminance=0.005000, max_luminance=4000.000000 [01:33:00] scan: content light level: max_cll=414, max_fall=233 [01:33:00] libhb: scan thread found 1 valid title(s) + Using preset: 4K_10_Bit + title 1: + stream: /watch/Angry_Birds/Angry Birds Movie_t00.mkv + duration: 01:37:13 + size: 3840x2160, pixel aspect: 1/1, display aspect: 1.78, 23.976 fps + autocrop: 42/42/0/0 + chapters: + 1: duration 00:07:05 + 2: duration 00:06:33 + 3: duration 00:06:45 + 4: duration 00:05:16 + 5: duration 00:07:19 + 6: duration 00:05:37 + 7: duration 00:03:01 + 8: duration 00:05:37 + 9: duration 00:04:51 + 10: duration 00:04:03 + 11: duration 00:03:01 + 12: duration 00:04:34 + 13: duration 00:08:02 + 14: duration 00:07:10 + 15: duration 00:04:59 + 16: duration 00:13:19 + audio tracks: + 1, English (TrueHD) (7.1 ch) (iso639-2: eng) + 2, English (AC3) (5.1 ch) (640 kbps) (iso639-2: eng), 48000Hz, 640000bps + 3, English (AC3) (5.1 ch) (640 kbps) (iso639-2: eng), 48000Hz, 640000bps + 4, 中文 (AC3) (5.1 ch) (640 kbps) (iso639-2: zho), 48000Hz, 640000bps + 5, 中文 (AC3) (5.1 ch) (640 kbps) (iso639-2: zho), 48000Hz, 640000bps + 6, 中文 (AC3) (5.1 ch) (640 kbps) (iso639-2: zho), 48000Hz, 640000bps + 7, dansk (AC3) (5.1 ch) (640 kbps) (iso639-2: dan), 48000Hz, 640000bps + 8, eesti (AC3) (5.1 ch) (640 kbps) (iso639-2: est), 48000Hz, 640000bps + 9, suomi (AC3) (5.1 ch) (640 kbps) (iso639-2: fin), 48000Hz, 640000bps + 10, Francais (AC3) (5.1 ch) (640 kbps) (iso639-2: fra), 48000Hz, 640000bps + 11, 한국어 (AC3) (5.1 ch) (640 kbps) (iso639-2: kor), 48000Hz, 640000bps + 12, latviešu (AC3) (5.1 ch) (640 kbps) (iso639-2: lav), 48000Hz, 640000bps + 13, lietuvių (AC3) (5.1 ch) (640 kbps) (iso639-2: lit), 48000Hz, 640000bps + 14, norsk (AC3) (5.1 ch) (640 kbps) (iso639-2: nor), 48000Hz, 640000bps + 15, Portugues (AC3) (5.1 ch) (640 kbps) (iso639-2: por), 48000Hz, 640000bps + 16, русский (AC3) (5.1 ch) (640 kbps) (iso639-2: rus), 48000Hz, 640000bps + 17, español (AC3) (5.1 ch) (640 kbps) (iso639-2: spa), 48000Hz, 640000bps + 18, svenska (AC3) (5.1 ch) (640 kbps) (iso639-2: swe), 48000Hz, 640000bps + 19, ไทย (AC3) (5.1 ch) (640 kbps) (iso639-2: tha), 48000Hz, 640000bps + 20, українська (AC3) (5.1 ch) (640 kbps) (iso639-2: ukr), 48000Hz, 640000bps + 21, Tiếng Việt (AC3) (5.1 ch) (640 kbps) (iso639-2: vie), 48000Hz, 640000bps + 22, English (AC3) (2.0 ch) (Dolby Surround) (192 kbps) (iso639-2: eng), 48000Hz, 192000bps + subtitle tracks: + 1, English [PGS] + 2, English [PGS] + 3, English [PGS] + 4, English [PGS] + 5, 中文 [PGS] + 6, dansk [PGS] + 7, eesti [PGS] + 8, suomi [PGS] + 9, suomi [PGS] + 10, Francais [PGS] + 11, Francais [PGS] + 12, Bahasa Indonesia [PGS] + 13, 한국어 [PGS] + 14, latviešu [PGS] + 15, lietuvių [PGS] + 16, norsk [PGS] + 17, Portugues [PGS] + 18, Portugues [PGS] + 19, русский [PGS] + 20, русский [PGS] + 21, español [PGS] + 22, español [PGS] + 23, svenska [PGS] + 24, ไทย [PGS] + 25, українська [PGS] + 26, Francais [PGS] + 27, Francais [PGS] + 28, Tiếng Việt [PGS] + 29, 中文 [PGS] + 30, 中文 [PGS] [01:33:00] Starting work at: Sun Jun 19 01:33:00 2022 [01:33:00] 1 job(s) to process [01:33:00] json job: { "Audio": { "AudioList": [ { "Bitrate": 128, "CompressionLevel": -1.0, "DRC": 0.0, "DitherMethod": "auto", "Encoder": "fdk_haac", "Gain": 0.0, "Mixdown": "dpl2", "Name": "Surround 7.1", "NormalizeMixLevel": false, "PresetEncoder": "fdk_haac", "Quality": -3.0, "Samplerate": 0, "Track": 0 } ], "CopyMask": [ "copy:aac", "copy:dts", "copy:dtshd", "copy:truehd" ], "FallbackEncoder": "fdk_haac" }, "Destination": { "AlignAVStart": false, "ChapterList": [ { "Duration": { "Hours": 0, "Minutes": 7, "Seconds": 5, "Ticks": 38250712 }, "Name": "Chapter 1" }, { "Duration": { "Hours": 0, "Minutes": 6, "Seconds": 33, "Ticks": 35349064 }, "Name": "Chapter 2" }, { "Duration": { "Hours": 0, "Minutes": 6, "Seconds": 45, "Ticks": 36422636 }, "Name": "Chapter 3" }, { "Duration": { "Hours": 0, "Minutes": 5, "Seconds": 16, "Ticks": 28442164 }, "Name": "Chapter 4" }, { "Duration": { "Hours": 0, "Minutes": 7, "Seconds": 19, "Ticks": 39500711 }, "Name": "Chapter 5" }, { "Duration": { "Hours": 0, "Minutes": 5, "Seconds": 37, "Ticks": 30341561 }, "Name": "Chapter 6" }, { "Duration": { "Hours": 0, "Minutes": 3, "Seconds": 1, "Ticks": 16332567 }, "Name": "Chapter 7" }, { "Duration": { "Hours": 0, "Minutes": 5, "Seconds": 37, "Ticks": 30326546 }, "Name": "Chapter 8" }, { "Duration": { "Hours": 0, "Minutes": 4, "Seconds": 51, "Ticks": 26208682 }, "Name": "Chapter 9" }, { "Duration": { "Hours": 0, "Minutes": 4, "Seconds": 3, "Ticks": 21884363 }, "Name": "Chapter 10" }, { "Duration": { "Hours": 0, "Minutes": 3, "Seconds": 1, "Ticks": 16325058 }, "Name": "Chapter 11" }, { "Duration": { "Hours": 0, "Minutes": 4, "Seconds": 34, "Ticks": 24695922 }, "Name": "Chapter 12" }, { "Duration": { "Hours": 0, "Minutes": 8, "Seconds": 2, "Ticks": 43415872 }, "Name": "Chapter 13" }, { "Duration": { "Hours": 0, "Minutes": 7, "Seconds": 10, "Ticks": 38701163 }, "Name": "Chapter 14" }, { "Duration": { "Hours": 0, "Minutes": 4, "Seconds": 59, "Ticks": 26933156 }, "Name": "Chapter 15" }, { "Duration": { "Hours": 0, "Minutes": 13, "Seconds": 19, "Ticks": 71914343 }, "Name": "Chapter 16" } ], "ChapterMarkers": true, "File": "/output/.JNPtK3/Angry Birds Movie_t00.mp4", "InlineParameterSets": false, "Mp4Options": { "IpodAtom": false, "Mp4Optimize": false }, "Mux": "m4v" }, "Filters": { "FilterList": [ { "ID": 6, "Settings": { "mode": 1 } }, { "ID": 13, "Settings": { "crop-bottom": 42, "crop-left": 0, "crop-right": 0, "crop-top": 42, "height": 2076, "width": 3840 } } ] }, "Metadata": { "Name": "Angry Birds Movie" }, "PAR": { "Den": 1, "Num": 1 }, "SequenceID": 0, "Source": { "Angle": 0, "Path": "/watch/Angry_Birds/Angry Birds Movie_t00.mkv", "Range": { "End": 16, "Start": 1, "Type": "chapter" }, "Title": 1 }, "Subtitle": { "Search": { "Burn": true, "Default": false, "Enable": false, "Forced": false }, "SubtitleList": [] }, "Video": { "ColorInputFormat": 0, "ColorMatrix": 9, "ColorOutputFormat": 0, "ColorPrimaries": 9, "ColorRange": 1, "ColorTransfer": 16, "ContentLightLevel": { "MaxCLL": 414, "MaxFALL": 233 }, "Encoder": "x265_10bit", "Level": "auto", "Mastering": { "DisplayPrimaries": [ [ [ 34000, 50000 ], [ 16000, 50000 ] ], [ [ 13250, 50000 ], [ 34500, 50000 ] ], [ [ 7500, 50000 ], [ 3000, 50000 ] ] ], "HasLuminance": true, "HasPrimaries": true, "MaxLuminance": [ 40000000, 10000 ], "MinLuminance": [ 50, 10000 ], "WhitePoint": [ [ 15635, 50000 ], [ 16450, 50000 ] ] }, "Options": "", "Preset": "medium", "Profile": "auto", "QSV": { "AdapterIndex": 1, "AsyncDepth": 0, "Decode": false }, "Quality": 20.0, "Tune": "", "Turbo": false, "TwoPass": false } } [01:33:00] Starting Task: Encoding Pass [01:33:00] job configuration: [01:33:00] * source [01:33:00] + /watch/Angry_Birds/Angry Birds Movie_t00.mkv [01:33:00] + title 1, chapter(s) 1 to 16 [01:33:00] + container: matroska,webm [01:33:00] + data rate: 78282 kbps [01:33:00] * destination [01:33:00] + /output/.JNPtK3/Angry Birds Movie_t00.mp4 [01:33:00] + container: MPEG-4 (libavformat) [01:33:00] + chapter markers [01:33:00] * video track [01:33:00] + decoder: hevc 10-bit (yuv420p10le) [01:33:00] + filters [01:33:00] + Framerate Shaper (mode=1) [01:33:00] + frame rate: 23.976 fps -> constant 23.976 fps [01:33:00] + Crop and Scale (width=3840:height=2076:crop-top=42:crop-bottom=42:crop-left=0:crop-right=0) [01:33:00] + source: 3840 * 2160, crop (42/42/0/0): 3840 * 2076, scale: 3840 * 2076 [01:33:00] + Output geometry [01:33:00] + storage dimensions: 3840 x 2076 [01:33:00] + pixel aspect ratio: 1 : 1 [01:33:00] + display dimensions: 3840 x 2076 [01:33:00] + encoder: H.265 10-bit (libx265) [01:33:00] + preset: medium [01:33:00] + profile: auto [01:33:00] + level: auto [01:33:00] + quality: 20.00 (RF) [01:33:00] + color profile: 9-16-9 [01:33:00] + mastering display metadata: r(0.6800,0.3200) g(0.2650,0.6900) b(0.1500 0.0600) wp(0.3127, 0.3290) min_luminance=0.005000, max_luminance=4000.000000 [01:33:00] + content light level: max_cll=414, max_fall=233 [01:33:00] * audio track 1 [01:33:00] + name: Surround 7.1 [01:33:00] + decoder: English (TrueHD) (7.1 ch) (track 1, id 0x1) [01:33:00] + samplerate: 48000 Hz [01:33:00] + mixdown: Dolby Pro Logic II [01:33:00] + encoder: HE-AAC (libfdk_aac) [01:33:00] + bitrate: 128 kbps, samplerate: 48000 Hz [01:33:00] sync: expecting 139872 video frames x265 [info]: HEVC encoder version 3.5+1-f0c1022b6 x265 [info]: build info [Linux][GCC 9.3.0][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 x265 [warning]: Turning on repeat-headers for HDR compatibility x265 [info]: Main 10 profile, Level-5 (Main tier) x265 [info]: Thread pool created using 12 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 3 / wpp(33 rows) set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted set_mempolicy: Operation not permitted x265 [info]: Coding QT: max CU size, min CU size : 64 / 8 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : hex / 57 / 2 / 3 x265 [info]: Keyframe min / max / scenecut / bias : 24 / 240 / 40 / 5.00 x265 [info]: Lookahead / bframes / badapt : 20 / 4 / 2 x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 0 x265 [info]: References / ref-limit cu / depth : 3 / off / on x265 [info]: AQ: mode / str / qg-size / cu-tree : 2 / 1.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-20.0 / 0.60 x265 [info]: tools: rd=3 psy-rd=2.00 early-skip rskip mode=1 signhide tmvp x265 [info]: tools: b-intra strong-intra-smoothing lslices=8 deblock sao [01:33:00] sync: first pts audio 0x1 is 0 [01:33:00] sync: first pts video is 0 [01:33:00] sync: "Chapter 1" (1) at frame 1 time 0 [01:47:12] sync: "Chapter 2" (2) at frame 6464 time 24260486 [02:39:41] sync: "Chapter 2" (2) at frame 10191 time 38250712 [02:47:08] sync: "Chapter 3" (3) at frame 15266 time 57300993 [03:15:43] sync: "Chapter 4" (4) at frame 20258 time 76039713 [03:28:40] sync: "Chapter 3" (3) at frame 19611 time 73611037 [03:48:36] sync: "Chapter 5" (5) at frame 26683 time 100157557 [04:44:27] sync: "Chapter 6" (6) at frame 36314 time 136309923 [05:23:59] sync: "Chapter 7" (7) at frame 43260 time 162383471 [06:03:11] sync: "Chapter 8" (8) at frame 50631 time 190052362 [06:44:34] sync: "Chapter 9" (9) at frame 57721 time 216666450 [07:16:42] sync: "Chapter 10" (10) at frame 64164 time 240851861 [08:08:10] sync: "Chapter 11" (11) at frame 72564 time 272383361 [08:47:26] sync: "Chapter 12" (12) at frame 79990 time 300258708 [09:58:58] sync: "Chapter 13" (13) at frame 93050 time 349282683 [11:20:28] sync: "Chapter 14" (14) at frame 106548 time 399950801 [11:59:03] sync: "Chapter 15" (15) at frame 114078 time 428216538 [12:38:36] sync: "Chapter 16" (16) at frame 120825 time 453543090 [13:08:39] sync: "Chapter 17" (17) at frame 125076 time 469500281 [13:43:44] sync: "Chapter 18" (18) at frame 130394 time 489462723 [14:19:18] sync: "Chapter 19" (19) at frame 136357 time 511846335 [15:12:51] sync: "Chapter 20" (20) at frame 144241 time 541440900 [15:54:15] reader: done. 1 scr changes [15:54:29] work: average encoding speed for job is 2.928725 fps [15:54:29] vfr: 155210 frames output, 0 dropped and 0 duped for CFR/PFR [15:54:29] vfr: lost time: 0 (0 frames) [15:54:29] vfr: gained time: 0 (0 frames) (0 not accounted for) [15:54:29] truehd-decoder done: 7768262 frames, 0 decoder errors [15:54:29] hevc-decoder done: 155210 frames, 0 decoder errors [15:54:29] sync: got 155210 frames, 155209 expected [15:54:29] sync: framerate min 23.976 fps, max 23.976 fps, avg 23.976 fps x265 [info]: frame I: 1445, Avg QP:20.05 kb/s: 23841.81 x265 [info]: frame P: 37341, Avg QP:21.53 kb/s: 9708.47 x265 [info]: frame B: 116424, Avg QP:25.85 kb/s: 2400.65 x265 [info]: Weighted P-Frames: Y:3.5% UV:2.7% x265 [info]: consecutive B-frames: 11.4% 6.5% 6.5% 21.8% 53.8% encoded 155210 frames in 52997.45s (2.93 fps), 4358.41 kb/s, Avg QP:24.75 [15:54:30] mux: track 0, 155210 frames, 3530682984 bytes, 4363.21 kbps, fifo 2048 [15:54:30] mux: track 1, 151726 frames, 103578283 bytes, 128.00 kbps, fifo 2048 [15:54:30] Finished work at: Sun Jun 19 15:54:30 2022 [15:54:30] libhb: work result = 0 Encode done! HandBrake has exited. Edited June 20, 2022 by supawiz6991 Quote Link to comment
cbr600ds2 Posted July 1, 2022 Share Posted July 1, 2022 just upgraded and now it won't automatically convert - any thoughts true believers/ [autovideoconverter] starting... Errors from xkbcomp are not fatal to the X server [autovideoconverter] Processing watch folder '/watch'... [autovideoconverter] Skipping '/watch/The Flash (2014) S03E20 I Know Who You Are.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Z Nation S02E01 The Murphy.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Scorched Earth (2018).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Hospitality (2018).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Treadstone S01E05 The Bentley Lament.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Treadstone S01E07 The Paradox Andropov.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Treadstone S01E02 The Kwon Conspiracy.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Treadstone S01E06 The Hades Awakening.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Against the Ice (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Another Round (2020).mp4': not readable, check permissions. [autovideoconverter] Skipping '/watch/Licorice.Pizza.2021.1080p.WEBRip.x264-RARBG.mp4': not readable, check permissions. [autovideoconverter] Skipping '/watch/Moonshot (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Every Last Secret (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Better Nate Than Ever (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Apollo 10½ A Space Age Childhood (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Boon (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Bull (2021).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Alice (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Wildhood (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Let the Wrong One In (2021).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/All the Old Knives (2022).mp4': not readable, check permissions. [autovideoconverter] Skipping '/watch/Replicas.2018.1080p.BluRay.x265-RARBG.mp4': not readable, check permissions. [autovideoconverter] Skipping '/watch/Blacklight (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/V H S 94 (2021).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Umma (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/The Contractor (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Monstrous.S01E04.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Monstrous.S01E06.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Monstrous.S01E01.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Monstrous.S01E05.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Monstrous.S01E02.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Monstrous.S01E03.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/The Nan Movie (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Beavis and Butt-Head Do the Universe (2022).mp4': not readable, check permissions. [autovideoconverter] Skipping '/watch/Rise (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/The Cellar (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Beautiful.Vampire.2018.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTG.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Deadliest Catch S18E11 No Good Deed Unpunished.mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Terror on the Prairie (2022).mkv': not readable, check permissions. [autovideoconverter] Skipping '/watch/Another Round (2020).srt': not readable, check permissions. [autovideoconverter] Watch folder '/watch' processing terminated. [services.d] starting x11vnc... [services.d] starting app... [x11vnc] starting... [app] starting HandBrake... [services.d] done. Quote Link to comment
cbr600ds2 Posted July 1, 2022 Share Posted July 1, 2022 (edited) tried rolling it back and now its doing the same thing - the date is wrong - 01/07/2022 19:41:20 X display is not capable of DPMS. 01/07/2022 19:41:20 -------------------------------------------------------- 01/07/2022 19:41:20 01/07/2022 19:41:20 Default visual ID: 0x21 01/07/2022 19:41:20 Read initial data from X display into framebuffer. 01/07/2022 19:41:20 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/5120 01/07/2022 19:41:20 01/07/2022 19:41:20 X display :0 is 32bpp depth=24 true color 01/07/2022 19:41:20 01/07/2022 19:41:20 Listening for VNC connections on TCP port 5900 01/07/2022 19:41:20 01/07/2022 19:41:20 Xinerama is present and active (e.g. multi-head). 01/07/2022 19:41:20 Xinerama: number of sub-screens: 1 01/07/2022 19:41:20 Xinerama: no blackouts needed (only one sub-screen) 01/07/2022 19:41:20 01/07/2022 19:41:20 fb read rate: 1864 MB/sec 01/07/2022 19:41:20 fast read: reset -wait ms to: 10 01/07/2022 19:41:20 fast read: reset -defer ms to: 10 01/07/2022 19:41:20 The X server says there are 10 mouse buttons. 01/07/2022 19:41:20 screen setup finished. 01/07/2022 19:41:20 The VNC desktop is: a1faec2bf73b:0 0 ****************************************************************************** Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet? The scheme stores pixel data offscreen on the VNC viewer side for faster retrieval. It should work with any VNC viewer. Try it by running: x11vnc -ncache 10 ... One can also add -ncache_cr for smooth 'copyrect' window motion. More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching 01/07/2022 19:41:59 Got connection from client 127.0.0.1 01/07/2022 19:41:59 other clients: 01/07/2022 19:41:59 Got 'ws' WebSockets handshake 01/07/2022 19:41:59 Got protocol: binary 01/07/2022 19:41:59 - webSocketsHandshake: using binary/raw encoding 01/07/2022 19:41:59 - WebSockets client version hybi-13 01/07/2022 19:41:59 Disabled X server key autorepeat. 01/07/2022 19:41:59 to force back on run: 'xset r on' (3 times) 01/07/2022 19:41:59 incr accepted_client=1 for 127.0.0.1:48764 sock=10 01/07/2022 19:41:59 Client Protocol Version 3.8 01/07/2022 19:41:59 Protocol version sent 3.8, using 3.8 01/07/2022 19:41:59 rfbProcessClientSecurityType: executing handler for type 1 01/07/2022 19:41:59 rfbProcessClientSecurityType: returning securityResult for client rfb version >= 3.8 01/07/2022 19:41:59 Pixel format for client 127.0.0.1: 01/07/2022 19:41:59 32 bpp, depth 24, little endian 01/07/2022 19:41:59 true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0 01/07/2022 19:41:59 no translation needed 01/07/2022 19:41:59 Enabling NewFBSize protocol extension for client 127.0.0.1 01/07/2022 19:41:59 Enabling full-color cursor updates for client 127.0.0.1 01/07/2022 19:41:59 Using image quality level 6 for client 127.0.0.1 01/07/2022 19:41:59 Using JPEG subsampling 0, Q79 for client 127.0.0.1 01/07/2022 19:41:59 Using compression level 9 for client 127.0.0.1 01/07/2022 19:41:59 Enabling LastRect protocol extension for client 127.0.0.1 01/07/2022 19:41:59 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0xFFFFFECC) 01/07/2022 19:41:59 Using tight encoding for client 127.0.0.1 01/07/2022 19:41:59 client_set_net: 127.0.0.1 0.0000 01/07/2022 19:41:59 created xdamage object: 0x40002c 01/07/2022 19:41:59 copy_tiles: allocating first_line at size 41 01/07/2022 19:42:01 client 1 network rate 2393.5 KB/sec (271824.8 eff KB/sec) 01/07/2022 19:42:01 client 1 latency: 2.4 ms 01/07/2022 19:42:01 dt1: 0.0046, dt2: 0.0110 dt3: 0.0024 bytes: 34629 01/07/2022 19:42:01 link_rate: LR_LAN - 2 ms, 2393 KB/s libdvdread: Can't open file VIDEO_TS.IFO. 01/07/2022 19:42:08 created selwin: 0x40002d 01/07/2022 19:42:08 called initialize_xfixes() 01/07/2022 19:47:01 idle keyboard: turning X autorepeat back on. 01/07/2022 19:48:00 got closure, reason 1001 01/07/2022 19:48:00 rfbProcessClientNormalMessage: read: Connection reset by peer 01/07/2022 19:48:00 client_count: 0 01/07/2022 19:48:00 Client 127.0.0.1 gone 01/07/2022 19:48:00 Statistics events Transmit/ RawEquiv ( saved) 01/07/2022 19:48:00 ServerCutText : 1 | 8/ 8 ( 0.0%) 01/07/2022 19:48:00 FramebufferUpdate : 1752 | 0/ 0 ( 0.0%) 01/07/2022 19:48:00 LastRect : 980 | 11760/ 11760 ( 0.0%) 01/07/2022 19:48:00 tight : 8956 | 8001279/209871952 ( 96.2%) 01/07/2022 19:48:00 RichCursor : 1 | 1374/ 1374 ( 0.0%) 01/07/2022 19:48:00 TOTALS : 11690 | 8014421/209885094 ( 96.2%) 01/07/2022 19:48:00 Statistics events Received/ RawEquiv ( saved) 01/07/2022 19:48:00 PointerEvent : 1330 | 7980/ 7980 ( 0.0%) 01/07/2022 19:48:00 FramebufferUpdate : 1753 | 17530/ 17530 ( 0.0%) 01/07/2022 19:48:00 SetEncodings : 1 | 56/ 56 ( 0.0%) 01/07/2022 19:48:00 SetPixelFormat : 1 | 20/ 20 ( 0.0%) 01/07/2022 19:48:00 TOTALS : 3085 | 25586/ 25586 ( 0.0%) 01/07/2022 19:48:00 destroyed xdamage object: 0x40002c Doesnt seem like that would be the reason but I'm drawing a blank. Edited July 1, 2022 by cbr600ds2 Quote Link to comment
Djoss Posted July 2, 2022 Author Share Posted July 2, 2022 Are your files readable ? What is the output of the following command: docker exec HandBrake ls -l /watch Quote Link to comment
cbr600ds2 Posted July 2, 2022 Share Posted July 2, 2022 (edited) 37 minutes ago, Djoss said: Are your files readable ? What is the output of the following command: docker exec HandBrake ls -l /watch Hmmm... suddenly that gives me the following error - Error: No such container: Handbrake There is a Handbrake folder in the appdata folder. .. Edited July 2, 2022 by cbr600ds2 Quote Link to comment
Djoss Posted July 2, 2022 Author Share Posted July 2, 2022 It's a uppercase "B": HandBrake. Quote Link to comment
cbr600ds2 Posted July 2, 2022 Share Posted July 2, 2022 8 minutes ago, Djoss said: It's a uppercase "B": HandBrake. stupid syntax - [email protected]:~# docker exec HandBrake ls -l /watch total 84213872 -rw-rw-rw- 1 app users 2977871165 Mar 2 05:51 Against the Ice (2022).mkv -rw-rw-rw- 1 app users 1932678059 Apr 5 14:40 Alice (2022).mkv -rw-rw-rw- 1 app users 2253014544 Apr 8 18:24 All the Old Knives (2022).mp4 -rw-rw-rw- 1 app users 1684117449 Mar 9 23:36 Another Round (2020).mp4 -rw-rw-rw- 1 app users 107885 Jul 1 13:46 Another Round (2020).srt -rw-rw-rw- 1 app users 1917646954 Apr 1 18:47 Apollo 10½ A Space Age Childhood (2022).mkv -rw-rw-rw- 1 1000 users 4103239659 Jun 27 15:21 Beautiful.Vampire.2018.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTG.mkv -rw-rw-rw- 1 app users 2009683618 Jun 23 19:36 Beavis and Butt-Head Do the Universe (2022).mp4 -rw-rw-rw- 1 app users 1774720019 Apr 1 18:46 Better Nate Than Ever (2022).mkv -rw-rw-rw- 1 app users 2030725176 Apr 17 00:44 Blacklight (2022).mkv -rw-rw-rw- 1 app users 1856830754 Apr 1 18:52 Boon (2022).mkv -rw-rw-rw- 1 app users 4702428798 Apr 5 06:12 Bull (2021).mkv -rw-rw-rw- 1 app users 1798819622 Mar 31 20:38 Every Last Secret (2022).mkv -rw-rw-rw- 1 app users 3096188723 Dec 7 2018 Hospitality (2018).mkv -rw-rw-rw- 1 app users 1947161591 Apr 7 15:17 Let the Wrong One In (2021).mkv -rw-rw-rw- 1 1000 users 774035374 Jun 1 23:28 Monstrous.S01E01.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv -rw-rw-rw- 1 1000 users 638529908 Jun 1 23:28 Monstrous.S01E02.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv -rw-rw-rw- 1 1000 users 665458171 Jun 1 23:29 Monstrous.S01E03.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv -rw-rw-rw- 1 1000 users 638701094 Jun 1 23:28 Monstrous.S01E04.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv -rw-rw-rw- 1 1000 users 616754486 Jun 1 23:28 Monstrous.S01E05.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv -rw-rw-rw- 1 1000 users 671179719 Jun 1 23:28 Monstrous.S01E06.1080p.VIU.WEB-DL.AAC.H.264-iTsOK.mkv -rw-rw-rw- 1 app users 2020270051 Mar 31 16:46 Moonshot (2022).mkv -rw-rw-rw- 1 app users 2158237752 Jun 24 15:11 Rise (2022).mkv -rw-rw-rw- 1 app users 7041924423 Mar 7 2018 Scorched Earth (2018).mkv -rw-rw-rw- 1 app users 2434949532 Jun 29 08:32 Superman & Lois S02E15 Waiting for Superman.mkv -rw-rw-rw- 1 app users 3064887704 Jul 1 06:50 Terror on the Prairie (2022).mkv -rw-rw-rw- 1 app users 10884860098 Jun 25 05:11 The Cellar (2022).mkv -rw-rw-rw- 1 app users 2004281648 May 27 19:56 The Contractor (2022).mkv -rw-rw-rw- 1 app users 1835233823 Jun 22 00:00 The Nan Movie (2022).mkv -rw-rw-rw- 1 app users 1618415294 May 27 03:36 Umma (2022).mkv -rw-rw-rw- 1 app users 12989743572 Apr 21 08:01 V H S 94 (2021).mkv -rw-rw-rw- 1 app users 2092243792 Apr 6 21:08 Wildhood (2022).mkv the files are showing up. its like the automation isn't running. is that a setting? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.