AlexPresso / VideoStation-FFMPEG-Patcher

Patcher to enable DTS, EAC3 and TrueHD transcoding support to Synology VideoStation (from DSM 6.2 to DSM 7.0 and above ; ffmpeg4, 5, 6, 7 ready)
1.04k stars 100 forks source link

offline transcoding fails (unknown encoder aac) #36

Closed Fabian1601 closed 2 years ago

Fabian1601 commented 2 years ago

hello alex,

i have a ds1520+ and when i use your new patch i get the error "the operation could not be performed. possibly the network connection is unstable..." when transcoding offline. i have the same error with a ds720+ as well but strangely enough the playback works fine. videostation and ame were already reinstalled, but there was no change. all packages are up to date and dsm too.

here the ffmpeg.log

https://gist.github.com/Fabian1601/ceda916cf53711f9a351fc9f1fe46bf4

according to the log it does not know the aac encoder.

greetings

AlexPresso commented 2 years ago

Hi Fabian,

Yes, that missing AAC Encoder may be fixed by the new wrapper implementation I'm working on (#33 )

Fabian1601 commented 2 years ago

hi alex,

all right, then i'll wait for your new wrapper :-) if you need someone as a beta tester i would like to offer myself. i have access to the following devices ds1520+ (latest version of all packages and dsm) ds920+ (same) ds220+ (same) ds213 (dsm6 with latest packages) ds414j (same as ds213) ds218j (again latest status)

by the way, is there a possibility to give you a small "coffee" donation? only thanks to people like you the community lives at all and i am happy if i can support these people ;-)

greetings from austria

AlexPresso commented 2 years ago

Hi Fabian,

Yes, the new wrapper will need to be battle-tested, thank you very much for offering to test it :). About the coffee, it's really kind from you and be sure I really appreciate it, but I haven't planned to add any donation link at the moment, I love to do things for free sometimes.

Greetings from Switzerland ;)

AlexPresso commented 2 years ago

Hi Fabian,

I hope you are doing well, if you're still up to do some tests of the new ffmpeg wrapper (still working on the gstreamer wrapper to handle HEVC), here are the commands you can use to test it:

Greetings

Fabian1601 commented 2 years ago

hello alex,

i'm fine :-) I hope you are too.

i have run the new script on my 920+ and can report the following : hevc with eac3 loads forever and nothing works hevc with dts the same hevc with ac3 also offline transcoding gives the error that the network is busy....

if it helps you i can set up a vmm on my 1520+. think you can do more there than my few statements ^^

greetings

AlexPresso commented 2 years ago

Yes, I'm doing good, thanks :)

Yes you are right, the HEVC + (dts or eac3 or truehd) is (for now) the only case for which it doesn't work at all, I need to make a wrapper for GStreamer (used by Advanced Media Extensions) to make it work

Is the offline transcoding made on an HEVC + (dts or eac3 or truehd) video ?

Fabian1601 commented 2 years ago

yes almost all my videos are hevc since i have so many i have to save space ;)

h264 with eac3 does not work either

AlexPresso commented 2 years ago

h264 with eac3 does not work either

While doing offline transcoding or while trying to play the video using web player ?

Fabian1601 commented 2 years ago

in both situations

AlexPresso commented 2 years ago

Hm... it's a strange behavior, could you please provide me the latest logs in /tmp/ffmpeg.log please You can achieve it by doing tail /tmp/ffmpeg.log

Fabian1601 commented 2 years ago

[2022-05-31 21:03:53] [INFO] ========================================[start ffmpeg 16321] [2022-05-31 21:03:53] [INFO] MOVIE: [2022-05-31 21:03:53] [INFO] HLS_ROOT: /volume1/Filme/@eaDir/@tmp/e11e83e6ed35b9b9904cfd947d38 [2022-05-31 21:03:53] [INFO] DEFAULT_ARGS: -i /volume1/Filme/You Get Me (2017)/You Get Me (2017).mkv -vcodec copy -vsync 2 -acodec aac -ab 128k -ac 2 -progress - -f mp4 -max_muxing_queue_size 1024 -map 0:0 -map 0:1 -y /volume1/Filme/@eaDir/@tmp/e11e83e6ed35b9b9904cfd947d3867bc_365019236

[2022-05-31 21:04:07] [INFO] ========================================[start ffmpeg 16405] [2022-05-31 21:04:07] [INFO] MOVIE: /volume1/Filme/You Get Me (2017)/You Get Me (2017).mkv [2022-05-31 21:04:07] [INFO] HLS_ROOT: /tmp/VideoStation/HLS/e11e83e6ed35b9b9904cfd947d3867bc_ayIOMmPJ [2022-05-31 21:04:07] [INFO] DEFAULT_ARGS: -ss 0.000 -i /volume1/Filme/You Get Me (2017)/You Get Me (2017).mkv -threads 0 -vcodec copy -vsync 2 -vbsf h264_mp4toannexb=repeatheader -acodec libmp3lame -ab 256k -ac 2 -f ssegment -segment_format mpegts -segment_list_type m3u8 -hls_seek_time 0 -segment_time 8 -segment_time_delta 0.000 -segment_start_number 00000 -avoid_negative_ts 0 -break_non_keyframes 0 -max_muxing_queue_size 1024 -map 0:0 -map 0:1 /tmp/VideoStation/HLS/e11e83e6ed35b9b9904cfd947d3867bc_ayIOMmPJ/slice-%05d.ts

