On Sunday, May 15, 2022, Andrea paz <[email protected]> wrote:
just add this line (-DWITH_JASPER=OFF) without '+' to your opencv_build file in cinegg src root...?
I tried adding the line with jasper in opencv_build and then compiling CinGG. The result is the same: the OpenCV plugins are not present.
( thanks for trying....
Ho decommentato la riga con truehd in bdcreate.C e provato a fare un rendring con "BD Render...". Render::render_single: Session finished. ** rendered 677 frames in 16.477 secs, 41.088 fps ++ dirname /tmp/bd_20220515-185631/bd.sh + sdir=/tmp/bd_20220515-185631 ++ cd /tmp/bd_20220515-185631 ++ pwd + dir=/tmp/bd_20220515-185631 + PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/ jvm/default/bin:/opt/rocm-5.1.2/bin:/opt/rocm-5.1.2/hip/bin: /usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_ perl:/home/paz/cinelerra5/cinelerra-5.1/bin + mkdir -p /tmp/bd_20220515-185631/udfs ++ du -cb /tmp/bd_20220515-185631/bd.m2ts ++ tail -1 ++ sed -e 's/[ ].*//' + sz=44414976 + blks=25783 + rm -f /tmp/bd_20220515-185631/bd.udfs + '[' -f /tmp/bd_20220515-185631/bd.meta ']' + mkudffs -b 2048 /tmp/bd_20220515-185631/bd.udfs 25783 filename=/tmp/bd_20220515-185631/bd.udfs label=LinuxUDF uuid=628130f3e97336f3 blocksize=2048 blocks=25783 udfrev=2.01 start=0, blocks=16, type=ERASE start=16, blocks=4, type=VRS start=20, blocks=76, type=ERASE start=96, blocks=16, type=MVDS start=112, blocks=16, type=ERASE start=128, blocks=4, type=LVID start=132, blocks=124, type=ERASE start=256, blocks=1, type=ANCHOR start=257, blocks=25264, type=PSPACE start=25521, blocks=5, type=ERASE start=25526, blocks=1, type=ANCHOR start=25527, blocks=73, type=ERASE start=25600, blocks=16, type=RVDS start=25616, blocks=166, type=ERASE start=25782, blocks=1, type=ANCHOR + mount -t udf -o loop /tmp/bd_20220515-185631/bd.udfs /tmp/bd_20220515-185631/udfs + bdwrite /tmp/bd_20220515-185631/udfs /tmp/bd_20220515-185631/bd.m2ts unknown bluray audio format 0 ch
I have workaround for this, just not sure if it makes any sense without proper ac3/thd interleaving ... currently I think you can try to render just video in ts and ac3 + thd audio separately, then use thdmerge on audio and tsmuxer on video ts + result of thdmerge...
CinGG crashes at the end of rendering; but the bd.m2ts file is produced anyway. This is not read by VLC but works in mpv. As you anticipated only 2 audio tracks were produced: The 2 source files were m2ts (plus a h264 .mov video) with 22 audio channels each.
$ ffprobe bd.m2ts ffprobe version n5.0 Copyright (c) 2007-2022 the FFmpeg developers built with gcc 11.2.0 (GCC) configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libmfx --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librav1e --enable-librsvg --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-nvdec --enable-nvenc --enable-shared --enable-version3 libavutil 57. 17.100 / 57. 17.100 libavcodec 59. 18.100 / 59. 18.100 libavformat 59. 16.100 / 59. 16.100 libavdevice 59. 4.100 / 59. 4.100 libavfilter 8. 24.100 / 8. 24.100 libswscale 6. 4.100 / 6. 4.100 libswresample 4. 3.100 / 4. 3.100 libpostproc 56. 3.100 / 56. 3.100 [mpegts @ 0x55cd19a640c0] start time for stream 2 is not set in estimate_timings_from_pts [mpegts @ 0x55cd19a640c0] stream 2 : no TS found at start of file, duration not set [mpegts @ 0x55cd19a640c0] Could not find codec parameters for stream 2 (Audio: ac3 ([131][0][0][0] / 0x0083), 0 channels, fltp): unspecified sample rate Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options Input #0, mpegts, from 'bd.m2ts': Duration: 00:00:28.24, start: 0.083422, bitrate: 12584 kb/s Program 1 Stream #0:0[0x1011]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn Stream #0:1[0x1100](ita): Audio: truehd ([131][0][0][0] / 0x0083), 48000 Hz, stereo, s32 (24 bit) Stream #0:2[0x1100]: Audio: ac3 ([131][0][0][0] / 0x0083), 0 channels, fltp
I also add cin5.log and config.log in case you ever need it.