Changes between Initial Version and Version 2 of Ticket #10993


Ignore:
Timestamp:
May 3, 2024, 9:13:27 AM (2 years ago)
Author:
MasterQuestionable
Comment:

͏    Thanks for mentioning.

͏    ----

͏    Matters most: ͏    ffmpeg -v debug -hide_banner -nostdin -nostats -i "W020170309545700135684.jpg" -i "W020170309545700291313.jpg" -lavfi "hstack,format=rgb24" -sws_flags gauss+accurate_rnd+print_info -lossless 1 -q 100 -compression_level 6 "gauss-full_chroma_int.webp"

͏    Per the doc "format" doesn't support "flags": ͏    https://ffmpeg.org/ffmpeg-filters.html#format

͏    Hacky workaround required: ͏    ffmpeg -v debug -hide_banner -nostdin -nostats -i "W020170309545700135684.jpg" -i "W020170309545700291313.jpg" -lavfi "sws_flags=gauss+accurate_rnd+print_info; hstack,format=rgb24" -lossless 1 -q 100 -compression_level 6 "gauss-full_chroma_int.webp" ͏    (per [ https://ffmpeg.org/ffmpeg-filters.html#Filtergraph-syntax ])

͏    And there seems to be no solution for "-sws_dither", "-param0", "-param1": which may matter at times.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10993 – Description

    initial v2  
    11͏    E.g.
    22("-lavfi" vs. "-vf")
    3 ͏    ffmpeg -v debug -hide_banner -nostdin -nostats -i "W020170309545700291313.jpg" -lavfi "scale=iw/2:-2" -sws_flags gauss+accurate_rnd+full_chroma_int -compression_level 1 -pred none "scale.lavfi.png"
    4 ͏    ffmpeg -v debug -hide_banner -nostdin -nostats -i "W020170309545700291313.jpg" -vf "scale=iw/2:-2" -sws_flags gauss+accurate_rnd+full_chroma_int -compression_level 1 -pred none "scale.vf.png"
     3͏    ffmpeg -v debug -hide_banner -nostdin -nostats -i "W020170309545700291313.jpg" -lavfi "scale=iw/2:-2" -sws_flags gauss+accurate_rnd+print_info -compression_level 1 -pred none "scale.lavfi.png"
     4͏    ffmpeg -v debug -hide_banner -nostdin -nostats -i "W020170309545700291313.jpg" -vf "scale=iw/2:-2" -sws_flags gauss+accurate_rnd+print_info -compression_level 1 -pred none "scale.vf.png"
    55
    66͏    https://web.archive.org/web/20230512231916/http://www.nlc.cn/newgtkj/tssc/mzyj/201703/W020170309545700291313.jpg