AlexPresso commented 2 years ago

Do you have anffmpeg-16405.stderr (or any other same pattern) file in /tmp ? If so, you could also provide the content of this file please

Fabian1601 commented 2 years ago

for you always ;) i tried it with another film as well, therefore another number

ffmpeg version 4.4.2 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 7.5.0 (GCC) configuration: --target-os=linux --cross-prefix=/github/workspace/toolchain/syno-x64-7.0/work/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu- --prefix=/var/packages/ffmpeg/target --extra-cflags=-I/github/workspace/spk/ffmpeg/work-x64-7.0/install/var/packages/ffmpeg/target/include --extra-ldflags=-L/github/workspace/spk/ffmpeg/work-x64-7.0/install/var/packages/ffmpeg/target/lib --extra-libs='-lxml2 -ldl' --pkg-config=/usr/bin/pkg-config --ranlib=/github/workspace/toolchain/syno-x64-7.0/work/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-ranlib --enable-cross-compile --enable-rpath --enable-pic --enable-shared --enable-gpl --enable-version3 --enable-fontconfig --enable-avresample --disable-debug --disable-static --disable-doc --extra-cflags=-DSYNO_VIDEOSTATION --extra-cflags=-fno-if-conversion --extra-cflags=-O3 --extra-cflags=-Wno-deprecated-declarations --enable-libxml2 --enable-demuxer=dash --enable-libfreetype --enable-libfribidi --enable-libopenjpeg --enable-libmp3lame --enable-libbluray --enable-libspeex --enable-libtheora --enable-libvorbis --enable-gnutls --enable-libopus --enable-libsoxr --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libzmq --enable-libzvbi --enable-libx264 --enable-libx265 --enable-libvpx --enable-libshine --enable-libdav1d --enable-librist --enable-libfdk-aac --enable-nonfree --enable-libaom --enable-libsvtav1 --enable-libsvthevc --arch=x86_64 --enable-vaapi --enable-libmfx --enable-libdrm libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libavresample 4. 0. 0 / 4. 0. 0 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 /volume1/Highlights/Phantastische: No such file or directory

AlexPresso commented 2 years ago

Okay, got it, I need to fix the wrapper, it seems like it's unable to handle file names containing spaces for now, I'll send a comment once it'll be fixed :)

Thanks you very much for testing it

if you want, you can go back to the previous wrapper by doing the following:

Fabian1601 commented 2 years ago

all right, no problem. I am glad if I could help you :)

AlexPresso commented 2 years ago

Hi Fabian, the issue should be resolved if you want to give it a try with the new wrapper (HEVC videos are still not working)

Fabian1601 commented 2 years ago

Hello alex, New error....

[2022-06-01 17:59:26] [INFO] ========================================[start ffmpeg 8986] [2022-06-01 17:59:26] [ERROR] Error on line 49 /var/packages/CodecPack/target/bin/ffmpeg41} [2022-06-01 17:59:26] [INFO] ========================================[end ffmpeg 8986]

[2022-06-01 18:05:18] [INFO] ========================================[start ffmpeg 29996] [2022-06-01 18:05:18] [ERROR] Error on line 49 /var/packages/CodecPack/target/bin/ffmpeg41} [2022-06-01 18:05:18] [INFO] ========================================[end ffmpeg 29996]

AlexPresso commented 2 years ago

I didn't have the issue on my NAS, but I updated the new_wrapper to add more debug informations, could you please unpatch and repatch it :)

Fabian1601 commented 2 years ago

Please wait a sec, its working XD

AlexPresso commented 2 years ago

ooh nice, you mean it worked even with the error ? :)

Fabian1601 commented 2 years ago

Playback works fine whether hevc or x264 and both even with eac3. Now it just converts a movie

Fabian1601 commented 2 years ago

[2022-06-01 18:54:55] [INFO] ========================================[start ffmpeg 29187] [2022-06-01 18:54:55] [INFO] HLS_ROOT: /volume1/Highlights/@eaDir/@tmp/b0eae2d469ac09fc3c631cd82aab6 [2022-06-01 18:54:55] [INFO] DEFAULT_ARGS: -vaapi_device /dev/dri/renderD128 -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i /volume1/Highlights/Phantastische Tierwesen Dumbledores Geheimnisse (2022)/Phantastische Tierwesen Dumbledores Geheimnisse (2022).mkv -vcodec h264_vaapi -vf format=nv12|vaapi,hwupload -vsync 2 -bf 0 -b:v 2249286 -acodec aac -ab 128k -ac 2 -progress - -f mp4 -skip_displaymatrix 1 -max_muxing_queue_size 1024 -map 0:0 -map 0:1 -y /volume1/Highlights/@eaDir/@tmp/b0eae2d469ac09fc3c631cd82aab6ae3_1140672726 [2022-06-01 18:54:55] [INFO] MOVIE:

