This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

crashing when using FFV1
#2
Argh, I see the problem:
color_trc integer (decoding/encoding,video)

    Possible values:

    ‘bt709’

        BT.709
    ‘gamma22’

        BT.470 M
    ‘gamma28’

        BT.470 BG
    ‘smpte170m’

        SMPTE 170 M
    ‘smpte240m’

        SMPTE 240 M
    ‘linear’

        Linear
    ‘log’
    ‘log100’

        Log
    ‘log_sqrt’
    ‘log316’

        Log square root
    ‘iec61966_2_4’
    ‘iec61966-2-4’

        IEC 61966-2-4
    ‘bt1361’
    ‘bt1361e’

        BT.1361
    ‘iec61966_2_1’
    ‘iec61966-2-1’

        IEC 61966-2-1
    ‘bt2020_10’
    ‘bt2020_10bit’

        BT.2020 - 10 bit
    ‘bt2020_12’
    ‘bt2020_12bit’

        BT.2020 - 12 bit
    ‘smpte2084’

        SMPTE ST 2084
    ‘smpte428’
    ‘smpte428_1’

        SMPTE ST 428-1
    ‘arib-std-b67’

        ARIB STD-B67
color_trc is an integer, but Hybrid used:
the strings "-color_trc bt470bg"
=> will fix.

Correction, strings are allowed:
ffmpeg -y -noautorotate -nostdin -threads 8 -ignore_editlist true -i "G:\TestClips&Co\files\Drone_rocky.mov" -map 0:0 -an -sn -vf crop=3640:1960:100:100,scale=720:388 -color_primaries bt709 -color_trc bt709 -colorspace bt709 -color_range tv -pix_fmt yuv420p -vsync 0  -sws_flags spline -vcodec ffv1 -coder 0 -context 0 -g 1 -level 1 -metadata encoding_tool="Hybrid 2024.03.08.1" "J:\tmp\2024-03-09@07_00_40_3210\Drone_rocky_1_2024-03-09@07_00_40_3210_01.mkv"
'bt470bg' needs to be 'gamma28' Smile


Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
crashing when using FFV1 - by ld57 - 09.03.2024, 01:17
RE: crashing when using FFV1 - by Selur - 09.03.2024, 07:59
RE: crashing when using FFV1 - by Selur - 09.03.2024, 08:41
RE: crashing when using FFV1 - by ld57 - 09.03.2024, 12:41
RE: crashing when using FFV1 - by Selur - 09.03.2024, 12:43

Forum Jump:


Users browsing this thread: 1 Guest(s)