Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

alsdkjf

Members
  • Joined

  • Last visited

Everything posted by alsdkjf

  1. Yes. 10bit was forced but it does not improve play back with it off for either qsv/vaapi. latest files I tested: video starts playing but only the vlc logo is shown for about 5 seconds, then garbage pixels over the picture appears for another 5 seconds. picture is normal by 10 seconds. skipping forward in video still causes all audio to cut out. # ffprobe -v error -select_streams v:0 -show_entries frame=key_frame,pts_time \ -of csv=p=0 qsv-x265.mkv | awk '$2 == "1"' | head -5 ^C # ffprobe -v error -select_streams v:0 -show_entries frame=key_frame,pts_time \ -of csv=p=0 vaapi-x265.mkv | awk '$2 == "1"' | head -5> ^C # ffprobe -v error -select_streams v:0 -show_entries frame=key_frame,pts_time -of csv qsv-x265.mkv | grep ",1$" | head -5 ^C # ffprobe -v error -select_streams v:0 -show_entries frame=key_frame,pts_time -of csv vaapi-x265.mkv | grep ",1$" | head -5 # ffprobe -v error -select_streams v:0 -show_entries frame=key_frame,pts_time -of csv vaapi2-x265.mkv | grep ",1$" | head -5 ^C # ffprobe -v error -select_streams v:0 -show_entries frame=key_frame,pts_time -of csv qsv2-x265.mkv | grep ",1$" | head -5commands didn't seem to have output. no, didn't do a cpu encode, slow cpu. last resort.
  2. Migrated over to this app and have come across a few problems. Hardware: N100 Encoder:QSV/VAAPI Low prio: #1 log spam Getting this every 15 seconds feels excessive and slows finding useful information. Suggestion: log level setting. {"action":"cpu_attribution","eventLoopLagP50Ms":10.18,"eventLoopLagP99Ms":11.35,"eventLoopLagMaxMs":12.35,"cpuUserPctCore":0.7,"cpuSysPctCore":0.3,"activeEncodes":0,"uptimeSec":43}2026-08-18T22:05:48.837Z INFO cpu_attribution #2 Test Encode On my hardware, rgb24 is not supported with qsv/vaapi so the test fails. Suggestion: drop down box selectors, one for resolution, bit depth, format, fps, bitrate/crf? rawStderr=libva info: VA-API version 1.22.0 libva info: User environment variable requested driver 'iHD' libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_22 libva info: va_openDriver() returns 0 libva info: VA-API version 1.22.0 libva info: User environment variable requested driver 'iHD' libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_22 libva info: va_openDriver() returns 0 Input #0, lavfi, from 'testsrc=size=320x240:rate=1:duration=1': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: wrapped_avframe, rgb24, 320x240 [SAR 1:1 DAR 4:3], 1 fps, 1 tbr, 1 tbn Stream mapping: Stream #0:0 -> #0:0 (wrapped_avframe (native) -> hevc (hevc_qsv)) Press [q] to stop, [?] for help [hevc_qsv @ 0x56052c77dc40] Current pixel format is unsupported [hevc_qsv @ 0x56052c77dc40] some encoding parameters are not supported by the QSV runtime. Please double check the input parameters. [vost#0:0/hevc_qsv @ 0x56052c77d700] [enc:hevc_qsv @ 0x56052c77dbc0] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height. [vf#0:0 @ 0x56052c77ea80] Error sending frames to consumers: Function not implemented [vf#0:0 @ 0x56052c77ea80] Task finished with error: Function not implemented [vf#0:0 @ 0x56052c77ea80] Terminating thread with error: Function not implemented [vost#0:0/hevc_qsv @ 0x56052c77d700] [enc:hevc_qsv @ 0x56052c77dbc0] Could not open encoder before EOF [vost#0:0/hevc_qsv @ 0x56052c77d700] Task finished with error: Invalid argument [vost#0:0/hevc_qsv @ 0x56052c77d700] Terminating thread with error: Invalid argument [out#0/null @ 0x56052c77d340] Nothing was written into output file, because at least one of its streams received no packets. frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=N/A bitrate=N/A speed=N/A elapsed=0:00:00.01 Conversion failed! excerpt=2c77d700] [enc:hevc_qsv @ 0x56052c77dbc0] Could not open encoder before EOF [vost#0:0/hevc_qsv @ 0x56052c77d700] Task finished with error: Invalid argument [vost#0:0/hevc_qsv @ 0x56052c77d700] Terminating thread with error: Invalid argument msg=encoder probe-encode failed (raw stderr captured for forensics) High prio: #1 cover image format breaks qsv(didn't test vaapi on this file, but solutions don't change) files with specific cover image formatting might fail to encode, due to qsv lacking support. suggestions: skip re-encoding cover images? strip images from file option? 1a0117669b7 Stream #0:21: Video: mjpeg (Progressive), yuvj444p(pc, bt470bg/unknown/unknown), 600x900 [SAR 118:118 DAR 2:3], 90k tbr, 90k tbn (attached pic) 1a0117669b7 Metadata: 1a0117669b7 filename : cover.jpg 1a0117669b7 mimetype : image/jpeg 1a0117669b8 [vost#0:0/hevc_qsv @ 0x55fa7fd4e3c0] Discarding stream metadata 'BPS' because the stream is being re-encoded. Use '-keep_metadata BPS' to keep it. 1a0117669b8 [vost#0:0/hevc_qsv @ 0x55fa7fd4e3c0] Discarding stream metadata 'DURATION' because the stream is being re-encoded. Use '-keep_metadata DURATION' to keep it. 1a0117669b8 [vost#0:0/hevc_qsv @ 0x55fa7fd4e3c0] Discarding stream metadata 'NUMBER_OF_BYTES' because the stream is being re-encoded. Use '-keep_metadata NUMBER_OF_BYTES' to keep it. 1a0117669b9 [vost#0:0/hevc_qsv @ 0x55fa7fd4e3c0] Discarding stream metadata 'NUMBER_OF_FRAMES' because the stream is being re-encoded. Use '-keep_metadata NUMBER_OF_FRAMES' to keep it. 1a0117669b9 [vost#0:0/hevc_qsv @ 0x55fa7fd4e3c0] Discarding stream metadata '_STATISTICS_TAGS' because the stream is being re-encoded. Use '-keep_metadata _STATISTICS_TAGS' to keep it. 1a0117669b9 [vost#0:0/hevc_qsv @ 0x55fa7fd4e3c0] Discarding stream metadata '_STATISTICS_WRITING_APP' because the stream is being re-encoded. Use '-keep_metadata _STATISTICS_WRITING_APP' to keep it. 1a0117669b9 [vost#0:0/hevc_qsv @ 0x55fa7fd4e3c0] Discarding stream metadata '_STATISTICS_WRITING_DATE_UTC' because the stream is being re-encoded. Use '-keep_metadata _STATISTICS_WRITING_DATE_UTC' to keep it. 1a0117669b9 Stream mapping: 1a0117669b9 Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_qsv)) 1a0117669b9 Stream #0:21 -> #0:1 (mjpeg (native) -> hevc (hevc_qsv)) 1a0117669b9 Stream #0:1 -> #0:2 (copy) 1a0117669b9 Stream #0:2 -> #0:3 (copy) 1a0117669b9 Stream #0:3 -> #0:4 (copy) 1a0117669b9 Stream #0:4 -> #0:5 (copy) 1a0117669b9 Stream #0:5 -> #0:6 (copy) 1a0117669b9 Stream #0:6 -> #0:7 (copy) 1a0117669b9 Stream #0:7 -> #0:8 (copy) 1a0117669b9 Stream #0:8 -> #0:9 (copy) 1a0117669b9 Stream #0:9 -> #0:10 (copy) 1a0117669b9 Stream #0:10 -> #0:11 (copy) 1a0117669b9 Stream #0:11 -> #0:12 (copy) 1a0117669b9 Stream #0:12 -> #0:13 (copy) 1a0117669b9 Stream #0:13 -> #0:14 (copy) 1a0117669b9 Stream #0:14 -> #0:15 (copy) 1a0117669b9 Stream #0:15 -> #0:16 (copy) 1a0117669b9 Stream #0:16 -> #0:17 (copy) 1a0117669b9 Stream #0:17 -> #0:18 (copy) 1a0117669b9 Stream #0:18 -> #0:19 (copy) 1a0117669b9 Stream #0:19 -> #0:20 (copy) 1a0117669b9 Stream #0:20 -> #0:21 (copy) 1a0117669b9 Press [q] to stop, [?] for help [swscaler @ 0x14ae101b0ac0] 1a0117669db deprecated pixel format used, make sure you did set range correctly 1a011766a0d [hevc_qsv @ 0x55fa7fcf2780] Low power mode is unsupported 1a011766a0d [hevc_qsv @ 0x55fa7fcf2780] Current frame rate is unsupported 1a011766a0d [hevc_qsv @ 0x55fa7fcf2780] some encoding parameters are not supported by the QSV runtime. Please double check the input parameters. [vost#0:1/hevc_qsv @ 0x55fa7fcf21c0] [enc:hevc_qsv @ 0x55fa7fd4c1c0] 1a011766a11 Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height. [vf#0:1 @ 0x55fa8062a6c0] 1a011766a11 Error sending frames to consumers: Function not implemented [vf#0:1 @ 0x55fa8062a6c0] 1a011766a14 Task finished with error: Function not implemented [vf#0:1 @ 0x55fa8062a6c0] 1a011766a15 Terminating thread with error: Function not implemented [vost#0:1/hevc_qsv @ 0x55fa7fcf21c0] [enc:hevc_qsv @ 0x55fa7fd4c1c0] 1a011766a15 Could not open encoder before EOF [vost#0:1/hevc_qsv @ 0x55fa7fcf21c0] 1a011766a15 Task finished with error: Invalid argument [vost#0:1/hevc_qsv @ 0x55fa7fcf21c0] 1a011766a15 Terminating thread with error: Invalid argument 1a011767783 [out#0/matroska @ 0x55fa7fd41bc0] Nothing was written into output file, because at least one of its streams received no packets. 1a011767783 frame= 0 fps=0.0 q=-0.0 Lq=0.0 size= 0KiB time=00:00:08.80 bitrate= 0.0kbits/s speed=2.49x elapsed=0:00:03.53 1a011767791 Conversion failed! #2 Successful encodes incompatible with some media players. Both qsv and vaapi when encoding any(hypothesis) released file from the SubsPlease group cause vlc to show a black screen for 20 seconds or so while the audio plays. video playback recovers after some blocky garbage fills the screen. if you jump forward in the video timeline, audio breaks and never recovers. I tested with mpv however and didn't experience these issues. suggestions: none, fix please. 1a011a3f293 libva info: VA-API version 1.22.0 1a011a3f293 libva info: User environment variable requested driver 'iHD' 1a011a3f293 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so 1a011a3f293 libva info: Found init function __vaDriverInit_1_22 1a011a3f294 libva info: va_openDriver() returns 0 1a011a3f2a7 libva info: VA-API version 1.22.0 1a011a3f2a7 libva info: User environment variable requested driver 'iHD' 1a011a3f2a7 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so 1a011a3f2a7 libva info: Found init function __vaDriverInit_1_22 1a011a3f2a8 libva info: va_openDriver() returns 0 1a011a3f2b4 ffmpeg stats and -progress period set to 30. 1a011a3f2df Input #0, matroska,webm, from '/config/work/4/input': 1a011a3f2df Metadata: 1a011a3f2df encoder : no_variable_data 1a011a3f2df creation_time : 1970-01-01T00:00:00.000000Z 1a011a3f2df Duration: 00:23:20.07, start: 0.000000, bitrate: 8139 kb/s 1a011a3f2df Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default) 1a011a3f2df Metadata: 1a011a3f2df BPS-eng : 7971886 1a011a3f2df DURATION-eng : 00:23:20.025000000 1a011a3f2df NUMBER_OF_FRAMES-eng: 33567 1a011a3f2df NUMBER_OF_BYTES-eng: 1395104999 1a011a3f2df _STATISTICS_WRITING_APP-eng: no_variable_data _STATISTICS_WRITING_DATE_UTC-eng: 1a011a3f2df 1970-01-01 00:00:00 1a011a3f2df _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 1a011a3f2df Stream #0:1(jpn): Audio: aac (LC), 44100 Hz, stereo, fltp (default) 1a011a3f2df Metadata: 1a011a3f2df BPS-eng : 128000 1a011a3f2df DURATION-eng : 00:23:20.070000000 1a011a3f2df NUMBER_OF_FRAMES-eng: 60296 1a011a3f2df NUMBER_OF_BYTES-eng: 22401127 1a011a3f2df _STATISTICS_WRITING_APP-eng: no_variable_data 1a011a3f2df _STATISTICS_WRITING_DATE_UTC-eng: 1970-01-01 00:00:00 1a011a3f2df _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 1a011a3f2df Stream #0:2(eng): Subtitle: ass (ssa) (default) 1a011a3f2df Metadata: 1a011a3f2df title : English subs 1a011a3f2df BPS-eng : 160 1a011a3f2df DURATION-eng : 00:21:28.810000000 1a011a3f2df NUMBER_OF_FRAMES-eng: 404 1a011a3f2df NUMBER_OF_BYTES-eng: 25914 1a011a3f2df _STATISTICS_WRITING_APP-eng: no_variable_data 1a011a3f2df _STATISTICS_WRITING_DATE_UTC-eng: 1970-01-01 00:00:00 1a011a3f2df _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 1a011a3f2df Stream #0:3: Attachment: ttf 1a011a3f2df Metadata: 1a011a3f2df filename : Roboto-Medium.ttf 1a011a3f2df mimetype : application/x-truetype-font 1a011a3f2df Stream #0:4: Attachment: ttf 1a011a3f2df Metadata: 1a011a3f2df filename : Roboto-MediumItalic.ttf 1a011a3f2df mimetype : application/x-truetype-font 1a011a3f2e0 Stream #0:5: Attachment: ttf 1a011a3f2e0 Metadata: 1a011a3f2e0 filename : arial.ttf 1a011a3f2e0 mimetype : application/x-truetype-font 1a011a3f2e0 Stream #0:6: Attachment: ttf 1a011a3f2e0 Metadata: 1a011a3f2e0 filename : arialbd.ttf 1a011a3f2e0 mimetype : application/x-truetype-font 1a011a3f2e0 Stream #0:7: Attachment: ttf 1a011a3f2e0 Metadata: 1a011a3f2e0 filename : comic.ttf 1a011a3f2e0 mimetype : application/x-truetype-font 1a011a3f2e0 Stream #0:8: Attachment: ttf 1a011a3f2e0 Metadata: 1a011a3f2e0 filename : comicbd.ttf 1a011a3f2e0 mimetype : application/x-truetype-font 1a011a3f2e0 Stream #0:9: Attachment: ttf 1a011a3f2e0 Metadata: 1a011a3f2e0 filename : times.ttf mimetype : application/x-truetype-font1a011a3f2e0 1a011a3f2e0 Stream #0:10: Attachment: ttf 1a011a3f2e0 Metadata: 1a011a3f2e0 filename : timesbd.ttf 1a011a3f2e0 mimetype : application/x-truetype-font 1a011a3f2e0 Stream #0:11: Attachment: ttf 1a011a3f2e0 Metadata: 1a011a3f2e0 filename : trebuc.ttf 1a011a3f2e0 mimetype : application/x-truetype-font 1a011a3f2e0 Stream #0:12: Attachment: ttf 1a011a3f2e0 Metadata: 1a011a3f2e0 filename : trebucbd.ttf 1a011a3f2e0 mimetype : application/x-truetype-font 1a011a3f2e0 Stream #0:13: Attachment: ttf 1a011a3f2e0 Metadata: 1a011a3f2e0 filename : verdana.ttf 1a011a3f2e0 mimetype : application/x-truetype-font 1a011a3f2e0 Stream #0:14: Attachment: ttf 1a011a3f2e0 Metadata: 1a011a3f2e0 filename : verdanab.ttf 1a011a3f2e0 mimetype : application/x-truetype-font 1a011a3f2e1 Stream #0:15: Attachment: ttf 1a011a3f2e1 Metadata: 1a011a3f2e1 filename : CONSOLA.TTF 1a011a3f2e1 mimetype : application/x-truetype-font 1a011a3f2e1 Stream #0:16: Attachment: ttf 1a011a3f2e1 Metadata: 1a011a3f2e1 filename : CONSOLAB.TTF 1a011a3f2e1 mimetype : application/x-truetype-font 1a011a3f2e5 [vost#0:0/hevc_qsv @ 0x56060787bf80] Discarding stream metadata 'BPS-eng' because the stream is being re-encoded. Use '-keep_metadata BPS-eng' to keep it. 1a011a3f2e5 [vost#0:0/hevc_qsv @ 0x56060787bf80] Discarding stream metadata 'DURATION-eng' because the stream is being re-encoded. Use '-keep_metadata DURATION-eng' to keep it. 1a011a3f2e5 [vost#0:0/hevc_qsv @ 0x56060787bf80] Discarding stream metadata 'NUMBER_OF_BYTES-eng' because the stream is being re-encoded. Use '-keep_metadata NUMBER_OF_BYTES-eng' to keep it. 1a011a3f2e5 [vost#0:0/hevc_qsv @ 0x56060787bf80] Discarding stream metadata 'NUMBER_OF_FRAMES-eng' because the stream is being re-encoded. Use '-keep_metadata NUMBER_OF_FRAMES-eng' to keep it. 1a011a3f2e5 [vost#0:0/hevc_qsv @ 0x56060787bf80] Discarding stream metadata '_STATISTICS_TAGS-eng' because the stream is being re-encoded. Use '-keep_metadata _STATISTICS_TAGS-eng' to keep it. 1a011a3f2e5 [vost#0:0/hevc_qsv @ 0x56060787bf80] Discarding stream metadata '_STATISTICS_WRITING_APP-eng' because the stream is being re-encoded. Use '-keep_metadata _STATISTICS_WRITING_APP-eng' to keep it. 1a011a3f2e5 [vost#0:0/hevc_qsv @ 0x56060787bf80] Discarding stream metadata '_STATISTICS_WRITING_DATE_UTC-eng' because the stream is being re-encoded. Use '-keep_metadata _STATISTICS_WRITING_DATE_UTC-eng' to keep it. 1a011a3f2e6 Stream mapping: 1a011a3f2e6 Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_qsv)) 1a011a3f2e6 Stream #0:1 -> #0:1 (copy) 1a011a3f2e6 Stream #0:2 -> #0:2 (copy) 1a011a3f2e6 Stream #0:3 -> #0:3 (copy) 1a011a3f2e6 Stream #0:4 -> #0:4 (copy) 1a011a3f2e6 Stream #0:5 -> #0:5 (copy) 1a011a3f2e6 Stream #0:6 -> #0:6 (copy) 1a011a3f2e6 Stream #0:7 -> #0:7 (copy) 1a011a3f2e6 Stream #0:8 -> #0:8 (copy) 1a011a3f2e6 Stream #0:9 -> #0:9 (copy) 1a011a3f2e6 Stream #0:10 -> #0:10 (copy) 1a011a3f2e6 Stream #0:11 -> #0:11 (copy) 1a011a3f2e6 Stream #0:12 -> #0:12 (copy) 1a011a3f2e6 Stream #0:13 -> #0:13 (copy) 1a011a3f2e6 Stream #0:14 -> #0:14 (copy) 1a011a3f2e6 Stream #0:15 -> #0:15 (copy) 1a011a3f2e6 Stream #0:16 -> #0:16 (copy) 1a011a3f2e6 Press [q] to stop, [?] for help 1a011a3f31c Output #0, matroska, to '/config/work/4/output.x265.mkv': 1a011a3f31c Metadata: 1a011a3f31c X265_BUTLER_PROCESSED_AT: 2026-08-17T21:32:32.255Z 1a011a3f31c creation_time : 1970-01-01T00:00:00.000000Z 1a011a3f31c PROCESSED_BY : x265-butler 1a011a3f31c X265_BUTLER_VERSION: 2.44.0 1a011a3f31c X265_BUTLER_HASH: 1c91e0be6b44038fcd3fa489b13f05d2233e7879af293c30f6bb58f43d4113c4 1a011a3f31c encoder : Lavf63.5.101 1a011a3f31c Stream #0:0: Video: hevc, p010le(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 1k tbn (default) 1a011a3f31c Metadata: 1a011a3f31c encoder : Lavc63.7.100 hevc_qsv 1a011a3f31c Side data: 1a011a3f31c CPB properties: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A 1a011a3f31c Stream #0:1(jpn): Audio: aac (LC) ([255][0][0][0] / 0x00FF), 44100 Hz, stereo, fltp (default) 1a011a3f31c Metadata: 1a011a3f31c BPS-eng : 128000 1a011a3f31c DURATION-eng : 00:23:20.070000000 1a011a3f31c NUMBER_OF_FRAMES-eng: 60296 1a011a3f31c NUMBER_OF_BYTES-eng: 22401127 1a011a3f31c _STATISTICS_WRITING_APP-eng: no_variable_data 1a011a3f31c _STATISTICS_WRITING_DATE_UTC-eng: 1970-01-01 00:00:00 1a011a3f31c _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 1a011a3f31c Stream #0:2(eng): Subtitle: ass (default) 1a011a3f31c Metadata: 1a011a3f31c title : English subs 1a011a3f31c BPS-eng : 160 1a011a3f31c DURATION-eng : 00:21:28.810000000 1a011a3f31c NUMBER_OF_FRAMES-eng: 404 1a011a3f31c NUMBER_OF_BYTES-eng: 25914 1a011a3f31c _STATISTICS_WRITING_APP-eng: no_variable_data 1a011a3f31c _STATISTICS_WRITING_DATE_UTC-eng: 1970-01-01 00:00:00 1a011a3f31c _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES 1a011a3f31c Stream #0:3: Attachment: ttf (default) 1a011a3f31c Metadata: 1a011a3f31c filename : Roboto-Medium.ttf 1a011a3f31c mimetype : application/x-truetype-font 1a011a3f31c Stream #0:4: Attachment: ttf 1a011a3f31c Metadata: 1a011a3f31c filename : Roboto-MediumItalic.ttf 1a011a3f31c mimetype : application/x-truetype-font 1a011a3f31c Stream #0:5: Attachment: ttf 1a011a3f31c Metadata: 1a011a3f31c filename : arial.ttf mimetype : application/x-truetype-font1a011a3f31c 1a011a3f31c Stream #0:6: Attachment: ttf 1a011a3f31c Metadata: 1a011a3f31c filename : arialbd.ttf 1a011a3f31c mimetype : application/x-truetype-font 1a011a3f31c Stream #0:7: Attachment: ttf 1a011a3f31c Metadata: 1a011a3f31c filename : comic.ttf 1a011a3f31c mimetype : application/x-truetype-font 1a011a3f31c Stream #0:8: Attachment: ttf 1a011a3f31c Metadata: 1a011a3f31c filename : comicbd.ttf mimetype : 1a011a3f31c application/x-truetype-font 1a011a3f31c Stream #0:9: Attachment: ttf 1a011a3f31c Metadata: 1a011a3f31c filename : times.ttf 1a011a3f31d mimetype : application/x-truetype-font 1a011a3f31d Stream #0:10: Attachment: ttf 1a011a3f31d Metadata: 1a011a3f31d filename : timesbd.ttf mimetype : application/x-truetype-font1a011a3f31d 1a011a3f31d Stream #0:11: Attachment: ttf 1a011a3f31d Metadata: 1a011a3f31d filename : trebuc.ttf 1a011a3f31d mimetype : application/x-truetype-font 1a011a3f31d Stream #0:12: Attachment: ttf 1a011a3f31d Metadata: 1a011a3f31d filename : trebucbd.ttf 1a011a3f31d mimetype : application/x-truetype-font 1a011a3f31d Stream #0:13: Attachment: ttf 1a011a3f31d Metadata: 1a011a3f31d filename : verdana.ttf 1a011a3f31d mimetype : application/x-truetype-font 1a011a3f31d Stream #0:14: Attachment: ttf 1a011a3f31d Metadata: 1a011a3f31d filename : verdanab.ttf 1a011a3f31d mimetype : application/x-truetype-font 1a011a3f31d Stream #0:15: Attachment: ttf 1a011a3f31d Metadata: 1a011a3f31d filename : CONSOLA.TTF 1a011a3f31d mimetype : application/x-truetype-font 1a011a3f31d Stream #0:16: Attachment: ttf 1a011a3f31d Metadata: 1a011a3f31d filename : CONSOLAB.TTF 1a011a3f31d mimetype : application/x-truetype-font 1a011a3f37e [matroska @ 0x56060787bcc0] Starting new cluster due to timestamp 1a011ac02e0 Last message repeated 2 times 1a011ac02e0 [out#0/matroska @ 0x560607e7b600] video:1059514KiB audio:21876KiB subtitle:25KiB other streams:0KiB global headers:6348KiB muxing overhead: 0.653510% 1a011ac02e0 frame=33567 fps= 64 q=-0.0 Lsize= 1088483KiB time=00:23:20.07 bitrate=6368.9kbits/s speed=2.65x elapsed=0:08:48.37 #3 Size difference qsv and vaapi @ default settings produce file sizes of significant difference. 1.3gb file qsv:1.1gb(the above log.) vaapi:500mb(seems acceptable) suggestions: ? Thanks for working on this.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.