AlexPresso commented 2 years ago

Thank you very much for the tests

Okay, I know why it threw an error, it's just because it wasn't able to print the movie name, I'll fix it :)

I'm glad everything works fine for you, I guess my assumptions on the EAC3 not working with HEVC were wrong, maybe it's only for DTS and TrueHD, I'll do more tests on that part when I'll continue to implement a GStreamer package

Fabian1601 commented 2 years ago

I will apply the patch to my productive system and try more combinations there ;)

Fabian1601 commented 2 years ago

Good morning Alex, The results of some test. Hevc with dts works :)

ffmpeg version 4.4.2-44 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 7.5.0 (GCC) configuration: --target-os=linux --cross-prefix=/home/spksrc/ffmpeg-extras/spksrc/toolchain/syno-x64-7.0/work/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu- --prefix=/var/packages/ffmpeg/target --extra-cflags=-I/home/spksrc/ffmpeg-extras/spksrc/spk/ffmpeg/work-x64-7.0/install/var/packages/ffmpeg/target/include --extra-ldflags=-L/home/spksrc/ffmpeg-extras/spksrc/spk/ffmpeg/work-x64-7.0/install/var/packages/ffmpeg/target/lib --extra-libs='-lxml2 -ldl' --pkg-config=/usr/bin/pkg-config --ranlib=/home/spksrc/ffmpeg-extras/spksrc/toolchain/syno-x64-7.0/work/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-ranlib --enable-cross-compile --enable-rpath --enable-pic --enable-shared --enable-gpl --enable-version3 --enable-avresample --disable-debug --disable-static --disable-doc --extra-version=44 --extra-cflags=-DSYNO_VIDEOSTATION --extra-cflags=-fno-if-conversion --extra-cflags=-O3 --extra-cflags=-Wno-deprecated-declarations --enable-libxml2 --enable-demuxer=dash --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libopenjpeg --enable-libmp3lame --enable-libbluray --enable-libspeex --enable-libtheora --enable-libcaca --enable-libdc1394 --enable-libvorbis --enable-libwebp --enable-libzmq --enable-gnutls --enable-libopus --enable-libsoxr --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librabbitmq --enable-libzvbi --enable-libx264 --enable-libx265 --enable-libvpx --enable-libshine --enable-libdav1d --enable-frei0r --enable-librist --enable-libzimg --enable-libfdk-aac --enable-nonfree --enable-libaom --enable-libsvtav1 --enable-libsvthevc --arch=x86_64 --enable-vaapi --enable-libmfx --enable-libdrm libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libavresample 4. 0. 0 / 4. 0. 0 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 [matroska,webm @ 0x18ca740] Stream #14: not enough frames to estimate rate; consider increasing probesize [matroska,webm @ 0x18ca740] Stream #15: not enough frames to estimate rate; consider increasing probesize [matroska,webm @ 0x18ca740] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options [matroska,webm @ 0x18ca740] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options [matroska,webm @ 0x18ca740] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options [matroska,webm @ 0x18ca740] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options Input #0, matroska,webm, from '/volume8/4k/Arrival (2016)/Arrival (2016).mkv': Metadata: encoder : libebml v1.4.2 + libmatroska v1.6.4 creation_time : 2022-02-20T17:09:54.000000Z Duration: 01:56:32.00, start: 0.000000, bitrate: 56080 kb/s Chapters: Chapter #0:0: start 0.000000, end 594.385458 Metadata: title : Chapter 01 Chapter #0:1: start 594.385458, end 1058.015292 Metadata: title : Chapter 02 Chapter #0:2: start 1058.015292, end 1471.428292 Metadata: title : Chapter 03 Chapter #0:3: start 1471.428292, end 2038.619917 Metadata: title : Chapter 04 Chapter #0:4: start 2038.619917, end 2630.961667 Metadata: title : Chapter 05 Chapter #0:5: start 2630.961667, end 3150.564083 Metadata: title : Chapter 06 Chapter #0:6: start 3150.564083, end 3458.788667 Metadata: title : Chapter 07 Chapter #0:7: start 3458.788667, end 3790.578458 Metadata: title : Chapter 08 Chapter #0:8: start 3790.578458, end 4173.460958 Metadata: title : Chapter 09 Chapter #0:9: start 4173.460958, end 4643.680708 Metadata: title : Chapter 10 Chapter #0:10: start 4643.680708, end 5126.079292 Metadata: title : Chapter 11 Chapter #0:11: start 5126.079292, end 5741.527458 Metadata: title : Chapter 12 Chapter #0:12: start 5741.527458, end 6060.345958 Metadata: title : Chapter 13 Chapter #0:13: start 6060.345958, end 6223.383833 Metadata: title : Chapter 14 Chapter #0:14: start 6223.383833, end 6337.873208 Metadata: title : Chapter 15 Chapter #0:15: start 6337.873208, end 6991.985000 Metadata: title : Chapter 16 Stream #0:0: 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 (default) Metadata: BPS : 51089673 DURATION : 01:56:31.985000000 NUMBER_OF_FRAMES: 167640 NUMBER_OF_BYTES : 44652279074 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:1(ger): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s16p Metadata: title : Deutsch DTS-HD MA 5.1 (mixed by QfG) BPS : 1742342 DURATION : 01:56:32.000000000 NUMBER_OF_FRAMES: 655500 NUMBER_OF_BYTES : 1522806976 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:2(ger): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Deutsch Dolby Digital 5.1 (UHD Blu-ray) BPS : 640000 DURATION : 01:56:32.000000000 NUMBER_OF_FRAMES: 218500 NUMBER_OF_BYTES : 559360000 SOURCE_ID : 001103 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:3(eng): Audio: dts (DTS-HD MA), 48000 Hz, 7.1, s16p (original) Metadata: title : English DTS-HD MA 7.1 (UHD Blu-ray) BPS : 2524827 DURATION : 01:56:31.990000000 NUMBER_OF_FRAMES: 655499 NUMBER_OF_BYTES : 2206696204 SOURCE_ID : 001100 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:4(ger): Subtitle: hdmv_pgs_subtitle (forced) Metadata: title : Deutsch Forced (PGS) BPS : 721 DURATION : 00:27:10.400000000 NUMBER_OF_FRAMES: 18 NUMBER_OF_BYTES : 147057 SOURCE_ID : 0012AC _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:5(ger): Subtitle: dvd_subtitle, 1920x1080 (forced) Metadata: title : Deutsch Forced (VobSub) BPS : 187 DURATION : 00:27:10.368000000 NUMBER_OF_FRAMES: 9 NUMBER_OF_BYTES : 38111 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:6(ger): Subtitle: subrip (forced) Metadata: title : Deutsch Forced (SRT) BPS : 0 DURATION : 00:27:10.379000000 NUMBER_OF_FRAMES: 9 NUMBER_OF_BYTES : 187 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:7(ger): Subtitle: hdmv_pgs_subtitle Metadata: title : Deutsch (PGS) BPS : 31116 DURATION : 01:54:52.990000000 NUMBER_OF_FRAMES: 2510 NUMBER_OF_BYTES : 26811003 SOURCE_ID : 0012AC _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:8(ger): Subtitle: dvd_subtitle, 1920x1080 Metadata: title : Deutsch (VobSub) BPS : 7448 DURATION : 01:54:52.958000000 NUMBER_OF_FRAMES: 1255 NUMBER_OF_BYTES : 6417442 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:9(eng): Subtitle: hdmv_pgs_subtitle (original) (forced) Metadata: title : English Forced (PGS) BPS : 5607 DURATION : 00:02:33.966000000 NUMBER_OF_FRAMES: 16 NUMBER_OF_BYTES : 107930 SOURCE_ID : 0012A0 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:10(eng): Subtitle: dvd_subtitle, 1920x1080 (original) (forced) Metadata: title : English Forced (VobSub) BPS : 1328 DURATION : 00:02:33.939000000 NUMBER_OF_FRAMES: 8 NUMBER_OF_BYTES : 25571 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:11(eng): Subtitle: subrip (original) (forced) Metadata: title : English Forced (SRT) BPS : 7 DURATION : 00:02:33.945000000 NUMBER_OF_FRAMES: 8 NUMBER_OF_BYTES : 151 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:12(eng): Subtitle: hdmv_pgs_subtitle (original) Metadata: title : English (PGS) BPS : 33060 DURATION : 01:48:58.553000000 NUMBER_OF_FRAMES: 2465 NUMBER_OF_BYTES : 27021219 SOURCE_ID : 0012A0 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID Stream #0:13(eng): Subtitle: dvd_subtitle, 1920x1080 (original) Metadata: title : English (VobSub) BPS : 7818 DURATION : 01:48:58.521000000 NUMBER_OF_FRAMES: 1234 NUMBER_OF_BYTES : 6390156 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:14: Video: png, rgba(pc), 900x900 [SAR 2835:2835 DAR 1:1], 90k tbr, 90k tbn, 90k tbc (attached pic) Metadata: filename : TeamQfG-Original Release.png mimetype : image/png Stream #0:15: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 640x360 [SAR 96:96 DAR 16:9], 90k tbr, 90k tbn, 90k tbc (attached pic) Metadata: filename : cover.jpg mimetype : image/jpeg Stream mapping: Stream #0:0 -> #0:0 (hevc (native) -> h264 (h264_vaapi)) Stream #0:1 -> #0:1 (dts (dca) -> aac (native)) Press [q] to stop, [?] for help [hevc @ 0x1967340] Skipping NAL unit 62 [hevc @ 0x1907dc0] Skipping NAL unit 62 [hevc @ 0x19ecd80] Skipping NAL unit 62 [hevc @ 0x19bccc0] Skipping NAL unit 62 [hevc @ 0x1921cc0] Skipping NAL unit 62 [hevc @ 0x1967340] Skipping NAL unit 62 Output #0, mp4, to '/volume8/4k/@eaDir/@tmp/0b2a210c5d412abaf7907fbcdf3a8615_786125991': Metadata: encoder : Lavf58.76.100 Chapters: Chapter #0:0: start 0.000000, end 594.385458 Metadata: title : Chapter 01 Chapter #0:1: start 594.385458, end 1058.015292 Metadata: title : Chapter 02 Chapter #0:2: start 1058.015292, end 1471.428292 Metadata: title : Chapter 03 Chapter #0:3: start 1471.428292, end 2038.619917 Metadata: title : Chapter 04 Chapter #0:4: start 2038.619917, end 2630.961667 Metadata: title : Chapter 05 Chapter #0:5: start 2630.961667, end 3150.564083 Metadata: title : Chapter 06 Chapter #0:6: start 3150.564083, end 3458.788667 Metadata: title : Chapter 07 Chapter #0:7: start 3458.788667, end 3790.578458 Metadata: title : Chapter 08 Chapter #0:8: start 3790.578458, end 4173.460958 Metadata: title : Chapter 09 Chapter #0:9: start 4173.460958, end 4643.680708 Metadata: title : Chapter 10 Chapter #0:10: start 4643.680708, end 5126.079292 Metadata: title : Chapter 11 Chapter #0:11: start 5126.079292, end 5741.527458 Metadata: title : Chapter 12 Chapter #0:12: start 5741.527458, end 6060.345958 Metadata: title : Chapter 13 Chapter #0:13: start 6060.345958, end 6223.383833 Metadata: title : Chapter 14 Chapter #0:14: start 6223.383833, end 6337.873208 Metadata: title : Chapter 15 Chapter #0:15: start 6337.873208, end 6991.985000 Metadata: title : Chapter 16 Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), vaapi_vld(tv, bt2020nc/bt2020/smpte2084, progressive), 1920x1072 [SAR 134:135 DAR 16:9], q=2-31, 15000 kb/s, 23.98 fps, 24k tbn (default) Metadata: BPS : 51089673 DURATION : 01:56:31.985000000 NUMBER_OF_FRAMES: 167640 NUMBER_OF_BYTES : 44652279074 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES encoder : Lavc58.134.100 h264_vaapi Stream #0:1(ger): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp (16 bit), 128 kb/s Metadata: title : Deutsch DTS-HD MA 5.1 (mixed by QfG) BPS : 1742342 DURATION : 01:56:32.000000000 NUMBER_OF_FRAMES: 655500 NUMBER_OF_BYTES : 1522806976 _STATISTICS_WRITING_APP: mkvmerge v65.0.0 ('Too Much') 64-bit _STATISTICS_WRITING_DATE_UTC: 2022-02-20 17:09:54 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES encoder : Lavc58.134.100 aac frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.19 bitrate= 18.0kbits/s speed=0.902x
[hevc @ 0x1907dc0] Skipping NAL unit 62

