[FFmpeg-user] Converting zoom recordings

jacky renaux renaux.jacky at orange.fr
Mon May 25 17:49:24 EEST 2020



Le 25/05/2020 à 16:33, Francois Visagie a écrit :
>> -----Original Message-----
>> From: ffmpeg-user [mailto:ffmpeg-user-bounces at ffmpeg.org] On Behalf Of
>> Carl Zwanzig
>> Sent: 22 May 2020 06:11
>> To: FFmpeg user questions
>> Subject: [FFmpeg-user] Converting zoom recordings
>>
>> Hello,
>>
>> Does anyone have experience converting zoom recordings from their
>> intermediate file(s) to other formats? The zoom application will convert to
>> mp4 but that becomes difficult if you want to push the conversion to another
>> system, and you still get mp4, no choice on that.
> It isn't clear why you're concerned with intermediate files, but Zoom has a "compatibility" setting for final output.
>
> In practice I've been able to manipulate such files e.g. with VLC (I haven't tried with ffmpeg yet).
>
>> (example file uploaded to streams.videolan.org)
>>
>> The input files appear to be h264 with some additional stuff added by zoom.
>>
>> Mediainfo reports-
>> $ /c/bin/MediaInfo/MediaInfo.exe double_click_to_convert_01.zoom
>> General
>> Complete name                            : double_click_to_convert_01.zoom
>> Format                                   : AVC
>> Format/Info                              : Advanced Video Codec
>> File size                                : 4.29 MiB
>> FileExtension_Invalid                    : avc h264 264
>>
>> Video
>> Format                                   : AVC
>> Format/Info                              : Advanced Video Codec
>> Format profile                           : High at L3
>> Format settings                          : 5 Ref Frames
>> Format settings, CABAC                   : No
>> Format settings, Reference frames        : 5 frames
>> Width                                    : 640 pixels
>> Height                                   : 360 pixels
>> Display aspect ratio                     : 16:9
>> Color space                              : YUV
>> Chroma subsampling                       : 4:2:0
>> Bit depth                                : 8 bits
>> Scan type                                : Progressive
>> Color range                              : Limited
>>
>> so there's probably something in there.
>>
>>
>> (Using a static windows build from a couple of days ago, see below for
>> details)
>>
>> With the .zoom file extension, ffprobe doesn't like the file at all
>>
>> $ /c/bin/ffmpeg-20200519-74dfc88-win64-static/bin/ffprobe.exe
>> double_click_to_convert_01.zoom
>> ffprobe version git-2020-05-19-74dfc88 Copyright (c) 2007-2020 the FFmpeg
>>
>> double_click_to_convert_01.zoom: Invalid data found when processing input
>>
>>
>>
>> however if I rename the file to .avc (or .264), there is more recognition
>> but ffprobe still pushes out a lot of these-
>>
>> [h264 @ 0000000000418600] no frame!
>> [h264 @ 0000000000418600] non-existing PPS 0 referenced
>>       Last message repeated 1 times
>> [h264 @ 0000000000418600] decode_slice_header error
>> [h264 @ 0000000000418600] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [see below #1]
>>
>> The most recent VLC will not play the file.
>>
>>
>> Converting via ffmpeg into a null output does discover a stream
>> [see #2 below]
>> Input #0, h264, from 'cpz.avc':
>>     Duration: N/A, bitrate: N/A
>>       Stream #0:0: Video: h264 (High), yuv420p(tv, progressive), 320x180, 25
>> fps, 25 tbr, 1200k tbn, 50 tbc
>> Stream mapping:
>>     Stream #0:0 -> #0:0 (h264 (native) -> wrapped_avframe (native))
>>
>> but still throws _tons_ of errors
>>
>> Ideas? zoom does produce a linux vm image that will do conversions but I
>> haven't downloaded and reverse-engineered that.
>>
>> z!
>>
>>
>> #1-
>> $ /c/bin/ffmpeg-20200519-74dfc88-win64-static/bin/ffprobe.exe cpz.avc
>> ffprobe version git-2020-05-19-74dfc88 Copyright (c) 2007-2020 the FFmpeg
>> developers
>>     built with gcc 9.3.1 (GCC) 20200513
>>     configuration: --enable-gpl --enable-version3 --enable-sdl2
>> --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass
>> --enable-libdav1d --enable-libbluray --enable-libfreetype
>> --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-
>> amrwb
>> --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy
>> --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame
>> --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264
>> --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma
>> --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf
>> --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa
>> --enable-libspeex --enable-libxvid --enable-libaom --disable-w32threads
>> --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid
>> --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2
>> --enable-avisynth --enable-libopenmpt --enable-amf
>>     libavutil      56. 46.100 / 56. 46.100
>>     libavcodec     58. 86.100 / 58. 86.100
>>     libavformat    58. 43.100 / 58. 43.100
>>     libavdevice    58.  9.103 / 58.  9.103
>>     libavfilter     7. 82.100 /  7. 82.100
>>     libswscale      5.  6.101 /  5.  6.101
>>     libswresample   3.  6.100 /  3.  6.100
>>     libpostproc    55.  6.100 / 55.  6.100
>> [h264 @ 00000000004161c0] Format h264 detected only with low score of 1,
>> misdetection possible!
>> [h264 @ 0000000000418600] non-existing PPS 3 referenced
>> [extract_extradata @ 000000000041c940] Invalid NAL unit 0, skipping.
>> [h264 @ 0000000000418600] Invalid NAL unit 0, skipping.
>> [h264 @ 0000000000418600] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000000418600] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000000418600] non-existing PPS 3 referenced
>> [h264 @ 0000000000418600] decode_slice_header error
>> [h264 @ 0000000000418600] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000000418600] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000000418600] no frame!
>> [h264 @ 0000000000418600] non-existing PPS 0 referenced
>>       Last message repeated 1 times
>> [h264 @ 0000000000418600] decode_slice_header error
>> [h264 @ 0000000000418600] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000000418600] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000000418600] no frame!
>> [h264 @ 0000000000418600] non-existing PPS 3 referenced
>>       Last message repeated 1 times
>> [h264 @ 0000000000418600] decode_slice_header error
>> [h264 @ 0000000000418600] no frame!
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> [h264 @ 0000000000418600] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000000418600] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000000418600] ref 8 overflow
>> [h264 @ 0000000000418600] error while decoding MB 10 0
>> [h264 @ 0000000000418600] concealing 920 DC, 920 AC, 920 MV errors in P
>> frame
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> [h264 @ 0000000000418600] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000000418600] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000000418600] reference count 1 overflow
>> [h264 @ 0000000000418600] reference count overflow
>> [h264 @ 0000000000418600] decode_slice_header error
>> [h264 @ 0000000000418600] no frame!
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> [h264 @ 0000000000418600] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000000418600] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000000418600] number of reference frames (2+4) exceeds max
>> (5;
>> probably corrupt input), discarding one
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> [h264 @ 0000000000418600] number of reference frames (3+3) exceeds max
>> (5;
>> probably corrupt input), discarding one
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> [h264 @ 0000000000418600] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000000418600] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000000418600] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000000418600] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> [h264 @ 0000000000418600] reference overflow 30 > 15 or 0 > 15
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> [h264 @ 0000000000418600] sps_id 32 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000000418600] pps_id 3199971767 out of range
>> Input #0, h264, from 'cpz.avc':
>>     Duration: N/A, bitrate: N/A
>>       Stream #0:0: Video: h264 (High), yuv420p(tv, progressive), 640x360, 25
>> fps, 25 tbr, 1200k tbn, 50 tbc
>> Invalid UE golomb code
>> [h264 @ 000000000049ae00] pps_id 3199971767 out of range
>> [h264 @ 000000000049ae00] Error decoding the extradata
>>
>>
>>
>>
>>
>> #2-
>> $ /c/bin/ffmpeg-20200519-74dfc88-win64-static/bin/ffmpeg.exe -i cpz.avc  -f
>> null -
>> ffmpeg version git-2020-05-19-74dfc88 Copyright (c) 2000-2020 the FFmpeg
>> developers
>>     built with gcc 9.3.1 (GCC) 20200513
>>     configuration: --enable-gpl --enable-version3 --enable-sdl2
>> --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass
>> --enable-libdav1d --enable-libbluray --enable-libfreetype
>> --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-
>> amrwb
>> --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy
>> --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame
>> --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264
>> --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma
>> --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf
>> --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa
>> --enable-libspeex --enable-libxvid --enable-libaom --disable-w32threads
>> --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid
>> --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2
>> --enable-avisynth --enable-libopenmpt --enable-amf
>>     libavutil      56. 46.100 / 56. 46.100
>>     libavcodec     58. 86.100 / 58. 86.100
>>     libavformat    58. 43.100 / 58. 43.100
>>     libavdevice    58.  9.103 / 58.  9.103
>>     libavfilter     7. 82.100 /  7. 82.100
>>     libswscale      5.  6.101 /  5.  6.101
>>     libswresample   3.  6.100 /  3.  6.100
>>     libpostproc    55.  6.100 / 55.  6.100
>> [h264 @ 00000000004f2c80] Format h264 detected only with low score of 1,
>> misdetection possible!
>> [h264 @ 00000000004f50c0] non-existing PPS 3 referenced
>> [extract_extradata @ 00000000004fc400] Invalid NAL unit 0, skipping.
>> [h264 @ 00000000004f50c0] Invalid NAL unit 0, skipping.
>> [h264 @ 00000000004f50c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f50c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f50c0] non-existing PPS 3 referenced
>> [h264 @ 00000000004f50c0] decode_slice_header error
>> [h264 @ 00000000004f50c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f50c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f50c0] no frame!
>> [h264 @ 00000000004f50c0] non-existing PPS 0 referenced
>>       Last message repeated 1 times
>> [h264 @ 00000000004f50c0] decode_slice_header error
>> [h264 @ 00000000004f50c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f50c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f50c0] no frame!
>> [h264 @ 00000000004f50c0] non-existing PPS 3 referenced
>>       Last message repeated 1 times
>> [h264 @ 00000000004f50c0] decode_slice_header error
>> [h264 @ 00000000004f50c0] no frame!
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> [h264 @ 00000000004f50c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f50c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f50c0] ref 8 overflow
>> [h264 @ 00000000004f50c0] error while decoding MB 10 0
>> [h264 @ 00000000004f50c0] concealing 920 DC, 920 AC, 920 MV errors in P
>> frame
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> [h264 @ 00000000004f50c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f50c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f50c0] reference count 1 overflow
>> [h264 @ 00000000004f50c0] reference count overflow
>> [h264 @ 00000000004f50c0] decode_slice_header error
>> [h264 @ 00000000004f50c0] no frame!
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> [h264 @ 00000000004f50c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f50c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f50c0] number of reference frames (2+4) exceeds max
>> (5;
>> probably corrupt input), discarding one
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> [h264 @ 00000000004f50c0] number of reference frames (3+3) exceeds max
>> (5;
>> probably corrupt input), discarding one
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> [h264 @ 00000000004f50c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f50c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f50c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f50c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> [h264 @ 00000000004f50c0] reference overflow 30 > 15 or 0 > 15
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> [h264 @ 00000000004f50c0] sps_id 32 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f50c0] pps_id 3199971767 out of range
>> Input #0, h264, from 'cpz.avc':
>>     Duration: N/A, bitrate: N/A
>>       Stream #0:0: Video: h264 (High), yuv420p(tv, progressive), 640x360, 25
>> fps, 25 tbr, 1200k tbn, 50 tbc
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] Error decoding the extradata
>> Stream mapping:
>>     Stream #0:0 -> #0:0 (h264 (native) -> wrapped_avframe (native))
>> Press [q] to stop, [?] for help
>> [h264 @ 00000000032af040] Invalid NAL unit 0, skipping.
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000032af040] non-existing PPS 3 referenced
>> [h264 @ 00000000032af040] decode_slice_header error
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000032af040] no frame!
>> [h264 @ 00000000004f2780] non-existing PPS 0 referenced
>> [h264 @ 00000000004f2780] decode_slice_header error
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f2780] no frame!
>> [h264 @ 0000000002dc2dc0] non-existing PPS 3 referenced
>> [h264 @ 0000000002dc2dc0] decode_slice_header error
>> [h264 @ 0000000002dc2dc0] no frame!
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Error while decoding stream #0:0: Invalid data found when processing input
>>       Last message repeated 1 times
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 0000000002bf54c0] ref 8 overflow
>> [h264 @ 0000000002bf54c0] error while decoding MB 10 0
>> [h264 @ 0000000002bf54c0] concealing 920 DC, 920 AC, 920 MV errors in P
>> frame
>> Error while decoding stream #0:0: Invalid data found when processing input
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f2780] reference count overflow
>> [h264 @ 00000000004f2780] decode_slice_header error
>> [h264 @ 00000000004f2780] no frame!
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc3500] number of reference frames (2+4) exceeds max
>> (5;
>> probably corrupt input), discarding one
>> cpz.avc: corrupt decoded frame in stream 0
>> Output #0, null, to 'pipe:':
>>     Metadata:
>>       encoder         : Lavf58.43.100
>>       Stream #0:0: Video: wrapped_avframe, yuv420p, 640x360, q=2-31, 200
>> kb/s, 25 fps, 25 tbn, 25 tbc
>>       Metadata:
>>         encoder         : Lavc58.86.100 wrapped_avframe
>> Invalid UE golomb code
>> [h264 @ 0000000002bf54c0] pps_id 3199971767 out of range
>> Error while decoding stream #0:0: Invalid data found when processing input
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 00000000004f2780] number of reference frames (3+3) exceeds max
>> (5;
>> probably corrupt input), discarding one
>> Invalid UE golomb code
>> [h264 @ 00000000004f2780] pps_id 3199971767 out of range
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc3500] reference count overflow
>> [h264 @ 0000000002dc3500] decode_slice_header error
>> [h264 @ 0000000002dc3500] no frame!
>> Invalid UE golomb code
>> [h264 @ 0000000002bf54c0] pps_id 3199971767 out of range
>> [h264 @ 0000000002bf54c0] Increasing reorder buffer to 2
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Error while decoding stream #0:0: Invalid data found when processing input
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc3500] deblocking_filter_idc 12 out of range
>> [h264 @ 0000000002dc3500] decode_slice_header error
>> [h264 @ 0000000002dc3500] no frame!
>> Invalid UE golomb code
>> [h264 @ 0000000002bf54c0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000032af040] Increasing reorder buffer to 3
>> [h264 @ 00000000032af040] top block unavailable for requested intra mode -
>> 1
>> [h264 @ 00000000032af040] error while decoding MB 14 0
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000032af040] concealing 920 DC, 920 AC, 920 MV errors in P
>> frame
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Error while decoding stream #0:0: Invalid data found when processing input
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc2dc0] Increasing reorder buffer to 5
>> [h264 @ 0000000002dc2dc0] mb_type 32 in P slice too large at 1 0
>> [h264 @ 0000000002dc2dc0] error while decoding MB 1 0
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc3500] illegal modification_of_pic_nums_idc 32
>> [h264 @ 0000000002dc3500] decode_slice_header error
>> [h264 @ 0000000002dc3500] no frame!
>> [h264 @ 0000000002dc2dc0] concealing 920 DC, 920 AC, 920 MV errors in P
>> frame
>> Invalid UE golomb code
>> [h264 @ 0000000002bf54c0] pps_id 3199971767 out of range
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f2780] number of reference frames (2+4) exceeds max
>> (5;
>> probably corrupt input), discarding one
>> [h264 @ 00000000004f2780] reference overflow 30 > 15 or 0 > 15
>> [h264 @ 00000000004f2780] decode_slice_header error
>> [h264 @ 00000000004f2780] no frame!
>> Error while decoding stream #0:0: Invalid data found when processing input
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc3500] illegal modification_of_pic_nums_idc 4
>> [h264 @ 0000000002dc3500] decode_slice_header error
>> [h264 @ 0000000002dc3500] no frame!
>> Invalid UE golomb code
>> [h264 @ 0000000002bf54c0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Error while decoding stream #0:0: Invalid data found when processing input
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 00000000004f2780] pps_id 3199971767 out of range
>> Error while decoding stream #0:0: Invalid data found when processing input
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc2dc0] Increasing reorder buffer to 6
>> [h264 @ 0000000002dc3500] number of reference frames (3+3) exceeds max
>> (5;
>> probably corrupt input), discarding one
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000002bf54c0] pps_id 3199971767 out of range
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000032af040] Increasing reorder buffer to 8
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] QP 4371 out of range
>> [h264 @ 0000000002dc2dc0] decode_slice_header error
>> [h264 @ 0000000002dc2dc0] no frame!
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc3500] cabac_init_idc 3 overflow
>> [h264 @ 0000000002dc3500] decode_slice_header error
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc3500] no frame!
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Error while decoding stream #0:0: Invalid data found when processing input
>> [h264 @ 00000000004f2780] reference picture missing during reorder
>> [h264 @ 00000000004f2780] Missing reference picture, default is 4
>> Error while decoding stream #0:0: Invalid data found when processing input
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] deblocking_filter_idc 32 out of range
>> [h264 @ 0000000002dc2dc0] decode_slice_header error
>> [h264 @ 0000000002dc2dc0] no frame!
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc3500] cabac_init_idc 4 overflow
>> [h264 @ 0000000002dc3500] decode_slice_header error
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc3500] no frame!
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Error while decoding stream #0:0: Invalid data found when processing input
>> Invalid UE golomb code
>> [h264 @ 00000000004f2780] pps_id 3199971767 out of range
>> [h264 @ 00000000004f2780] deblocking_filter_idc 32 out of range
>> [h264 @ 00000000004f2780] decode_slice_header error
>> [h264 @ 00000000004f2780] no frame!
>> Error while decoding stream #0:0: Invalid data found when processing input
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] cabac_init_idc 4 overflow
>> [h264 @ 0000000002dc2dc0] decode_slice_header error
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc2dc0] no frame!
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Error while decoding stream #0:0: Invalid data found when processing input
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] deblocking filter parameters 1470 0 out of range
>> [h264 @ 00000000032af040] decode_slice_header error
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000032af040] no frame!
>> Error while decoding stream #0:0: Invalid data found when processing input
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] reference picture missing during reorder
>> [h264 @ 0000000002dc2dc0] Missing reference picture, default is 18
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc3500] reference picture missing during reorder
>> [h264 @ 0000000002dc3500] Missing reference picture, default is 18
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Error while decoding stream #0:0: Invalid data found when processing input
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002bf54c0] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] sps_id 32 out of range
>>       Last message repeated 2 times
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 00000000004f2780] pps_id 3199971767 out of range
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002bf54c0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002bf54c0] number of reference frames (1+5) exceeds max
>> (5;
>> probably corrupt input), discarding one
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002bf54c0] reference picture missing during reorder
>> [h264 @ 0000000002bf54c0] Missing reference picture, default is 8
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002bf54c0] reference picture missing during reorder
>> [h264 @ 0000000002bf54c0] Missing reference picture, default is 8
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002bf54c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 00000000004f2780] pps_id 3199971767 out of range
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f2780] number of reference frames (1+5) exceeds max
>> (5;
>> probably corrupt input), discarding one
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc3500] reference picture missing during reorder
>> [h264 @ 0000000002dc3500] Missing reference picture, default is 8
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] reference picture missing during reorder
>> [h264 @ 00000000032af040] Missing reference picture, default is 8
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000002bf54c0] pps_id 3199971767 out of range
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002bf54c0] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 0000000002dc2dc0] pps_id 3199971767 out of range
>> [h264 @ 0000000002dc2dc0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc2dc0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc2dc0] number of reference frames (1+5) exceeds max
>> (5;
>> probably corrupt input), discarding one
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002dc3500] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002dc3500] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [h264 @ 00000000032af040] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000032af040] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 00000000004f2780] reference picture missing during reorder
>> [h264 @ 00000000004f2780] Missing reference picture, default is 65598
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [NULL @ 00000000004f50c0] pps_id 3199971767 out of range
>> [h264 @ 00000000032af040] reference picture missing during reorder
>> [h264 @ 00000000032af040] Missing reference picture, default is 8
>> Invalid UE golomb code
>> [h264 @ 00000000004f2780] pps_id 3199971767 out of range
>> [h264 @ 0000000002bf54c0] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 0000000002bf54c0] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [NULL @ 00000000004f50c0] pps_id 3199971767 out of range
>> Invalid UE golomb code
>> [h264 @ 0000000002dc3500] pps_id 3199971767 out of range
>> [h264 @ 00000000004f2780] data partitioning is not implemented. Update
>> your
>> FFmpeg version to the newest one from Git. If the problem still occurs, it
>> means that your file has a feature which has not been implemented.
>> [h264 @ 00000000004f2780] If you want to help, upload a sample of this file
>> to https://streams.videolan.org/upload/ and contact the ffmpeg-devel
>> mailing
>> list. (ffmpeg-devel at ffmpeg.org)
>> Invalid UE golomb code
>> [NULL @ 00000000004f50c0] pps_id 3199971767 out of range
>>
>> --killed--
>>
>> _______________________________________________
>> ffmpeg-user mailing list
>> ffmpeg-user at ffmpeg.org
>> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>>
>> To unsubscribe, visit link above, or email
>> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>>
>> _______________________________________________
>> ffmpeg-user mailing list
>> ffmpeg-user at ffmpeg.org
>> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>>
>> To unsubscribe, visit link above, or email
>> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
I am not a Ffmpeg Guru but I had a problem yesterday with mp4 from Zoom
it is complicated to cut suing -ss or -t
I did rencode and the I was easy
ffmpeg.exe -i file_in -c:v h264 -crf 34 -c:a aac -strict -2 -ab 56k -ar 
48000 -y file_out
somme parametres need to be différent as you want but it works fine
Cheers
Jacky



More information about the ffmpeg-user mailing list