MartinEesmaa / VVCEasy

VVCEasy is that you don't have to compile or/and coding to encode VVC (known as Versatile Video Codec). Simple. Easy. Encode. Decode
https://martineesmaa.org/en/vvceasy
MIT License
145 stars 15 forks source link

Do not display pict_Type #30

Closed he852100 closed 11 months ago

he852100 commented 11 months ago
    Do not display pict_Type   
ffprobe_vvceasy.exe -hide_banner -loglevel error -select_streams V -threads 12 -print_format json -show_entries frame=pict_type,pkt_pts_time,best_effort_timestamp_time,pkt_size "$path 
    {
        "pkt_pts_time": "8.333333",
        "best_effort_timestamp_time": "8.333333",
        "pkt_size": "35",
        "pict_type": "?"
    },
    {
        "pkt_pts_time": "8.350000",
        "best_effort_timestamp_time": "8.350000",
        "pkt_size": "35",
        "pict_type": "?"
    },
    {
        "pkt_pts_time": "8.366667",
        "best_effort_timestamp_time": "8.366667",
        "pkt_size": "37",
        "pict_type": "?"
    },
    {
        "pkt_pts_time": "8.383333",
        "best_effort_timestamp_time": "8.383333",
        "pkt_size": "38",
        "pict_type": "?"
    },
MartinEesmaa commented 11 months ago

Hello, @he852100!

Maybe remove simple command called pict_type of show entries?

ffprobe_vvceasy.exe -hide_banner -loglevel error -select_streams V -threads 12 -print_format json -show_entries frame=pkt_pts_time,best_effort_timestamp_time,pkt_size "$path