Fabian1601 commented 2 years ago

Hevc with truehd also

ffmpeg version 4.4.2-44 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 7.5.0 (GCC) configuration: --target-os=linux --cross-prefix=/home/spksrc/ffmpeg-extras/spksrc/toolchain/syno-x64-7.0/work/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu- --prefix=/var/packages/ffmpeg/target --extra-cflags=-I/home/spksrc/ffmpeg-extras/spksrc/spk/ffmpeg/work-x64-7.0/install/var/packages/ffmpeg/target/include --extra-ldflags=-L/home/spksrc/ffmpeg-extras/spksrc/spk/ffmpeg/work-x64-7.0/install/var/packages/ffmpeg/target/lib --extra-libs='-lxml2 -ldl' --pkg-config=/usr/bin/pkg-config --ranlib=/home/spksrc/ffmpeg-extras/spksrc/toolchain/syno-x64-7.0/work/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-ranlib --enable-cross-compile --enable-rpath --enable-pic --enable-shared --enable-gpl --enable-version3 --enable-avresample --disable-debug --disable-static --disable-doc --extra-version=44 --extra-cflags=-DSYNO_VIDEOSTATION --extra-cflags=-fno-if-conversion --extra-cflags=-O3 --extra-cflags=-Wno-deprecated-declarations --enable-libxml2 --enable-demuxer=dash --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libopenjpeg --enable-libmp3lame --enable-libbluray --enable-libspeex --enable-libtheora --enable-libcaca --enable-libdc1394 --enable-libvorbis --enable-libwebp --enable-libzmq --enable-gnutls --enable-libopus --enable-libsoxr --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librabbitmq --enable-libzvbi --enable-libx264 --enable-libx265 --enable-libvpx --enable-libshine --enable-libdav1d --enable-frei0r --enable-librist --enable-libzimg --enable-libfdk-aac --enable-nonfree --enable-libaom --enable-libsvtav1 --enable-libsvthevc --arch=x86_64 --enable-vaapi --enable-libmfx --enable-libdrm libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libavresample 4. 0. 0 / 4. 0. 0 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 [matroska,webm @ 0xfac740] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options [matroska,webm @ 0xfac740] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options [matroska,webm @ 0xfac740] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options Input #0, matroska,webm, from '/volume8/4k/Everest (2015)/Everest (2015).mkv': Metadata: encoder : libebml v1.3.5 + libmatroska v1.4.8 creation_time : 2018-01-16T19:09:12.000000Z Duration: 02:01:11.26, start: 0.000000, bitrate: 25180 kb/s Chapters: Chapter #0:0: start 0.000000, end 312.145000 Metadata: title : 00:00:00.000 Chapter #0:1: start 312.145000, end 576.075000 Metadata: title : 00:05:12.145 Chapter #0:2: start 576.075000, end 913.162000 Metadata: title : 00:09:36.075 Chapter #0:3: start 913.162000, end 1258.424000 Metadata: title : 00:15:13.162 Chapter #0:4: start 1258.424000, end 1590.714000 Metadata: title : 00:20:58.424 Chapter #0:5: start 1590.714000, end 1995.118000 Metadata: title : 00:26:30.714 Chapter #0:6: start 1995.118000, end 2423.755000 Metadata: title : 00:33:15.118 Chapter #0:7: start 2423.755000, end 2843.382000 Metadata: title : 00:40:23.755 Chapter #0:8: start 2843.382000, end 3134.590000 Metadata: title : 00:47:23.382 Chapter #0:9: start 3134.590000, end 3469.174000 Metadata: title : 00:52:14.590 Chapter #0:10: start 3469.174000, end 3714.794000 Metadata: title : 00:57:49.174 Chapter #0:11: start 3714.794000, end 4042.080000 Metadata: title : 01:01:54.794 Chapter #0:12: start 4042.080000, end 4540.578000 Metadata: title : 01:07:22.080 Chapter #0:13: start 4540.578000, end 4863.901000 Metadata: title : 01:15:40.578 Chapter #0:14: start 4863.901000, end 5219.589000 Metadata: title : 01:21:03.901 Chapter #0:15: start 5219.589000, end 5559.137000 Metadata: title : 01:26:59.589 Chapter #0:16: start 5559.137000, end 6080.449000 Metadata: title : 01:32:39.137 Chapter #0:17: start 6080.449000, end 6407.651000 Metadata: title : 01:41:20.449 Chapter #0:18: start 6407.651000, end 6846.465000 Metadata: title : 01:46:47.651 Chapter #0:19: start 6846.465000, end 7271.264000 Metadata: title : 01:54:06.465 Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x1600 [SAR 1:1 DAR 12:5], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default) Metadata: BPS : 13877482 BPS-eng : 13877482 DURATION : 02:01:11.264000000 DURATION-eng : 02:01:11.264000000 NUMBER_OF_FRAMES: 174336 NUMBER_OF_FRAMES-eng: 174336 NUMBER_OF_BYTES : 12613354808 NUMBER_OF_BYTES-eng: 12613354808 _STATISTICS_WRITING_APP: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_APP-eng: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_DATE_UTC: 2018-01-16 19:09:12 _STATISTICS_WRITING_DATE_UTC-eng: 2018-01-16 19:09:12 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:1(ger): Audio: truehd, 48000 Hz, 7.1, s32 (24 bit) (default) Metadata: BPS : 4974270 BPS-eng : 4974270 DURATION : 02:01:11.224000000 DURATION-eng : 02:01:11.224000000 NUMBER_OF_FRAMES: 8725468 NUMBER_OF_FRAMES-eng: 8725468 NUMBER_OF_BYTES : 4521129230 NUMBER_OF_BYTES-eng: 4521129230 _STATISTICS_WRITING_APP: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_APP-eng: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_DATE_UTC: 2018-01-16 19:09:12 _STATISTICS_WRITING_DATE_UTC-eng: 2018-01-16 19:09:12 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:2(ger): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: BPS : 640000 BPS-eng : 640000 DURATION : 02:01:11.232000000 DURATION-eng : 02:01:11.232000000 NUMBER_OF_FRAMES: 227226 NUMBER_OF_FRAMES-eng: 227226 NUMBER_OF_BYTES : 581698560 NUMBER_OF_BYTES-eng: 581698560 _STATISTICS_WRITING_APP: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_APP-eng: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_DATE_UTC: 2018-01-16 19:09:12 _STATISTICS_WRITING_DATE_UTC-eng: 2018-01-16 19:09:12 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:3(eng): Audio: truehd, 48000 Hz, 7.1, s32 (24 bit) Metadata: BPS : 4886925 BPS-eng : 4886925 DURATION : 02:01:11.224000000 DURATION-eng : 02:01:11.224000000 NUMBER_OF_FRAMES: 8725468 NUMBER_OF_FRAMES-eng: 8725468 NUMBER_OF_BYTES : 4441741188 NUMBER_OF_BYTES-eng: 4441741188 _STATISTICS_WRITING_APP: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_APP-eng: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_DATE_UTC: 2018-01-16 19:09:12 _STATISTICS_WRITING_DATE_UTC-eng: 2018-01-16 19:09:12 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:4(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: BPS : 640000 BPS-eng : 640000 DURATION : 02:01:11.232000000 DURATION-eng : 02:01:11.232000000 NUMBER_OF_FRAMES: 227226 NUMBER_OF_FRAMES-eng: 227226 NUMBER_OF_BYTES : 581698560 NUMBER_OF_BYTES-eng: 581698560 _STATISTICS_WRITING_APP: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_APP-eng: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_DATE_UTC: 2018-01-16 19:09:12 _STATISTICS_WRITING_DATE_UTC-eng: 2018-01-16 19:09:12 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:5(ger): Subtitle: subrip (default) (forced) Metadata: BPS : 1 BPS-eng : 1 DURATION : 01:59:58.650000000 DURATION-eng : 01:59:58.650000000 NUMBER_OF_FRAMES: 57 NUMBER_OF_FRAMES-eng: 57 NUMBER_OF_BYTES : 1508 NUMBER_OF_BYTES-eng: 1508 _STATISTICS_WRITING_APP: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_APP-eng: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_DATE_UTC: 2018-01-16 19:09:12 _STATISTICS_WRITING_DATE_UTC-eng: 2018-01-16 19:09:12 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:6(ger): Subtitle: hdmv_pgs_subtitle Metadata: BPS : 1187 BPS-eng : 1187 DURATION : 01:59:58.650000000 DURATION-eng : 01:59:58.650000000 NUMBER_OF_FRAMES: 114 NUMBER_OF_FRAMES-eng: 114 NUMBER_OF_BYTES : 1068471 NUMBER_OF_BYTES-eng: 1068471 _STATISTICS_WRITING_APP: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_APP-eng: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_DATE_UTC: 2018-01-16 19:09:12 _STATISTICS_WRITING_DATE_UTC-eng: 2018-01-16 19:09:12 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:7(ger): Subtitle: hdmv_pgs_subtitle Metadata: BPS : 36533 BPS-eng : 36533 DURATION : 01:59:58.650000000 DURATION-eng : 01:59:58.650000000 NUMBER_OF_FRAMES: 3204 NUMBER_OF_FRAMES-eng: 3204 NUMBER_OF_BYTES : 32873702 NUMBER_OF_BYTES-eng: 32873702 _STATISTICS_WRITING_APP: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_APP-eng: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_DATE_UTC: 2018-01-16 19:09:12 _STATISTICS_WRITING_DATE_UTC-eng: 2018-01-16 19:09:12 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:8(eng): Subtitle: hdmv_pgs_subtitle Metadata: BPS : 41920 BPS-eng : 41920 DURATION : 01:50:04.639000000 DURATION-eng : 01:50:04.639000000 NUMBER_OF_FRAMES: 3606 NUMBER_OF_FRAMES-eng: 3606 NUMBER_OF_BYTES : 34608742 NUMBER_OF_BYTES-eng: 34608742 _STATISTICS_WRITING_APP: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_APP-eng: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_DATE_UTC: 2018-01-16 19:09:12 _STATISTICS_WRITING_DATE_UTC-eng: 2018-01-16 19:09:12 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream mapping: Stream #0:0 -> #0:0 (hevc (native) -> h264 (h264_vaapi)) Stream #0:1 -> #0:1 (truehd (native) -> aac (native)) Press [q] to stop, [?] for help Output #0, mp4, to '/volume8/4k/@eaDir/@tmp/8a84407123deb4322d56a36094ad973d_242142067': Metadata: encoder : Lavf58.76.100 Chapters: Chapter #0:0: start 0.000000, end 312.145000 Metadata: title : 00:00:00.000 Chapter #0:1: start 312.145000, end 576.075000 Metadata: title : 00:05:12.145 Chapter #0:2: start 576.075000, end 913.162000 Metadata: title : 00:09:36.075 Chapter #0:3: start 913.162000, end 1258.424000 Metadata: title : 00:15:13.162 Chapter #0:4: start 1258.424000, end 1590.714000 Metadata: title : 00:20:58.424 Chapter #0:5: start 1590.714000, end 1995.118000 Metadata: title : 00:26:30.714 Chapter #0:6: start 1995.118000, end 2423.755000 Metadata: title : 00:33:15.118 Chapter #0:7: start 2423.755000, end 2843.382000 Metadata: title : 00:40:23.755 Chapter #0:8: start 2843.382000, end 3134.590000 Metadata: title : 00:47:23.382 Chapter #0:9: start 3134.590000, end 3469.174000 Metadata: title : 00:52:14.590 Chapter #0:10: start 3469.174000, end 3714.794000 Metadata: title : 00:57:49.174 Chapter #0:11: start 3714.794000, end 4042.080000 Metadata: title : 01:01:54.794 Chapter #0:12: start 4042.080000, end 4540.578000 Metadata: title : 01:07:22.080 Chapter #0:13: start 4540.578000, end 4863.901000 Metadata: title : 01:15:40.578 Chapter #0:14: start 4863.901000, end 5219.589000 Metadata: title : 01:21:03.901 Chapter #0:15: start 5219.589000, end 5559.137000 Metadata: title : 01:26:59.589 Chapter #0:16: start 5559.137000, end 6080.449000 Metadata: title : 01:32:39.137 Chapter #0:17: start 6080.449000, end 6407.651000 Metadata: title : 01:41:20.449 Chapter #0:18: start 6407.651000, end 6846.465000 Metadata: title : 01:46:47.651 Chapter #0:19: start 6846.465000, end 7271.264000 Metadata: title : 01:54:06.465 Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), vaapi_vld(tv, bt2020nc/bt2020/smpte2084, progressive), 1920x784 [SAR 49:50 DAR 12:5], q=2-31, 15000 kb/s, 23.98 fps, 24k tbn (default) Metadata: BPS : 13877482 BPS-eng : 13877482 DURATION : 02:01:11.264000000 DURATION-eng : 02:01:11.264000000 NUMBER_OF_FRAMES: 174336 NUMBER_OF_FRAMES-eng: 174336 NUMBER_OF_BYTES : 12613354808 NUMBER_OF_BYTES-eng: 12613354808 _STATISTICS_WRITING_APP: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_APP-eng: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_DATE_UTC: 2018-01-16 19:09:12 _STATISTICS_WRITING_DATE_UTC-eng: 2018-01-16 19:09:12 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES encoder : Lavc58.134.100 h264_vaapi Stream #0:1(ger): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp (24 bit), 128 kb/s (default) Metadata: BPS : 4974270 BPS-eng : 4974270 DURATION : 02:01:11.224000000 DURATION-eng : 02:01:11.224000000 NUMBER_OF_FRAMES: 8725468 NUMBER_OF_FRAMES-eng: 8725468 NUMBER_OF_BYTES : 4521129230 NUMBER_OF_BYTES-eng: 4521129230 _STATISTICS_WRITING_APP: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_APP-eng: mkvmerge v17.0.0 ('Be Ur Friend') 64-bit _STATISTICS_WRITING_DATE_UTC: 2018-01-16 19:09:12 _STATISTICS_WRITING_DATE_UTC-eng: 2018-01-16 19:09:12 _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES encoder : Lavc58.134.100 aac

Fabian1601 commented 2 years ago

So I think we can close the issue

AlexPresso commented 2 years ago

Thanks for the feedback :) I'll reopen the issue, to prevent anyone else open a new one for the same problem, it will be automatically closed when I'll merge the new_wrapper branch to the main branch

And it seems like in your case, VideoStation never uses GStreamer, so it means you can play any format without any limitation

AlexPresso commented 2 years ago

Hi Fabian, Could you give me the output of ls -al /var/packages/CodecPack/target/pack/bin please

Fabian1601 commented 2 years ago

Sure :)

total 1044 drwxr-xr-x 1 root root 182 Jun 2 04:22 . drwxr-xr-x 1 root root 62 May 14 18:18 .. -rwxr-xr-x 1 root root 254912 Mar 3 07:48 ffmpeg33-for-audio -rwxr-xr-x 1 root root 254904 Mar 3 07:48 ffmpeg33-for-surveillance lrwxrwxrwx 1 root root 44 Jun 2 04:22 ffmpeg41 -> /var/packages/VideoStation/target/bin/ffmpeg -rwxr-xr-x 1 root root 263016 Mar 3 07:48 ffmpeg41-for-synoface -rwxr-xr-x 1 root root 263016 Mar 3 07:48 ffmpeg41.orig -rwxr-xr-x 1 root root 14736 Mar 3 07:48 vainfo

AlexPresso commented 2 years ago

oooooh interesting ! looks like you don't even have gstreamer in Advanced Media Extensions, I need to adapt the patch script Thank you :)

wahabe commented 2 years ago

Hi Alex same problem

root@night:/var/packages/CodecPack/target/pack/bin# ls -al /var/packages/CodecPack/target/pack/bin total 16 drwx------ 1 root root 170 Jun 12 09:43 . drwx------ 1 root root 6 Jun 12 09:11 .. -rw------- 1 root root 0 Jun 12 09:12 ffmpeg33-for-audio -rw------- 1 root root 0 Jun 12 09:12 ffmpeg33-for-surveillance lrwxrwxrwx 1 root root 44 Jun 12 09:43 ffmpeg41 -> /var/packages/VideoStation/target/bin/ffmpeg -rw------- 1 root root 0 Jun 12 09:12 ffmpeg41-for-synoface -rwxr-xr-x 1 root root 9757 Jun 12 09:21 ffmpeg41.orig root@night:/var/packages/CodecPack/target/pack/bin#

AlexPresso commented 2 years ago

Hi, it's fixed in the new wrapper, read the entire issue if you want to fix it before the pull request is merged

wahabe commented 2 years ago

Thank you very much Alex all code working

only EAC3 and HEVC not working

im running a dsm 7.1-42661 ds 920+ (RedPill Loader)

will need to activate Advanced Media Extensions valid SN / MAC and Synology account

AlexPresso commented 2 years ago

You're welcome :)

Yes, but even with Advanced Media Extensions, you may experience issues, we're working on a gstreamer patch in #33