Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream 8753 #1

Open
thenewguy opened this issue Jul 24, 2020 · 0 comments
Open

Upstream 8753 #1

thenewguy opened this issue Jul 24, 2020 · 0 comments

Comments

@thenewguy
Copy link
Owner

thenewguy commented Jul 24, 2020

The attached zip file contains an AV1 video for demonstration of https://trac.ffmpeg.org/ticket/8753

issue-8753.zip

{
    "ffprobe": {
        "format": {
            "bit_rate": "113724",
            "duration": "29.833333",
            "filename": "/tmp/12ce8f826bea484f9432b6824087f634/output/79f1d4e0a7ca443dbfbb04075b52f54e.mp4",
            "format_long_name": "QuickTime / MOV",
            "format_name": "mov,mp4,m4a,3gp,3g2,mj2",
            "nb_programs": 0,
            "nb_streams": 1,
            "probe_score": 100,
            "size": "424097",
            "start_time": "0.000000",
            "tags": {
                "compatible_brands": "iso5iso6av01mp41",
                "encoder": "Lavf58.49.100",
                "major_brand": "iso5",
                "minor_version": "512"
            }
        },
        "streams": [
            {
                "avg_frame_rate": "12/1",
                "bit_rate": "91578",
                "closed_captions": 0,
                "codec_long_name": "Alliance for Open Media AV1",
                "codec_name": "av1",
                "codec_tag": "0x31307661",
                "codec_tag_string": "av01",
                "codec_time_base": "1/12",
                "codec_type": "video",
                "coded_height": 120,
                "coded_width": 160,
                "color_range": "tv",
                "disposition": {
                    "attached_pic": 0,
                    "clean_effects": 0,
                    "comment": 0,
                    "default": 1,
                    "dub": 0,
                    "forced": 0,
                    "hearing_impaired": 0,
                    "karaoke": 0,
                    "lyrics": 0,
                    "original": 0,
                    "timed_thumbnails": 0,
                    "visual_impaired": 0
                },
                "duration": "29.833333",
                "duration_ts": 366592,
                "has_b_frames": 0,
                "height": 120,
                "index": 0,
                "level": -99,
                "pix_fmt": "yuv420p",
                "profile": "Main",
                "r_frame_rate": "12/1",
                "refs": 1,
                "start_pts": 0,
                "start_time": "0.000000",
                "tags": {
                    "handler_name": "VideoHandler",
                    "language": "und"
                },
                "time_base": "1/12288",
                "width": 160
            }
        ]
    },
    "trace_headers": {
        "initialization": [
            "Extradata",
            "OBU header",
            "0           obu_forbidden_bit                                           0 = 0",
            "1           obu_type                                                 0001 = 1",
            "5           obu_extension_flag                                          0 = 0",
            "6           obu_has_size_field                                          1 = 1",
            "7           obu_reserved_1bit                                           0 = 0",
            "8           leb128_byte[0]                                       00001010 = 10",
            "8           obu_size                                                      = 10",
            "Sequence Header",
            "16          seq_profile                                               000 = 0",
            "19          still_picture                                               0 = 0",
            "20          reduced_still_picture_header                                0 = 0",
            "21          timing_info_present_flag                                    0 = 0",
            "22          initial_display_delay_present_flag                          0 = 0",
            "23          operating_points_cnt_minus_1                            00000 = 0",
            "28          operating_point_idc[0]                           000000000000 = 0",
            "40          seq_level_idx[0]                                        00000 = 0",
            "45          frame_width_bits_minus_1                                 0111 = 7",
            "49          frame_height_bits_minus_1                                0110 = 6",
            "53          max_frame_width_minus_1                              10011111 = 159",
            "61          max_frame_height_minus_1                              1110111 = 119",
            "68          frame_id_numbers_present_flag                               0 = 0",
            "69          use_128x128_superblock                                      0 = 0",
            "70          enable_filter_intra                                         1 = 1",
            "71          enable_intra_edge_filter                                    1 = 1",
            "72          enable_interintra_compound                                  0 = 0",
            "73          enable_masked_compound                                      1 = 1",
            "74          enable_warped_motion                                        1 = 1",
            "75          enable_dual_filter                                          0 = 0",
            "76          enable_order_hint                                           1 = 1",
            "77          enable_jnt_comp                                             1 = 1",
            "78          enable_ref_frame_mvs                                        1 = 1",
            "79          seq_choose_screen_content_tools                             1 = 1",
            "80          seq_choose_integer_mv                                       1 = 1",
            "81          order_hint_bits_minus_1                                   110 = 6",
            "84          enable_superres                                             0 = 0",
            "85          enable_cdef                                                 1 = 1",
            "86          enable_restoration                                          0 = 0",
            "87          high_bitdepth                                               0 = 0",
            "88          mono_chrome                                                 0 = 0",
            "89          color_description_present_flag                              0 = 0",
            "90          color_range                                                 0 = 0",
            "91          chroma_sample_position                                     00 = 0",
            "93          separate_uv_delta_q                                         0 = 0",
            "94          film_grain_params_present                                   0 = 0",
            "95          trailing_one_bit                                            1 = 1"
        ]
    }
}

