23.06.2024, 12:05
Hmm,... seems like neither FFVideoSource nor LWLibavSource can decode this, but ffplay can.
(AviSource isn't available on Linux)
Using:
fails with: since there is a bug in the ffmpeg call.
probably should be:
=> I'm looking into it.
Cu Selur
(AviSource isn't available on Linux)
Using:
ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "C:\Users\Selur\Desktop\wwf4_1201.avi" -map 0:0 -an -sn -color_primaries bt470bg -color_trc smpte170m -colorspace bt470bg -color_range tv ,format=gbrap -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | x265 --input - --fps 35043/500 --output-depth 10 --y4m --profile main10 --ctu 32 --limit-modes --no-early-skip --no-open-gop --opt-ref-list-length-pps --crf 18.00 --opt-qp-pps --cbqpoffs -2 --crqpoffs -2 --limit-refs 0 --ssim-rd --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --aq-mode 0 --deblock=-1:-1 --limit-sao --no-repeat-headers --no-mcstf --range limited --colormatrix bt470bg --sar 1:1 --output "J:\tmp\2024-06-23@12_01_22_6310_01.265"
-color_range tv ,format=gbrap
-color_range tv -vf scale,format=gbrap
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.