Also note that ffprobe is unable to determine the picture type of the key frames:

[
    {
        "key_frame": 1,
        "pict_type": "?",
        "pkt_pos": "1509",
        "pkt_pts_time": "0.000000",
        "pkt_size": "442"
    },
    {
        "key_frame": 1,
        "pict_type": "?",
        "pkt_pos": "1951",
        "pkt_pts_time": "0.083333",
        "pkt_size": "145"
    },
    {
        "key_frame": 1,
        "pict_type": "?",
        "pkt_pos": "2096",
        "pkt_pts_time": "0.166667",
        "pkt_size": "1154"
    },
    {
        "key_frame": 1,
        "pict_type": "?",
        "pkt_pos": "3250",
        "pkt_pts_time": "0.250000",
        "pkt_size": "1893"
    },
    {
        "key_frame": 1,
        "pict_type": "?",
        "pkt_pos": "5143",
        "pkt_pts_time": "0.333333",
        "pkt_size": "2051"
    }
]

FFMPEG version info:

ffmpeg version N-98541-g24911b9 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.4.0-1ubuntu1~18.04.1)
  configuration: --prefix=/home/vagrant/ffmpeg/build --libdir=/home/vagrant/ffmpeg/build/lib --extra-cflags=-I/home/vagrant/ffmpeg/build/include --extra-ldflags=-L/home/vagrant/ffmpeg/build/lib --bindir=/home/vagrant/bin --disable-doc --disable-ffplay --disable-static --enable-shared --enable-openssl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libaom --enable-nonfree
  libavutil      56. 56.100 / 56. 56.100
  libavcodec     58. 97.100 / 58. 97.100
  libavformat    58. 49.100 / 58. 49.100
  libavdevice    58. 11.101 / 58. 11.101
  libavfilter     7. 87.100 /  7. 87.100
  libswscale      5.  8.100 /  5.  8.100
  libswresample   3.  8.100 /  3.  8.100
  libpostproc    55.  8.100 / 55.  8.100
[libaom-av1 @ 0x55a146926e80] v2.0.0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/12ce8f826bea484f9432b6824087f634/output/79f1d4e0a7ca443dbfbb04075b52f54e.mp4':
  Metadata:
    major_brand     : iso5
    minor_version   : 512
    compatible_brands: iso5iso6av01mp41
    encoder         : Lavf58.49.100
  Duration: 00:00:29.83, start: 0.000000, bitrate: 113 kb/s
    Stream #0:0(und): Video: av1 (Main) (av01 / 0x31307661), yuv420p(tv), 160x120, 91 kb/s, 12 fps, 12 tbr, 12288 tbn, 12288 tbc (default)
    Metadata:
      handler_name    : VideoHandler
At least one output file must be specified
@thenewguy thenewguy changed the title Upstream 8799 Upstream 8753 Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant