FFmpeg-trac
Threads by month
- ----- 2026 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
January 2025
- 1 participants
- 207 discussions
#11413: lead: problem with "interleave" mode
-------------------------------------+-------------------------------------
Reporter: ami_stuff | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
I will attache two samples:
"lead_interleave_always.avi" file was encoded with "interleave" option set
to "always" in the lead's encoder
"lead_interleave_never.avi" file was encoded with "interleave" option set
to "never" in the lead's encoder
ffmpeg decodes "lead_interleave_always.avi" file with visual misaligments,
original codec decodes it correctly
{{{
./ffmpeg -i lead_interleave_always.avi -y out.avi
ffmpeg version N-118204-geab65379bf Copyright (c) 2000-2024 the FFmpeg
developers
built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
configuration:
libavutil 59. 53.100 / 59. 53.100
libavcodec 61. 28.100 / 61. 28.100
libavformat 61. 9.102 / 61. 9.102
libavdevice 61. 4.100 / 61. 4.100
libavfilter 10. 6.101 / 10. 6.101
libswscale 8. 13.100 / 8. 13.100
libswresample 5. 4.100 / 5. 4.100
Input #0, avi, from 'lead_interleave_always.avi':
Metadata:
software : VirtualDubMod 1.5.10.2 (build 2542/release)
Duration: 00:00:01.48, start: 0.000000, bitrate: 9426 kb/s
Stream #0:0: Video: lead (LEAD / 0x4441454C), yuv444p, 300x300, 9636
kb/s, 25 fps, 25 tbr, 25 tbn
Stream mapping:
Stream #0:0 -> #0:0 (lead (native) -> mpeg4 (native))
Press [q] to stop, [?] for help
Output #0, avi, to 'out.avi':
Metadata:
software : VirtualDubMod 1.5.10.2 (build 2542/release)
ISFT : Lavf61.9.102
Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p(tv, progressive),
300x300, q=2-31, 200 kb/s, 25 fps, 25 tbn
Metadata:
encoder : Lavc61.28.100 mpeg4
Side data:
cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: N/A
[out#0/avi @ 0x557c82071cc0] video:164KiB audio:0KiB subtitle:0KiB other
streams:0KiB global headers:0KiB muxing overhead: 3.931224%
frame= 37 fps=0.0 q=24.8 Lsize= 170KiB time=00:00:01.48 bitrate=
942.3kbits/s speed=42.2x
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11413>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
2
#10030: iff ilbm fails to decode
-------------------------------------+-------------------------------------
Reporter: ami_stuff | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
decodes correctly with recoil (http://recoil.sourceforge.net/) and other
software
{{{
./ffmpeg_g -i a4000-060.24.iff out.bmp
ffmpeg version N-109064-gc124981b79 Copyright (c) 2000-2022 the FFmpeg
developers
built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
configuration:
libavutil 57. 42.100 / 57. 42.100
libavcodec 59. 52.101 / 59. 52.101
libavformat 59. 34.101 / 59. 34.101
libavdevice 59. 8.101 / 59. 8.101
libavfilter 8. 50.100 / 8. 50.100
libswscale 6. 8.112 / 6. 8.112
libswresample 4. 9.100 / 4. 9.100
Ignoring attempt to set invalid timebase 1/0 for st:0
[iff @ 0x55cc3734b440] Unknown SVX8 compression method '-1'
a4000-060.24.iff: Operation not permitted
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10030>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
7
#3659(undetermined:new): Some H.264 WTV files created by ffmpeg do not playback on WMP and MCE
by FFmpeg 12 Jan '25
by FFmpeg 12 Jan '25
12 Jan '25
#3659: Some H.264 WTV files created by ffmpeg do not playback on WMP and MCE
-------------------------------------+-------------------------------------
Reporter: ramitbhalla | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug: With some WTV files, the original file plays fine on
WMP and MCE (win 7) but with some files the original WTV plays fine but
the ffmpeg created WTV does not play. (am trying to remove segments and
put it back together).
How to reproduce: Simplest form, I've uploaded a sample H264Fail.wtv which
plays fine, but remuxing it does not
{{{
ffmpeg -i H264Fail.wtv -vcodec copy -acodec copy test.wtv
ffmpeg version N-62897-g0f9f24c Copyright (c) 2000-2014 the FFmpeg
developers
built on May 1 2014 23:29:04 with gcc 4.8.0 (GCC)
configuration: --arch=x86 --target-os=mingw32 --cross-
prefix=/home/mcebuddy/Software/ffmpeg/sandbox/mingw-w64-i686/bin
/i686-w64-mingw32- --pkg-config=pkg-config --enable-hwaccels --enable-
dxva2 --enable-gpl --enable-libx264 --enable-avisy
nth --enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib
--enable-librtmp --enable-libvorbis --enable-li
btheora --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-
libgsm --enable-libfreetype --enable-libopus --d
isable-w32threads --enable-frei0r --enable-filter=frei0r --enable-libvo-
aacenc --enable-bzlib --enable-libxavs --extra-c
flags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopencore-
amrwb --enable-libvo-amrwbenc --enable-libschro
edinger --enable-libvpx --enable-libilbc
--prefix=/home/mcebuddy/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32
--enable-static --disable-shared --enable-libsoxr --enable-fontconfig
--enable-libass --enable-libutvideo --enable-libb
luray --enable-iconv --enable-libtwolame --extra-
cflags=-DLIBTWOLAME_STATIC --enable-libzvbi --enable-libcaca --enable-l
ibmodplug --extra-libs=-lstdc++ --extra-libs=-lpng --enable-libvidstab
--extra-cflags= --extra-cflags= --enable-nonfree
--enable-libfdk-aac --enable-libfaac --enable-runtime-cpudetect
libavutil 52. 80.100 / 52. 80.100
libavcodec 55. 60.103 / 55. 60.103
libavformat 55. 37.102 / 55. 37.102
libavdevice 55. 13.100 / 55. 13.100
libavfilter 4. 5.100 / 4. 5.100
libswscale 2. 6.100 / 2. 6.100
libswresample 0. 18.100 / 0. 18.100
libpostproc 52. 3.100 / 52. 3.100
[wtv @ 0274d800] truncated file
[wtv @ 0274d800] reported file length (0x31598f758) exceeds number of
available sectors (0x60000000)
[wtv @ 0274d800] truncated file
Last message repeated 2 times
[mjpeg @ 034d1660] overread 8
[mjpeg @ 034d1660] EOI missing, emulating
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] sps_id 0 out of range
[h264 @ 0274f400] non-existing PPS 0 referenced
[h264 @ 0274f400] decode_slice_header error
[h264 @ 0274f400] no frame!
[h264 @ 0274f400] mmco: unref short failure
Last message repeated 1 times
Input #0, wtv, from 'H264Fail.wtv':
Metadata:
WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74
WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000
Title : The Hunt for Red October
WM/SubTitleDescription: Moscow, Washington and a CIA analyst (Alec
Baldwin) track a renegade Soviet captain (Sean Co
nnery) and his new submarine.
genre : General;Movies;Action/Adventure;Action and
Adventure;Suspense
WM/OriginalReleaseTime: 1990
WM/MediaCredits : Sean Connery/Alec Baldwin/Scott Glenn/Sam
Neill/James Earl Jones/Joss Ackland/Richard Jordan/Peter
Firth/Tim Curry/Courtney B. Vance/Stellan Skarsgard/Jeffrey Jones/Fred
Dalton Thompson/Daniel Davis/Tomas Arana;John Mc
Tiernan;;
service_provider: IFCHD
service_name : IFC HD
WM/MediaNetworkAffiliation: Satellite
WM/MediaOriginalChannel: 734
WM/MediaOriginalChannelSubNumber: 0
WM/MediaOriginalBroadcastDateTime: 0001-01-01T00:00:00Z
WM/MediaOriginalRunTime: 110929638110
WM/MediaIsStereo: false
WM/MediaIsRepeat: false
WM/MediaIsLive : false
WM/MediaIsTape : false
WM/MediaIsDelay : false
WM/MediaIsSubtitled: false
WM/MediaIsMovie : true
WM/MediaIsPremiere: false
WM/MediaIsFinale: false
WM/MediaIsSAP : false
WM/MediaIsSport : false
WM/ParentalRating: ***+;PG;TV-PG
WM/ParentalRatingReason: Language;Violence
WM/Provider : MediaCenterDefault
WM/ProviderRating: ***+
WM/VideoClosedCaptioning: false
WM/WMRVEncodeTime: 2014-05-14 05:43:07
WM/WMRVServiceID: !MCService!185670540
WM/WMRVProgramID: !MCProgram!28397791
WM/WMRVRequestID: 0
WM/WMRVScheduleItemID: 0
WM/WMRVQuality : 3
WM/WMRVOriginalSoftPrePadding: 420
WM/WMRVOriginalSoftPostPadding: 180
WM/WMRVHardPrePadding: 4294966996
WM/WMRVHardPostPadding: 0
WM/WMRVATSCContent: false
WM/WMRVDTVContent: true
WM/WMRVHDContent: true
Duration : 110940175415
WM/WMRVEndTime : 2014-05-14 08:48:01
WM/WMRVBitrate : 9.553992
WM/WMRVKeepUntil: 4294967295
WM/WMRVActualSoftPrePadding: 412
WM/WMRVActualSoftPostPadding: 181
WM/WMRVContentProtected: false
WM/WMRVContentProtectedPercent: 0
WM/WMRVExpirationSpan: 9223372036854775807
WM/WMRVInBandRatingSystem: 255
WM/WMRVInBandRatingLevel: 255
WM/WMRVInBandRatingAttributes: 0
WM/WMRVWatched : false
Duration: 00:23:27.50, start: 1.691442, bitrate: 29 kb/s
Stream #0:0[0x1f]: Audio: ac3, 48000 Hz, stereo, fltp, 384 kb/s
Stream #0:1[0x20]: Video: h264 (Main), yuv420p(tv, bt709), 1920x1080
[SAR 1:1 DAR 16:9], 30.17 fps, 29.97 tbr, 10000
k tbn, 59.94 tbc
Stream #0:2[0xffffffff]: Video: mjpeg, yuvj420p(pc), 200x113 [SAR
96:96 DAR 200:113], 90k tbr, 90k tbn, 90k tbc
Metadata:
title : TV Thumbnail
Output #0, wtv, to 'test.wtv':
Metadata:
WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74
WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000
Title : The Hunt for Red October
WM/SubTitleDescription: Moscow, Washington and a CIA analyst (Alec
Baldwin) track a renegade Soviet captain (Sean Co
nnery) and his new submarine.
genre : General;Movies;Action/Adventure;Action and
Adventure;Suspense
WM/OriginalReleaseTime: 1990
WM/MediaCredits : Sean Connery/Alec Baldwin/Scott Glenn/Sam
Neill/James Earl Jones/Joss Ackland/Richard Jordan/Peter
Firth/Tim Curry/Courtney B. Vance/Stellan Skarsgard/Jeffrey Jones/Fred
Dalton Thompson/Daniel Davis/Tomas Arana;John Mc
Tiernan;;
service_provider: IFCHD
service_name : IFC HD
WM/MediaNetworkAffiliation: Satellite
WM/MediaOriginalChannel: 734
WM/MediaOriginalChannelSubNumber: 0
WM/MediaOriginalBroadcastDateTime: 0001-01-01T00:00:00Z
WM/MediaOriginalRunTime: 110929638110
WM/MediaIsStereo: false
WM/MediaIsRepeat: false
WM/MediaIsLive : false
WM/MediaIsTape : false
WM/MediaIsDelay : false
WM/MediaIsSubtitled: false
WM/MediaIsMovie : true
WM/MediaIsPremiere: false
WM/MediaIsFinale: false
WM/MediaIsSAP : false
WM/MediaIsSport : false
WM/ParentalRating: ***+;PG;TV-PG
WM/ParentalRatingReason: Language;Violence
WM/Provider : MediaCenterDefault
WM/ProviderRating: ***+
WM/VideoClosedCaptioning: false
WM/WMRVEncodeTime: 2014-05-14 05:43:07
WM/WMRVServiceID: !MCService!185670540
WM/WMRVProgramID: !MCProgram!28397791
WM/WMRVRequestID: 0
WM/WMRVScheduleItemID: 0
WM/WMRVQuality : 3
WM/WMRVOriginalSoftPrePadding: 420
WM/WMRVOriginalSoftPostPadding: 180
WM/WMRVHardPrePadding: 4294966996
WM/WMRVHardPostPadding: 0
WM/WMRVATSCContent: false
WM/WMRVDTVContent: true
WM/WMRVHDContent: true
Duration : 110940175415
WM/WMRVEndTime : 2014-05-14 08:48:01
WM/WMRVBitrate : 9.553992
WM/WMRVKeepUntil: 4294967295
WM/WMRVActualSoftPrePadding: 412
WM/WMRVActualSoftPostPadding: 181
WM/WMRVContentProtected: false
WM/WMRVContentProtectedPercent: 0
WM/WMRVExpirationSpan: 9223372036854775807
WM/WMRVInBandRatingSystem: 255
WM/WMRVInBandRatingLevel: 255
WM/WMRVInBandRatingAttributes: 0
WM/WMRVWatched : false
encoder : Lavf55.37.102
Stream #0:0: Video: h264 (H264 / 0x34363248), yuv420p, 1920x1080 [SAR
1:1 DAR 16:9], q=2-31, 30.17 fps, 10000k tbn,
29.97 tbc
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, 384
kb/s
Stream mapping:
Stream #0:1 -> #0:0 (copy)
Stream #0:0 -> #0:1 (copy)
Press [q] to stop, [?] for help
[wtv @ 035a6380] Non-monotonous DTS in output stream 0:0; previous:
22627500, current: 22460666; changing to 22627501. T
his may result in incorrect timestamps in the output file.
[wtv @ 035a6380] Non-monotonous DTS in output stream 0:0; previous:
22627501, current: 22627500; changing to 22627502. T
his may result in incorrect timestamps in the output file.
frame= 161 fps=0.0 q=-1.0 Lsize= 3636kB time=00:00:03.64
bitrate=8166.2kbits/s
video:3394kB audio:170kB subtitle:0kB other streams:0kB global headers:0kB
muxing overhead: 2.028030%
}}}
I don't think it's related to #3473. It only happens with some WTV files
that contain H.264 video.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3659>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
6
#11412: Encoded Date + Tagged Date
-------------------------------------+-------------------------------------
Reporter: Xafg | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Hi, I don't know if it's a bug but on the version of ffmpeg run on Windows
with the same command I remove Encoded Date + Tagged Date, however, the
same done on Linux does not remove Encoded Date + Tagged Date, I don't
know what the problem is?
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11412>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
1
#11410(ffmpeg:new): Can't convert hevc flv to mp4. Video codec (c) is not implemented error.
by FFmpeg 10 Jan '25
by FFmpeg 10 Jan '25
10 Jan '25
#11410: Can't convert hevc flv to mp4. Video codec (c) is not implemented error.
-------------------------------------+-------------------------------------
Reporter: robteny45 | Type: defect
Status: new | Priority: important
Component: ffmpeg | Version: 7.1
Keywords: flv Hevc | Blocked By:
h265 |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug: Hevc flv streams served by tiktok can't be converted
to mp4.
How to reproduce:
{{{
% ffmpeg -i codec_not_supported_error.flv -report -c copy output.mp4
ffmpeg version 7.1 Copyright (c) 2000-2024 the FFmpeg developers
built with Android (12470979, +pgo, +bolt, +lto, +mlgo, based on
r522817c) clang version 18.0.3 (https://android.googlesource.com/toolchain
/llvm-project d8003a456d14a3deb8054cdaa529ffbf02d9b262)
configuration: --arch=aarch64 --as=aarch64-linux-android-clang
--cc=aarch64-linux-android-clang --cxx=aarch64-linux-android-clang++ --nm
=llvm-nm --ar=llvm-ar --ranlib=llvm-ranlib --pkg-config=/home/builder
/.termux-build/_cache/android-r27c-api-24-v1/bin/pkg-config --strip=llvm-
strip --cross-prefix=aarch64-linux-android- --disable-indevs --disable-
outdevs --enable-indev=lavfi --disable-static --disable-symver --enable-
cross-compile --enable-gnutls --enable-gpl --enable-version3 --enable-jni
--enable-lcms2 --enable-libaom --enable-libass --enable-libbluray
--enable-libdav1d --enable-libfontconfig --enable-libfreetype --enable-
libfribidi --enable-libgme --enable-libharfbuzz --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenmpt
--enable-libopus --enable-librav1e --enable-librubberband --enable-libsoxr
--enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora
--enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvo-
amrwbenc --enable-libvorbis --ena libavutil 59. 39.100 / 59. 39.100
libavcodec 61. 19.100 / 61. 19.100
libavformat 61. 7.100 / 61. 7.100
libavdevice 61. 3.100 / 61. 3.100
libavfilter 10. 4.100 / 10. 4.100
libswscale 8. 3.100 / 8. 3.100
libswresample 5. 3.100 / 5. 3.100
libpostproc 58. 3.100 / 58. 3.100
Splitting the commandline.
Reading option '-i' ... matched as input url with argument
'codec_not_supported_error.flv'.
Reading option '-report' ... matched as option 'report' (generate a
report) with argument '1'.
Reading option '-c' ... matched as option 'c' (select encoder/decoder
('copy' to copy stream without reencoding)) with argument 'copy'.
Reading option 'output.mp4' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url codec_not_supported_error.flv.
Successfully parsed a group of options.
Opening an input file: codec_not_supported_error.flv.
[AVFormatContext @ 0x7150eaf280] Opening 'codec_not_supported_error.flv'
for reading
[file @ 0x7150e27800] Setting default whitelist 'file,crypto,data'
[flv @ 0x7150eaf280] Format flv probed with size=2048 and score=100
[flv @ 0x7150eaf280] Before avformat_find_stream_info() pos: 13 bytes
read:32768 seeks:0 nb_streams:0
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
Transform tree:
mdct_inv_float_c - type: mdct_float, len: 64, factors[2]: [2, any],
flags: [unaligned, out_of_place, inv_only]
fft32_ns_float_neon - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
Transform tree:
mdct_inv_float_c - type: mdct_float, len: 64, factors[2]: [2, any],
flags: [unaligned, out_of_place, inv_only]
fft32_ns_float_neon - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
Transform tree:
mdct_pfa_3xM_inv_float_c - type: mdct_float, len: 96, factors[2]: [3,
any], flags: [unaligned, out_of_place, inv_only]
fft16_ns_float_neon - type: fft_float, len: 16, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
Transform tree:
mdct_pfa_15xM_inv_float_c - type: mdct_float, len: 120, factors[2]:
[15, any], flags: [unaligned, out_of_place, inv_only]
fft4_fwd_float_neon - type: fft_float, len: 4, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
Transform tree:
mdct_inv_float_c - type: mdct_float, len: 128, factors[2]: [2, any],
flags: [unaligned, out_of_place, inv_only]
fft_sr_ns_float_neon - type: fft_float, len: 64, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
Transform tree:
mdct_pfa_15xM_inv_float_c - type: mdct_float, len: 480, factors[2]:
[15, any], flags: [unaligned, out_of_place, inv_only]
fft16_ns_float_neon - type: fft_float, len: 16, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
Transform tree:
mdct_inv_float_c - type: mdct_float, len: 512, factors[2]: [2, any],
flags: [unaligned, out_of_place, inv_only]
fft_sr_ns_float_neon - type: fft_float, len: 256, factor: 2,
flags: [aligned, inplace, out_of_place, preshuf]
Transform tree:
mdct_pfa_3xM_inv_float_c - type: mdct_float, len: 768, factors[2]: [3,
any], flags: [unaligned, out_of_place, inv_only]
fft_sr_ns_float_neon - type: fft_float, len: 128, factor: 2,
flags: [aligned, inplace, out_of_place, preshuf]
Transform tree:
mdct_pfa_15xM_inv_float_c - type: mdct_float, len: 960, factors[2]:
[15, any], flags: [unaligned, out_of_place, inv_only]
fft32_ns_float_neon - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
Transform tree:
mdct_inv_float_c - type: mdct_float, len: 1024, factors[2]: [2, any],
flags: [unaligned, out_of_place, inv_only]
fft_sr_ns_float_neon - type: fft_float, len: 512, factor: 2,
flags: [aligned, inplace, out_of_place, preshuf]
Transform tree:
mdct_fwd_float_c - type: mdct_float, len: 1024, factors[2]: [2, any],
flags: [unaligned, out_of_place, fwd_only]
fft_sr_ns_float_neon - type: fft_float, len: 512, factor: 2,
flags: [aligned, inplace, out_of_place, preshuf]
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Video codec (c) 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.
[flv @ 0x7150eaf280] 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(a)ffmpeg.org)
[flv @ 0x7150eaf280] Packet corrupt (stream = 1, dts = 7018266).
[flv @ 0x7150eaf280] rfps: 29.833333 0.009652
[flv @ 0x7150eaf280] rfps: 29.916667 0.002468
[flv @ 0x7150eaf280] rfps: 29.916667 0.002468
[flv @ 0x7150eaf280] rfps: 30.000000 0.000067
[flv @ 0x7150eaf280] rfps: 60.000000 0.000269
[flv @ 0x7150eaf280] rfps: 60.000000 0.000269
[flv @ 0x7150eaf280] rfps: 120.000000 0.001075
[flv @ 0x7150eaf280] rfps: 120.000000 0.001075
[flv @ 0x7150eaf280] rfps: 240.000000 0.004300
[flv @ 0x7150eaf280] rfps: 240.000000 0.004300
[flv @ 0x7150eaf280] rfps: 29.970030 0.000380
[flv @ 0x7150eaf280] rfps: 29.970030 0.000380
[flv @ 0x7150eaf280] rfps: 59.940060 0.001519
[flv @ 0x7150eaf280] rfps: 59.940060 0.001519
[flv @ 0x7150eaf280] Could not find codec parameters for stream 1 (Video:
none ([12][0][0][0] / 0x000C), none, 6553 kb/s): unknown codec
Consider increasing the value for the 'analyzeduration' (0) and
'probesize' (5000000) options
[flv @ 0x7150eaf280] After avformat_find_stream_info() pos: 1921561 bytes
read:1953392 seeks:2 frames:149
Input #0, flv, from 'codec_not_supported_error.flv':
Metadata:
os_version : 10.0.26100.2605
Encoder : bytedmediasdk:soDIQcJ2G4hG/EpwyqrAAg==
audiochannels : 2
fileSize : 0
link_info : n.br-ym4h6j.xqsq_78603,n.us-fortto.w3ql_2871232,n
.us-fortto.mi7e_324231,n.us-ujgrr9.hsns_447628,n.us-ujgrr9.xzh5_2389600,n
.fr-okz8i5.wp1i_45797,n.fr-okz8i5.vk09_42911,n.nl-heywjn.ht4o_18831,n.nl-
heywjn.etk6_46098
default_bitrate : 6400
platform : windows
publish_time_stamp: 1736526110
fp_dispatch_expr_tag:
interval : 60
model : 64-bit
sdk_version : 10.7.1.6
stream_id : push-
rtmp-f5-va01.tiktokcdn.com:game:stream-2998840055655301208
max_bitrate : 7400
is_hardware_encode: true
min_bitrate : 6400
Duration: 00:00:00.00, start: 0.000000, bitrate: N/A
Stream #0:0, 87, 1/1000: Audio: aac (LC), 48000 Hz, stereo, fltp, 262
kb/s
Stream #0:1, 62, 1/1000: Video: none ([12][0][0][0] / 0x000C), none,
6553 kb/s, 30 fps, 30 tbr, 1k tbn
Successfully opened the file.
Parsing a group of options: output url output.mp4.
Applying option c (select encoder/decoder ('copy' to copy stream without
reencoding)) with argument copy.
Successfully parsed a group of options.
Opening an output file: output.mp4.
[out#0/mp4 @ 0x7150edeac0] No explicit maps, mapping streams
automatically...
[vost#0:0/copy @ 0x7150ee2300] Created video stream from input stream 0:1
[aost#0:1/copy @ 0x7150395100] Created audio stream from input stream 0:0
[file @ 0x7150e398a0] Setting default whitelist 'file,crypto,data'
Successfully opened the file.
Stream mapping:
Stream #0:1 -> #0:0 (copy)
Stream #0:0 -> #0:1 (copy)
[mp4 @ 0x7150eb2700] dimensions not set
[out#0/mp4 @ 0x7150edeac0] Could not write header (incorrect codec
parameters ?): Invalid argument
[AVIOContext @ 0x7150ece780] Statistics: 0 bytes written, 0 seeks, 0
writeouts
[AVIOContext @ 0x7150ece500] Statistics: 1953392 bytes read, 2 seeks
Conversion failed!
}}}
Full, uncut console output provided by ffmpeg -v 9 -loglevel 99 -i:
{{{
$ ffmpeg -v 9 -loglevel 99 -report -i codec_not_supported_error.flv
ffmpeg version 7.1 Copyright (c) 2000-2024 the FFmpeg developers
built with Android (12470979, +pgo, +bolt, +lto, +mlgo, based on
r522817c) clang version 18.0.3 (https://android.googlesource.com/toolchain
/llvm-project d8003a456d14a3deb8054cdaa529ffbf02d9b262)
configuration: --arch=aarch64 --as=aarch64-linux-android-clang
--cc=aarch64-linux-android-clang --cxx=aarch64-linux-android-clang++ --nm
=llvm-nm --ar=llvm-ar --ranlib=llvm-ranlib --pkg-config=/home/builder
/.termux-build/_cache/android-r27c-api-24-v1/bin/pkg-config --strip=llvm-
strip --cross-prefix=aarch64-linux-android- --disable-indevs --disable-
outdevs --enable-indev=lavfi --disable-static --disable-symver --enable-
cross-compile --enable-gnutls --enable-gpl --enable-version3 --enable-jni
--enable-lcms2 --enable-libaom --enable-libass --enable-libbluray
--enable-libdav1d --enable-libfontconfig --enable-libfreetype --enable-
libfribidi --enable-libgme --enable-libharfbuzz --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenmpt
--enable-libopus --enable-librav1e --enable-librubberband --enable-libsoxr
--enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora
--enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvo-
amrwbenc --enable-libvorbis --ena libavutil 59. 39.100 / 59. 39.100
libavcodec 61. 19.100 / 61. 19.100
libavformat 61. 7.100 / 61. 7.100
libavdevice 61. 3.100 / 61. 3.100
libavfilter 10. 4.100 / 10. 4.100
libswscale 8. 3.100 / 8. 3.100
libswresample 5. 3.100 / 5. 3.100
libpostproc 58. 3.100 / 58. 3.100
Splitting the commandline.
Reading option '-v' ... matched as option 'v' (set logging level) with
argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging
level) with argument '99'.
Reading option '-report' ... matched as option 'report' (generate a
report) with argument '1'.
Reading option '-i' ... matched as input url with argument
'codec_not_supported_error.flv'.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option v (set logging level) with argument 9.
Applying option loglevel (set logging level) with argument 99.
Applying option report (generate a report) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url codec_not_supported_error.flv.
Successfully parsed a group of options.
Opening an input file: codec_not_supported_error.flv.
[AVFormatContext @ 0x6fef6af280] Opening 'codec_not_supported_error.flv'
for reading
[file @ 0x6fef627800] Setting default whitelist 'file,crypto,data'
Probing flv score:100 size:2048
[flv @ 0x6fef6af280] Format flv probed with size=2048 and score=100
[flv @ 0x6fef6af280] Before avformat_find_stream_info() pos: 13 bytes
read:32768 seeks:0 nb_streams:0
[flv @ 0x6fef6af280] type:18, size:901, last:-1, dts:0 pos:21
[flv @ 0x6fef6af280] type:8, size:7, last:-1, dts:0 pos:937
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:136, last:-1, dts:0 pos:959
[flv @ 0x6fef6af280] 0 1C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:9, size:301123, last:-1, dts:7016266 pos:1110
[flv @ 0x6fef6af280] 0 1C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:9, size:43310, last:-1, dts:7016300 pos:302248
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:9, size:7202, last:-1, dts:7016333 pos:345573
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:9, size:8890, last:-1, dts:7016366 pos:352790
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:9, size:8858, last:-1, dts:7016400 pos:361695
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:652, last:-1, dts:7016320 pos:370568
[flv @ 0x6fef6af280] 1 AF 0
For transform of length 64, inverse, mdct_float, flags: [aligned,
out_of_place], found 2 matches:
1: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
2: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 32, inverse, fft_float, flags: [aligned, inplace,
preshuf], found 3 matches:
1: fft32_ns_float_neon - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf], prio: 352
2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7,
5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio:
112
3: fft32_ns_float_c - type: fft_float, len: 32, factor: 2, flags:
[unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
mdct_inv_float_c - type: mdct_float, len: 64, factors[2]: [2, any],
flags: [unaligned, out_of_place, inv_only]
fft32_ns_float_neon - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
For transform of length 64, inverse, mdct_float, flags: [aligned,
out_of_place], found 2 matches:
1: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
2: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 32, inverse, fft_float, flags: [aligned, inplace,
preshuf], found 3 matches:
1: fft32_ns_float_neon - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf], prio: 352
2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7,
5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio:
112
3: fft32_ns_float_c - type: fft_float, len: 32, factor: 2, flags:
[unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
mdct_inv_float_c - type: mdct_float, len: 64, factors[2]: [2, any],
flags: [unaligned, out_of_place, inv_only]
fft32_ns_float_neon - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
For transform of length 96, inverse, mdct_float, flags: [aligned,
out_of_place], found 3 matches:
1: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, ∞],
factors[2]: [3, any], flags: [unaligned, out_of_place, inv_only], prio:
112
2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 16, inverse, fft_float, flags: [aligned, inplace,
preshuf], found 3 matches:
1: fft16_ns_float_neon - type: fft_float, len: 16, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf], prio: 352
2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7,
5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio:
112
3: fft16_ns_float_c - type: fft_float, len: 16, factor: 2, flags:
[unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
mdct_pfa_3xM_inv_float_c - type: mdct_float, len: 96, factors[2]: [3,
any], flags: [unaligned, out_of_place, inv_only]
fft16_ns_float_neon - type: fft_float, len: 16, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
For transform of length 120, inverse, mdct_float, flags: [aligned,
out_of_place], found 5 matches:
1: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, ∞],
factors[2]: [15, any], flags: [unaligned, out_of_place, inv_only], prio:
304
2: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, ∞],
factors[2]: [5, any], flags: [unaligned, out_of_place, inv_only], prio:
144
3: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, ∞],
factors[2]: [3, any], flags: [unaligned, out_of_place, inv_only], prio:
112
4: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
5: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 4, inverse, fft_float, flags: [aligned, inplace,
preshuf], found 2 matches:
1: fft4_fwd_float_neon - type: fft_float, len: 4, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf], prio: 352
2: fft4_ns_float_c - type: fft_float, len: 4, factor: 2, flags:
[unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
mdct_pfa_15xM_inv_float_c - type: mdct_float, len: 120, factors[2]:
[15, any], flags: [unaligned, out_of_place, inv_only]
fft4_fwd_float_neon - type: fft_float, len: 4, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
For transform of length 128, inverse, mdct_float, flags: [aligned,
out_of_place], found 2 matches:
1: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
2: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 64, inverse, fft_float, flags: [aligned, inplace,
preshuf], found 3 matches:
1: fft_sr_ns_float_neon - type: fft_float, len: [64, 131072], factor:
2, flags: [aligned, inplace, out_of_place, preshuf], prio: 288
2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7,
5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio:
112
3: fft64_ns_float_c - type: fft_float, len: 64, factor: 2, flags:
[unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
mdct_inv_float_c - type: mdct_float, len: 128, factors[2]: [2, any],
flags: [unaligned, out_of_place, inv_only]
fft_sr_ns_float_neon - type: fft_float, len: 64, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
For transform of length 480, inverse, mdct_float, flags: [aligned,
out_of_place], found 5 matches:
1: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, ∞],
factors[2]: [15, any], flags: [unaligned, out_of_place, inv_only], prio:
304
2: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, ∞],
factors[2]: [5, any], flags: [unaligned, out_of_place, inv_only], prio:
144
3: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, ∞],
factors[2]: [3, any], flags: [unaligned, out_of_place, inv_only], prio:
112
4: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
5: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 16, inverse, fft_float, flags: [aligned, inplace,
preshuf], found 3 matches:
1: fft16_ns_float_neon - type: fft_float, len: 16, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf], prio: 352
2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7,
5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio:
112
3: fft16_ns_float_c - type: fft_float, len: 16, factor: 2, flags:
[unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
mdct_pfa_15xM_inv_float_c - type: mdct_float, len: 480, factors[2]:
[15, any], flags: [unaligned, out_of_place, inv_only]
fft16_ns_float_neon - type: fft_float, len: 16, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
For transform of length 512, inverse, mdct_float, flags: [aligned,
out_of_place], found 2 matches:
1: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
2: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 256, inverse, fft_float, flags: [aligned, inplace,
preshuf], found 3 matches:
1: fft_sr_ns_float_neon - type: fft_float, len: [64, 131072], factor:
2, flags: [aligned, inplace, out_of_place, preshuf], prio: 288
2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7,
5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio:
112
3: fft256_ns_float_c - type: fft_float, len: 256, factor: 2, flags:
[unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
mdct_inv_float_c - type: mdct_float, len: 512, factors[2]: [2, any],
flags: [unaligned, out_of_place, inv_only]
fft_sr_ns_float_neon - type: fft_float, len: 256, factor: 2,
flags: [aligned, inplace, out_of_place, preshuf]
For transform of length 768, inverse, mdct_float, flags: [aligned,
out_of_place], found 3 matches:
1: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, ∞],
factors[2]: [3, any], flags: [unaligned, out_of_place, inv_only], prio:
112
2: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
3: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 128, inverse, fft_float, flags: [aligned, inplace,
preshuf], found 3 matches:
1: fft_sr_ns_float_neon - type: fft_float, len: [64, 131072], factor:
2, flags: [aligned, inplace, out_of_place, preshuf], prio: 288
2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7,
5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio:
112
3: fft128_ns_float_c - type: fft_float, len: 128, factor: 2, flags:
[unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
mdct_pfa_3xM_inv_float_c - type: mdct_float, len: 768, factors[2]: [3,
any], flags: [unaligned, out_of_place, inv_only]
fft_sr_ns_float_neon - type: fft_float, len: 128, factor: 2,
flags: [aligned, inplace, out_of_place, preshuf]
For transform of length 960, inverse, mdct_float, flags: [aligned,
out_of_place], found 5 matches:
1: mdct_pfa_15xM_inv_float_c - type: mdct_float, len: [30, ∞],
factors[2]: [15, any], flags: [unaligned, out_of_place, inv_only], prio:
304
2: mdct_pfa_5xM_inv_float_c - type: mdct_float, len: [10, ∞],
factors[2]: [5, any], flags: [unaligned, out_of_place, inv_only], prio:
144
3: mdct_pfa_3xM_inv_float_c - type: mdct_float, len: [6, ∞],
factors[2]: [3, any], flags: [unaligned, out_of_place, inv_only], prio:
112
4: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
5: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 32, inverse, fft_float, flags: [aligned, inplace,
preshuf], found 3 matches:
1: fft32_ns_float_neon - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf], prio: 352
2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7,
5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio:
112
3: fft32_ns_float_c - type: fft_float, len: 32, factor: 2, flags:
[unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
mdct_pfa_15xM_inv_float_c - type: mdct_float, len: 960, factors[2]:
[15, any], flags: [unaligned, out_of_place, inv_only]
fft32_ns_float_neon - type: fft_float, len: 32, factor: 2, flags:
[aligned, inplace, out_of_place, preshuf]
For transform of length 1024, inverse, mdct_float, flags: [aligned,
out_of_place], found 2 matches:
1: mdct_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2,
any], flags: [unaligned, out_of_place, inv_only], prio: 96
2: mdct_naive_inv_float_c - type: mdct_float, len: [2, ∞], factors[2]:
[2, any], flags: [unaligned, out_of_place, inv_only], prio: -130976
For transform of length 512, inverse, fft_float, flags: [aligned, inplace,
preshuf], found 3 matches:
1: fft_sr_ns_float_neon - type: fft_float, len: [64, 131072], factor:
2, flags: [aligned, inplace, out_of_place, preshuf], prio: 288
2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7,
5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio:
112
3: fft512_ns_float_c - type: fft_float, len: 512, factor: 2, flags:
[unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
mdct_inv_float_c - type: mdct_float, len: 1024, factors[2]: [2, any],
flags: [unaligned, out_of_place, inv_only]
fft_sr_ns_float_neon - type: fft_float, len: 512, factor: 2,
flags: [aligned, inplace, out_of_place, preshuf]
For transform of length 1024, forward, mdct_float, flags: [aligned,
out_of_place], found 2 matches:
1: mdct_fwd_float_c - type: mdct_float, len: [2, ∞], factors[2]: [2,
any], flags: [unaligned, out_of_place, fwd_only], prio: 96
2: mdct_naive_fwd_float_c - type: mdct_float, len: [2, ∞], factors[2]:
[2, any], flags: [unaligned, out_of_place, fwd_only], prio: -130976
For transform of length 512, forward, fft_float, flags: [aligned, inplace,
preshuf], found 3 matches:
1: fft_sr_ns_float_neon - type: fft_float, len: [64, 131072], factor:
2, flags: [aligned, inplace, out_of_place, preshuf], prio: 288
2: fft_pfa_ns_float_c - type: fft_float, len: [6, ∞], factors[2]: [7,
5, 3, 2, any], flags: [unaligned, inplace, out_of_place, preshuf], prio:
112
3: fft512_ns_float_c - type: fft_float, len: 512, factor: 2, flags:
[unaligned, inplace, out_of_place, preshuf], prio: 96
Transform tree:
mdct_fwd_float_c - type: mdct_float, len: 1024, factors[2]: [2, any],
flags: [unaligned, out_of_place, fwd_only]
fft_sr_ns_float_neon - type: fft_float, len: 512, factor: 2,
flags: [aligned, inplace, out_of_place, preshuf]
[flv @ 0x6fef6af280] type:9, size:40038, last:-1, dts:7016433 pos:371235
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:633, last:-1, dts:7016341 pos:411288
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:677, last:-1, dts:7016362 pos:411936
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:8276, last:-1, dts:7016466 pos:412628
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:658, last:-1, dts:7016384 pos:420919
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:8459, last:-1, dts:7016500 pos:421592
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:647, last:-1, dts:7016405 pos:430066
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:708, last:-1, dts:7016426 pos:430728
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:8481, last:-1, dts:7016533 pos:431451
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:733, last:-1, dts:7016448 pos:439947
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:44387, last:-1, dts:7016566 pos:440695
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:776, last:-1, dts:7016469 pos:485097
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:901, last:-1, dts:7016490 pos:485888
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:9056, last:-1, dts:7016600 pos:486804
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:867, last:-1, dts:7016512 pos:495875
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:9122, last:-1, dts:7016633 pos:496757
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:483, last:-1, dts:7016533 pos:505894
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:564, last:-1, dts:7016554 pos:506392
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:9126, last:-1, dts:7016666 pos:506971
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:855, last:-1, dts:7016576 pos:516112
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:759, last:-1, dts:7016597 pos:516982
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:38401, last:-1, dts:7016700 pos:517756
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:885, last:-1, dts:7016618 pos:556172
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:8374, last:-1, dts:7016733 pos:557072
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:472, last:-1, dts:7016640 pos:565461
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:542, last:-1, dts:7016661 pos:565948
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:8093, last:-1, dts:7016766 pos:566505
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:596, last:-1, dts:7016682 pos:574613
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:533, last:-1, dts:7016800 pos:575224
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:603, last:-1, dts:7016704 pos:575772
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:572, last:-1, dts:7016725 pos:576390
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:46773, last:-1, dts:7016833 pos:576977
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:657, last:-1, dts:7016746 pos:623765
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:10114, last:-1, dts:7016866 pos:624437
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:654, last:-1, dts:7016768 pos:634566
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:683, last:-1, dts:7016789 pos:635235
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:10091, last:-1, dts:7016900 pos:635933
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:687, last:-1, dts:7016810 pos:646039
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:692, last:-1, dts:7016832 pos:646741
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:9786, last:-1, dts:7016933 pos:647448
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:766, last:-1, dts:7016853 pos:657249
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:48254, last:-1, dts:7016966 pos:658030
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:713, last:-1, dts:7016874 pos:706299
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:685, last:-1, dts:7016896 pos:707027
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:557, last:-1, dts:7017000 pos:707727
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:626, last:-1, dts:7016917 pos:708299
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:10336, last:-1, dts:7017033 pos:708940
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:614, last:-1, dts:7016938 pos:719291
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:588, last:-1, dts:7016960 pos:719920
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:10482, last:-1, dts:7017066 pos:720523
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:591, last:-1, dts:7016981 pos:731020
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:54292, last:-1, dts:7017100 pos:731626
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:696, last:-1, dts:7017002 pos:785933
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:714, last:-1, dts:7017024 pos:786644
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:10204, last:-1, dts:7017133 pos:787373
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:606, last:-1, dts:7017045 pos:797592
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:10444, last:-1, dts:7017166 pos:798213
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:644, last:-1, dts:7017066 pos:808672
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:528, last:-1, dts:7017088 pos:809331
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:10327, last:-1, dts:7017200 pos:809874
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:652, last:-1, dts:7017109 pos:820216
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:670, last:-1, dts:7017130 pos:820883
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:66970, last:-1, dts:7017233 pos:821568
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:635, last:-1, dts:7017152 pos:888553
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:11743, last:-1, dts:7017266 pos:889203
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:554, last:-1, dts:7017173 pos:900961
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:720, last:-1, dts:7017194 pos:901530
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:14728, last:-1, dts:7017300 pos:902265
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:802, last:-1, dts:7017216 pos:917008
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:14743, last:-1, dts:7017333 pos:917825
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:707, last:-1, dts:7017237 pos:932583
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:612, last:-1, dts:7017258 pos:933305
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:71713, last:-1, dts:7017366 pos:933932
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:539, last:-1, dts:7017280 pos:1005660
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:18024, last:-1, dts:7017400 pos:1006214
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:493, last:-1, dts:7017301 pos:1024253
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:637, last:-1, dts:7017322 pos:1024761
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:18740, last:-1, dts:7017433 pos:1025413
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:709, last:-1, dts:7017344 pos:1044168
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:626, last:-1, dts:7017365 pos:1044892
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:471, last:-1, dts:7017466 pos:1045533
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:687, last:-1, dts:7017386 pos:1046019
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:76969, last:-1, dts:7017500 pos:1046721
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:697, last:-1, dts:7017408 pos:1123705
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:684, last:-1, dts:7017429 pos:1124417
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:24739, last:-1, dts:7017533 pos:1125116
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:694, last:-1, dts:7017450 pos:1149870
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:20615, last:-1, dts:7017566 pos:1150579
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:724, last:-1, dts:7017472 pos:1171209
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:579, last:-1, dts:7017493 pos:1171948
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:17271, last:-1, dts:7017600 pos:1172542
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:502, last:-1, dts:7017514 pos:1189828
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:79647, last:-1, dts:7017633 pos:1190345
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:546, last:-1, dts:7017536 pos:1270007
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:939, last:-1, dts:7017557 pos:1270568
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:16616, last:-1, dts:7017666 pos:1271522
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:735, last:-1, dts:7017578 pos:1288153
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:16704, last:-1, dts:7017700 pos:1288903
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:768, last:-1, dts:7017600 pos:1305622
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:580, last:-1, dts:7017621 pos:1306405
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:19961, last:-1, dts:7017733 pos:1307000
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:650, last:-1, dts:7017642 pos:1326976
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:595, last:-1, dts:7017664 pos:1327641
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:74723, last:-1, dts:7017766 pos:1328251
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:689, last:-1, dts:7017685 pos:1402989
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:18666, last:-1, dts:7017800 pos:1403693
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:706, last:-1, dts:7017706 pos:1422374
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:754, last:-1, dts:7017728 pos:1423095
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:20739, last:-1, dts:7017833 pos:1423864
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:870, last:-1, dts:7017749 pos:1444618
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:20952, last:-1, dts:7017866 pos:1445503
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:914, last:-1, dts:7017770 pos:1466470
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:861, last:-1, dts:7017792 pos:1467399
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:49897, last:-1, dts:7017900 pos:1468275
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:543, last:-1, dts:7017813 pos:1518187
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:15951, last:-1, dts:7017933 pos:1518745
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:481, last:-1, dts:7017834 pos:1534711
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:545, last:-1, dts:7017856 pos:1535207
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:15661, last:-1, dts:7017966 pos:1535767
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:765, last:-1, dts:7017877 pos:1551443
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:555, last:-1, dts:7017898 pos:1552223
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:13928, last:-1, dts:7018000 pos:1552793
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:728, last:-1, dts:7017920 pos:1566736
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:51198, last:-1, dts:7018033 pos:1567479
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:830, last:-1, dts:7017941 pos:1618692
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:617, last:-1, dts:7017962 pos:1619537
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:15504, last:-1, dts:7018066 pos:1620169
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:689, last:-1, dts:7017984 pos:1635688
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:16865, last:-1, dts:7018100 pos:1636392
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:621, last:-1, dts:7018005 pos:1653272
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:595, last:-1, dts:7018026 pos:1653908
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:16507, last:-1, dts:7018133 pos:1654518
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:616, last:-1, dts:7018048 pos:1671040
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:47915, last:-1, dts:7018166 pos:1671671
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:546, last:-1, dts:7018069 pos:1719601
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:688, last:-1, dts:7018090 pos:1720162
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:17663, last:-1, dts:7018200 pos:1720865
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:1003, last:-1, dts:7018112 pos:1738543
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:16359, last:-1, dts:7018233 pos:1739561
[flv @ 0x6fef6af280] 0 2C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] type:8, size:870, last:-1, dts:7018133 pos:1755935
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:8, size:878, last:-1, dts:7018154 pos:1756820
[flv @ 0x6fef6af280] 1 AF 0
[flv @ 0x6fef6af280] type:9, size:269050, last:-1, dts:7018266 pos:1757713
[flv @ 0x6fef6af280] 0 1C 0
[flv @ 0x6fef6af280] Video codec (c) 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.
[flv @ 0x6fef6af280] 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(a)ffmpeg.org)
[flv @ 0x6fef6af280] Packet corrupt (stream = 1, dts = 7018266).
[flv @ 0x6fef6af280] type:0, size:0, last:-1, dts:0 pos:1921561
[flv @ 0x6fef6af280] rfps: 29.833333 0.009652
[flv @ 0x6fef6af280] rfps: 29.916667 0.002468
[flv @ 0x6fef6af280] rfps: 29.916667 0.002468
[flv @ 0x6fef6af280] rfps: 30.000000 0.000067
[flv @ 0x6fef6af280] rfps: 60.000000 0.000269
[flv @ 0x6fef6af280] rfps: 60.000000 0.000269
[flv @ 0x6fef6af280] rfps: 120.000000 0.001075
[flv @ 0x6fef6af280] rfps: 120.000000 0.001075
[flv @ 0x6fef6af280] rfps: 240.000000 0.004300
[flv @ 0x6fef6af280] rfps: 240.000000 0.004300
[flv @ 0x6fef6af280] rfps: 29.970030 0.000380
[flv @ 0x6fef6af280] rfps: 29.970030 0.000380
[flv @ 0x6fef6af280] rfps: 59.940060 0.001519
[flv @ 0x6fef6af280] rfps: 59.940060 0.001519
[flv @ 0x6fef6af280] stream 0: start_time: 7016.32 duration: NOPTS
[flv @ 0x6fef6af280] stream 1: start_time: 0 duration: NOPTS
[flv @ 0x6fef6af280] format: start_time: 0 duration: 0 (estimate from
stream) bitrate=0 kb/s
[flv @ 0x6fef6af280] Could not find codec parameters for stream 1 (Video:
none, 1 reference frame ([12][0][0][0] / 0x000C), none, 6553 kb/s):
unknown codec
Consider increasing the value for the 'analyzeduration' (0) and
'probesize' (5000000) options
[flv @ 0x6fef6af280] After avformat_find_stream_info() pos: 1921561 bytes
read:1953392 seeks:2 frames:149
Input #0, flv, from 'codec_not_supported_error.flv':
Metadata:
os_version : 10.0.26100.2605
Encoder : bytedmediasdk:soDIQcJ2G4hG/EpwyqrAAg==
audiochannels : 2
fileSize : 0
link_info : n.br-ym4h6j.xqsq_78603,n.us-fortto.w3ql_2871232,n
.us-fortto.mi7e_324231,n.us-ujgrr9.hsns_447628,n.us-ujgrr9.xzh5_2389600,n
.fr-okz8i5.wp1i_45797,n.fr-okz8i5.vk09_42911,n.nl-heywjn.ht4o_18831,n.nl-
heywjn.etk6_46098
default_bitrate : 6400
platform : windows
publish_time_stamp: 1736526110
fp_dispatch_expr_tag:
interval : 60
model : 64-bit
sdk_version : 10.7.1.6
stream_id : push-
rtmp-f5-va01.tiktokcdn.com:game:stream-2998840055655301208
max_bitrate : 7400
is_hardware_encode: true
min_bitrate : 6400
Duration: 00:00:00.00, start: 0.000000, bitrate: N/A
Stream #0:0, 87, 1/1000: Audio: aac (LC), 48000 Hz, stereo, fltp, 262
kb/s
Stream #0:1, 62, 1/1000: Video: none, 1 reference frame ([12][0][0][0] /
0x000C), none, 6553 kb/s, 30 fps, 30 tbr, 1k tbn
Successfully opened the file.
At least one output file must be specified
[AVIOContext @ 0x6fef6ce500] Statistics: 1953392 bytes read, 2 seeks
}}}
I tried with different hevc flv streams and different ffmpeg versions to
no avail.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11410>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
4
#11409(ffmpeg:new): Using -af and -vf with non-exhistant filter succeeds if input lacks required stream type
by FFmpeg 09 Jan '25
by FFmpeg 09 Jan '25
09 Jan '25
#11409: Using -af and -vf with non-exhistant filter succeeds if input lacks
required stream type
-------------------------------------+-------------------------------------
Reporter: Wes Castro | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version:
| unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
When invoking the FFmpeg binary with `-af` of `-vf` followed by a filter
that doesn't exist (for example `not_a_filter`) it silently ignores the
error and succeeds as if the option wasn't passed in if the input has no
streams of the required type. For example, if an audio input is used and
`-vf not_a_filter` is passed in, it succeeds. Similarly, if a video input
is used and `-af not_a_filter` is passed in it will also succeed.
Note that with `-filter_complex` it seems to always fail if a filter isn't
found regardless of input type.
How to reproduce:
Audio input with `-vf`:
{{{
./ffmpeg -f lavfi -i sine=frequency=1000:duration=1 -vf not_a_filter -f
null -
ffmpeg version N-118273-g251de1791e Copyright (c) 2000-2025 the FFmpeg
developers
built with gcc 11 (GCC)
configuration: --enable-gpl
libavutil 59. 54.101 / 59. 54.101
libavcodec 61. 31.100 / 61. 31.100
libavformat 61. 9.104 / 61. 9.104
libavdevice 61. 4.100 / 61. 4.100
libavfilter 10. 6.101 / 10. 6.101
libswscale 8. 13.100 / 8. 13.100
libswresample 5. 4.100 / 5. 4.100
libpostproc 58. 4.100 / 58. 4.100
[out @ 0x2fd9b80] The "sample_fmts" option is deprecated: set the
supported sample formats
[out @ 0x2fd9b80] The "all_channel_counts" option is deprecated: accept
all channel counts
Input #0, lavfi, from 'sine=frequency=1000:duration=1':
Duration: N/A, start: 0.000000, bitrate: 705 kb/s
Stream #0:0: Audio: pcm_s16le, 44100 Hz, mono, s16, 705 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (pcm_s16le (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
Output #0, null, to 'pipe:':
Metadata:
encoder : Lavf61.9.104
Stream #0:0: Audio: pcm_s16le, 44100 Hz, mono, s16, 705 kb/s
Metadata:
encoder : Lavc61.31.100 pcm_s16le
[out#0/null @ 0x2fddfc0] video:0KiB audio:86KiB subtitle:0KiB other
streams:0KiB global headers:0KiB muxing overhead: unknown
size=N/A time=00:00:01.00 bitrate=N/A speed= 351x
}}}
Video input with `-af`:
{{{
./ffmpeg -f lavfi -i testsrc -t 10 -af not_a_filter -f null -
ffmpeg version N-118273-g251de1791e Copyright (c) 2000-2025 the FFmpeg
developers
built with gcc 11 (GCC)
configuration: --enable-gpl
libavutil 59. 54.101 / 59. 54.101
libavcodec 61. 31.100 / 61. 31.100
libavformat 61. 9.104 / 61. 9.104
libavdevice 61. 4.100 / 61. 4.100
libavfilter 10. 6.101 / 10. 6.101
libswscale 8. 13.100 / 8. 13.100
libswresample 5. 4.100 / 5. 4.100
libpostproc 58. 4.100 / 58. 4.100
Input #0, lavfi, from 'testsrc':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: wrapped_avframe, rgb24, 320x240 [SAR 1:1 DAR 4:3],
25 fps, 25 tbr, 25 tbn
Stream mapping:
Stream #0:0 -> #0:0 (wrapped_avframe (native) -> wrapped_avframe
(native))
Press [q] to stop, [?] for help
Output #0, null, to 'pipe:':
Metadata:
encoder : Lavf61.9.104
Stream #0:0: Video: wrapped_avframe, rgb24(pc, gbr/unknown/unknown,
progressive), 320x240 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 25 fps, 25 tbn
Metadata:
encoder : Lavc61.31.100 wrapped_avframe
[out#0/null @ 0x2fcd140] video:107KiB audio:0KiB subtitle:0KiB other
streams:0KiB global headers:0KiB muxing overhead: unknown
frame= 250 fps=0.0 q=-0.0 Lsize=N/A time=00:00:10.00 bitrate=N/A speed=
315x
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11409>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
0
#11386: Subtitles and MOV are not working anymore
-------------------------------------+-------------------------------------
Reporter: Atarikid | Type: defect
Status: new | Priority: important
Component: | Version: 7.1
undetermined |
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
With FFmpeg 7.1 up to daily git of 30/12/2024, adding srt subtitles are
not working anymore. Works fine with FFmpeg 7.0 and older
Some notes: when removing -tag:s:s:0 tx3g , it does not throw an error but
the subtitle cannot be played on several players like QuickTime (macOS).
Log:
/Users/subsonics/Library/Application\ Support/FFmpegTools/ffmpeg
-probesize 50M -analyzeduration 100M -i /Users/subsonics/Desktop/with\
subrip\ subtitles.mkv -map 0:0 -map 0:1 -map 0:2 -c:a copy -c:v copy -c:s
mov_text -tag:s:s:0 tx3g -y /Users/subsonics/Movies/with\ subrip\
subtitles.mov
ffmpeg version 7.1 Copyright (c) 2000-2024 the FFmpeg developers
built with Apple clang version 13.1.6 (clang-1316.0.21.2.5)
configuration: --prefix=/Volumes/tempdisk/sw --extra-cflags=-fno-stack-
check --arch=arm64 --cc=/usr/bin/clang --enable-gpl --enable-libvmaf
--enable-libopenjpeg --enable-libopus --enable-libmp3lame --enable-libx264
--enable-libx265 --enable-libvpx --enable-libwebp --enable-libass
--enable-libfreetype --enable-fontconfig --enable-libtheora --enable-
libvorbis --enable-libsnappy --enable-libaom --enable-libvidstab --enable-
libzimg --enable-libsvtav1 --enable-libharfbuzz --enable-libkvazaar --pkg-
config-flags=--static --enable-ffplay --enable-postproc --enable-neon
--enable-runtime-cpudetect --disable-indev=qtkit --disable-
indev=x11grab_xcb
libavutil 59. 39.100 / 59. 39.100
libavcodec 61. 19.100 / 61. 19.100
libavformat 61. 7.100 / 61. 7.100
libavdevice 61. 3.100 / 61. 3.100
libavfilter 10. 4.100 / 10. 4.100
libswscale 8. 3.100 / 8. 3.100
libswresample 5. 3.100 / 5. 3.100
libpostproc 58. 3.100 / 58. 3.100
Input #0, matroska,webm, from '/Users/subsonics/Desktop/with subrip
subtitles.mkv':
Metadata:
encoder : libebml v1.3.9 + libmatroska v1.5.2
creation_time : 2019-12-20T08:06:36.000000Z
Duration: 00:47:22.66, start: 0.000000, bitrate: 889 kb/s
Stream #0:0: Video: h264 (Main), yuv420p(progressive), 720x480 [SAR
32:27 DAR 16:9], SAR 853:720 DAR 853:480, 24 fps, 24 tbr, 1k tbn (default)
Metadata:
BPS-eng : 758860
DURATION-eng : 00:47:22.584000000
NUMBER_OF_FRAMES-eng: 68222
NUMBER_OF_BYTES-eng: 269640430
_STATISTICS_WRITING_APP-eng: mkvmerge v40.0.0 ('Old Town Road +
Pony') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2019-12-20 08:06:36
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES
NUMBER_OF_BYTES
Stream #0:1(eng): Audio: eac3, 48000 Hz, stereo, fltp, 128 kb/s
(default)
Metadata:
title : English [Original]
BPS-eng : 128000
DURATION-eng : 00:47:22.656000000
NUMBER_OF_FRAMES-eng: 88833
NUMBER_OF_BYTES-eng: 45482496
_STATISTICS_WRITING_APP-eng: mkvmerge v40.0.0 ('Old Town Road +
Pony') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2019-12-20 08:06:36
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES
NUMBER_OF_BYTES
Stream #0:2(eng): Subtitle: subrip (srt)
Metadata:
title : English
BPS-eng : 61
DURATION-eng : 00:44:06.583000000
NUMBER_OF_FRAMES-eng: 671
NUMBER_OF_BYTES-eng: 20381
_STATISTICS_WRITING_APP-eng: mkvmerge v40.0.0 ('Old Town Road +
Pony') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2019-12-20 08:06:36
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES
NUMBER_OF_BYTES
Stream #0:3(ger): Subtitle: subrip (srt)
Metadata:
title : German
BPS-eng : 53
DURATION-eng : 00:46:12.125000000
NUMBER_OF_FRAMES-eng: 493
NUMBER_OF_BYTES-eng: 18417
_STATISTICS_WRITING_APP-eng: mkvmerge v40.0.0 ('Old Town Road +
Pony') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2019-12-20 08:06:36
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES
NUMBER_OF_BYTES
Stream #0:4(fin): Subtitle: subrip (srt)
Metadata:
title : Finnish
BPS-eng : 48
DURATION-eng : 00:46:20.208000000
NUMBER_OF_FRAMES-eng: 475
NUMBER_OF_BYTES-eng: 16714
_STATISTICS_WRITING_APP-eng: mkvmerge v40.0.0 ('Old Town Road +
Pony') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2019-12-20 08:06:36
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES
NUMBER_OF_BYTES
Stream #0:5(nob): Subtitle: subrip (srt)
Metadata:
title : Norwegian
BPS-eng : 45
DURATION-eng : 00:46:12.125000000
NUMBER_OF_FRAMES-eng: 528
NUMBER_OF_BYTES-eng: 15905
_STATISTICS_WRITING_APP-eng: mkvmerge v40.0.0 ('Old Town Road +
Pony') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2019-12-20 08:06:36
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES
NUMBER_OF_BYTES
Stream #0:6(swe): Subtitle: subrip (srt)
Metadata:
title : Swedish
BPS-eng : 51
DURATION-eng : 00:46:12.125000000
NUMBER_OF_FRAMES-eng: 511
NUMBER_OF_BYTES-eng: 17886
_STATISTICS_WRITING_APP-eng: mkvmerge v40.0.0 ('Old Town Road +
Pony') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2019-12-20 08:06:36
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES
NUMBER_OF_BYTES
Stream type specified multiple times
Error parsing options for output file /Users/subsonics/Movies/with subrip
subtitles.mov.
Error opening output files: Invalid argument
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11386>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
2
09 Jan '25
#11338: Error transcoding from dv source - fps 60000 is too large
-------------------------------------+-------------------------------------
Reporter: Paul | Type: defect
Londino |
Status: new | Priority: normal
Component: ffmpeg | Version: 6.1.1
Keywords: quicktime | Blocked By:
dv 60000 |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
I am trying to rewrap a DV in a QuickTime container but getting an error
"fps 60000 is too large" (preceded by a log message "Using non-standard
frame rate 60000/1"). The files appear to be 30000/1001 in a few tools I
checked (QuickTime, VLC, MediaInfo, AtomBox). The files transcode without
issue in FFMPEG 6.0.1 but not in 6.1. The issue persist in the latest
build I tested (N-118022-gca889b1328-tessus).
How to reproduce:
{{{
% ffmpeg -i input.dv -map 0 -c copy output.mov
ffmpeg version N-118022-gca889b1328-tessus https://evermeet.cx/ffmpeg/
Copyright (c) 2000-2024 the FFmpeg developers
built with Apple clang version 16.0.0 (clang-1600.0.26.4)
configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-
version=tessus --enable-avisynth --enable-fontconfig --enable-gpl
--enable-libaom --enable-libass --enable-libbluray --enable-libdav1d
--enable-libfreetype --enable-libgsm --enable-libharfbuzz --enable-
libmodplug --enable-libmp3lame --enable-libmysofa --enable-libopencore-
amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg
--enable-libopus --enable-librubberband --enable-libshine --enable-
libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-
libtwolame --enable-libvidstab --enable-libvmaf --enable-libvo-amrwbenc
--enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264
--enable-libx265 --enable-libxavs --enable-libxml2 --enable-libxvid
--enable-libzimg --enable-libzmq --enable-libzvbi --enable-version3 --pkg-
config-flags=--static --disable-ffplay
libavutil 59. 49.100 / 59. 49.100
libavcodec 61. 26.100 / 61. 26.100
libavformat 61. 9.100 / 61. 9.100
libavdevice 61. 4.100 / 61. 4.100
libavfilter 10. 6.101 / 10. 6.101
libswscale 8. 12.100 / 8. 12.100
libswresample 5. 4.100 / 5. 4.100
libpostproc 58. 4.100 / 58. 4.100
[dv @ 0x7fb360904f80] Estimating duration from bitrate, this may be
inaccurate
Input #0, dv, from 'input.dv':
Metadata:
timecode : 00:02:14;12
Duration: 00:00:49.52, start: 0.000000, bitrate: 28771 kb/s
Stream #0:0: Video: dvvideo, yuv411p, 720x480 [SAR 8:9 DAR 4:3], 28771
kb/s, 60k fps, 29.97 tbr, 60k tbn
Stream #0:1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
[mov @ 0x7fb360906b00] Using non-standard frame rate 60000/1
Last message repeated 1 times
Output #0, mov, to 'output.mov':
Metadata:
timecode : 00:02:14;12
encoder : Lavf61.9.100
Stream #0:0: Video: dvvideo (dvcp / 0x70637664), yuv411p, 720x480 [SAR
8:9 DAR 4:3], q=2-31, 28771 kb/s, 60k fps, 29.97 tbr, 60k tbn
Stream #0:1: Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo,
s16, 1536 kb/s
Press [q] to stop, [?] for help
fps 60000 is too large
[out#0/mov @ 0x7fb360905c40] Error writing trailer: Invalid argument
[out#0/mov @ 0x7fb360905c40] video:173906KiB audio:9284KiB subtitle:0KiB
other streams:0KiB global headers:0KiB muxing overhead: 0.013578%
frame= 1484 fps=0.0 q=-1.0 Lsize= 183215KiB time=00:00:49.51
bitrate=30311.3kbits/s speed= 947x
Conversion failed!
}}}
Using ffmpeg 6.0.1:
{{{
ffmpeg-6.0.1 -i input.dv -map 0 -c copy output.mov
ffmpeg version 6.0.1-tessus https://evermeet.cx/ffmpeg/ Copyright (c)
2000-2023 the FFmpeg developers
built with Apple clang version 11.0.0 (clang-1100.0.33.17)
configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-
version=tessus --enable-avisynth --enable-fontconfig --enable-gpl
--enable-libaom --enable-libass --enable-libbluray --enable-libdav1d
--enable-libfreetype --enable-libgsm --enable-libmodplug --enable-
libmp3lame --enable-libmysofa --enable-libopencore-amrnb --enable-
libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-
libopus --enable-librubberband --enable-libshine --enable-libsnappy
--enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame
--enable-libvidstab --enable-libvmaf --enable-libvo-amrwbenc --enable-
libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-
libx265 --enable-libxavs --enable-libxml2 --enable-libxvid --enable-
libzimg --enable-libzmq --enable-libzvbi --enable-version3 --pkg-config-
flags=--static --disable-ffplay
libavutil 58. 2.100 / 58. 2.100
libavcodec 60. 3.100 / 60. 3.100
libavformat 60. 3.100 / 60. 3.100
libavdevice 60. 1.100 / 60. 1.100
libavfilter 9. 3.100 / 9. 3.100
libswscale 7. 1.100 / 7. 1.100
libswresample 4. 10.100 / 4. 10.100
libpostproc 57. 1.100 / 57. 1.100
[dv @ 0x7faa2a805380] Estimating duration from bitrate, this may be
inaccurate
Input #0, dv, from 'input.dv':
Metadata:
timecode : 00:02:14;12
Duration: 00:00:49.52, start: 0.000000, bitrate: 28771 kb/s
Stream #0:0: Video: dvvideo, yuv411p, 720x480 [SAR 8:9 DAR 4:3], 25000
kb/s, 29.97 fps, 29.97 tbr, 29.97 tbn
Stream #0:1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
Output #0, mov, to 'output.mov':
Metadata:
timecode : 00:02:14;12
encoder : Lavf60.3.100
Stream #0:0: Video: dvvideo (dvcp / 0x70637664), yuv411p, 720x480 [SAR
8:9 DAR 4:3], q=2-31, 25000 kb/s, 29.97 fps, 29.97 tbr, 30k tbn
Stream #0:1: Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo,
s16, 1536 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame= 1484 fps=0.0 q=-1.0 Lsize= 183216kB time=00:00:49.48
bitrate=30331.8kbits/s speed= 806x
video:173906kB audio:9284kB subtitle:0kB other streams:0kB global
headers:0kB muxing overhead: 0.013663%
}}}
The sources are dv files I used FFMPEG to capture via Firewire. I also
used FFMPEG to create dv files from other sources, but those have the same
issue in modern (>6.0.1) versions.
Full output of input file:
{{{
ffmpeg -v 9 -loglevel 99 -i input.dv
ffmpeg version N-118022-gca889b1328-tessus https://evermeet.cx/ffmpeg/
Copyright (c) 2000-2024 the FFmpeg developers
built with Apple clang version 16.0.0 (clang-1600.0.26.4)
configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-
version=tessus --enable-avisynth --enable-fontconfig --enable-gpl
--enable-libaom --enable-libass --enable-libbluray --enable-libdav1d
--enable-libfreetype --enable-libgsm --enable-libharfbuzz --enable-
libmodplug --enable-libmp3lame --enable-libmysofa --enable-libopencore-
amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg
--enable-libopus --enable-librubberband --enable-libshine --enable-
libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-
libtwolame --enable-libvidstab --enable-libvmaf --enable-libvo-amrwbenc
--enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264
--enable-libx265 --enable-libxavs --enable-libxml2 --enable-libxvid
--enable-libzimg --enable-libzmq --enable-libzvbi --enable-version3 --pkg-
config-flags=--static --disable-ffplay
libavutil 59. 49.100 / 59. 49.100
libavcodec 61. 26.100 / 61. 26.100
libavformat 61. 9.100 / 61. 9.100
libavdevice 61. 4.100 / 61. 4.100
libavfilter 10. 6.101 / 10. 6.101
libswscale 8. 12.100 / 8. 12.100
libswresample 5. 4.100 / 5. 4.100
libpostproc 58. 4.100 / 58. 4.100
Splitting the commandline.
Reading option '-v' ... matched as option 'v' (set logging level) with
argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging
level) with argument '99'.
Reading option '-i' ... matched as input url with argument 'input.dv'.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option v (set logging level) with argument 9.
Successfully parsed a group of options.
Parsing a group of options: input url input.dv.
Successfully parsed a group of options.
Opening an input file: input.dv.
[AVFormatContext @ 0x7f90808057c0] Opening 'input.dv' for reading
[file @ 0x7f9080805c00] Setting default whitelist 'file,crypto,data'
Probing dv score:75 size:2048
Probing mp3 score:1 size:2048
[dv @ 0x7f90808057c0] Format dv probed with size=2048 and score=75
[dv @ 0x7f90808057c0] Before avformat_find_stream_info() pos: 0 bytes
read:32768 seeks:0 nb_streams:1
[dv @ 0x7f90808057c0] Probe buffer size limit of 5000000 bytes reached
[dv @ 0x7f90808057c0] Estimating duration from bitrate, this may be
inaccurate
[dv @ 0x7f90808057c0] stream 0: start_time: 0 duration: 49.516133
[dv @ 0x7f90808057c0] stream 1: start_time: 0 duration: 49.516133
[dv @ 0x7f90808057c0] format: start_time: 0 duration: 49.516133 (estimate
from bit rate) bitrate=28771 kb/s
[dv @ 0x7f90808057c0] After avformat_find_stream_info() pos: 4800000 bytes
read:4800000 seeks:0 frames:79
Input #0, dv, from 'input.dv':
Metadata:
timecode : 00:02:14;12
Duration: 00:00:49.52, start: 0.000000, bitrate: 28771 kb/s
Stream #0:0, 40, 1/60000: Video: dvvideo, 1 reference frame,
yuv411p(topleft), 720x480 [SAR 8:9 DAR 4:3], 0/1, 28771 kb/s, 60k fps,
29.97 tbr, 60k tbn
Stream #0:1, 39, 1/14112000: Audio: pcm_s16le, 48000 Hz, stereo, s16,
1536 kb/s
Successfully opened the file.
At least one output file must be specified
[AVIOContext @ 0x7f9080805d80] Statistics: 4800000 bytes read, 0 seeks
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11338>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
2
08 Jan '25
#11405: Seeking on real time transcoded AVCI 100 file fails.
-------------------------------------+-------------------------------------
Reporter: Ankur | Type: defect
Bhatkalkar |
Status: new | Priority: normal
Component: | Version:
undetermined |
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
== Summary of the bug:
Our application requires some playback while recording for an AVC-I 100
mxf file and I am facing this issue when running some local tests with
ffmpeg. I run a transcode in real time which generates a growing mxf AVC-I
100 file and in another terminal I use ffplay to try and seek to a
position which is less than the duration that has been transcoded,
playback from the beginning of the file works as expected, but seeking
always fails with the clip always going to play from the beginning.
== How to reproduce:
This will require two terminals
In the first terminal within any arbitrary directory enter this command (
file has been attached for reference ), the input file should also be in
this current directory
{{{
ffmpeg -re -v 9 -loglevel 99 -report -i PermA_BuckBunny_1080i50.mov -c:v
libx264 -profile:v high422 -level:v 4.1 -b:v 100M -pix_fmt yuv422p10le
-x264opts force-cfr:keyint=1:min-keyint=1:avcintra-class=100:nal-hrd=cbr
-c:a pcm_s16le -ar 48000 -f mxf -write_index 1 output_avci.mxf
}}}
After the first command has run for more than 10s, open a second terminal
and within the same directory enter( currently seeking to 10s but this
could be any other value that works as long as it's within the duration
that has been transcoded )
{{{
ffplay -v 9 -loglevel 99 -report -probesize 100G -ss 10 output_avci.mxf
}}}
The logs show the error for the seek every single time, tried a different
range of options yet no success.
{{{
output_avci.mxf: could not seek to position 10.000
}}}
The ffmpeg and ffplay versions for the respective commands are( latest
static builds were used for this ):
{{{
./ffmpeg version
ffmpeg version N-118247-g19c95ecbff-20250106 Copyright (c) 2000-2025 the
FFmpeg developers
built with gcc 14.2.0 (crosstool-NG 1.26.0.120_4d36f27)
configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static
--pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu-
--arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-
debug --enable-iconv --enable-zlib --enable-libfreetype --enable-
libfribidi --enable-gmp --enable-libxml2 --enable-openssl --enable-lzma
--enable-fontconfig --enable-libharfbuzz --enable-libvorbis --enable-
opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib
--enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth
--enable-chromaprint --enable-libdav1d --enable-libdavs2 --enable-
libdvdread --enable-libdvdnav --disable-libfdk-aac --enable-ffnvcodec
--enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libkvazaar
--enable-libaribcaption --enable-libass --enable-libbluray --enable-libjxl
--enable-libmp3lame --enable-libopus --enable-librist --enable-libssh
--enable-libtheora --enable-libvpx --enable-libwebp --enable-libzmq
--enable-lv2 --enable-libvpl --enable-openal --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg
--enable-libopenmpt --enable-librav1e --enable-librubberband --disable-
schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1
--enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi
--enable-libvidstab --enable-vulkan --enable-libshaderc --enable-
libplacebo --disable-libvvenc --enable-libx264 --enable-libx265 --enable-
libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-
cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-libs='-ldl -lgomp'
--extra-ldflags=-pthread --extra-ldexeflags=-pie --cc=x86_64-ffbuild-
linux-gnu-gcc --cxx=x86_64-ffbuild-linux-gnu-g++ --ar=x86_64-ffbuild-
linux-gnu-gcc-ar --ranlib=x86_64-ffbuild-linux-gnu-gcc-ranlib --nm=x86_64
-ffbuild-linux-gnu-gcc-nm --extra-version=20250106
libavutil 59. 54.101 / 59. 54.101
libavcodec 61. 31.100 / 61. 31.100
libavformat 61. 9.104 / 61. 9.104
libavdevice 61. 4.100 / 61. 4.100
libavfilter 10. 6.101 / 10. 6.101
libswscale 8. 13.100 / 8. 13.100
libswresample 5. 4.100 / 5. 4.100
libpostproc 58. 4.100 / 58. 4.100
}}}
{{{
./ffplay version
ffplay version N-118247-g19c95ecbff-20250106 Copyright (c) 2003-2025 the
FFmpeg developers
built with gcc 14.2.0 (crosstool-NG 1.26.0.120_4d36f27)
configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static
--pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu-
--arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-
debug --enable-iconv --enable-zlib --enable-libfreetype --enable-
libfribidi --enable-gmp --enable-libxml2 --enable-openssl --enable-lzma
--enable-fontconfig --enable-libharfbuzz --enable-libvorbis --enable-
opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib
--enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth
--enable-chromaprint --enable-libdav1d --enable-libdavs2 --enable-
libdvdread --enable-libdvdnav --disable-libfdk-aac --enable-ffnvcodec
--enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libkvazaar
--enable-libaribcaption --enable-libass --enable-libbluray --enable-libjxl
--enable-libmp3lame --enable-libopus --enable-librist --enable-libssh
--enable-libtheora --enable-libvpx --enable-libwebp --enable-libzmq
--enable-lv2 --enable-libvpl --enable-openal --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg
--enable-libopenmpt --enable-librav1e --enable-librubberband --disable-
schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1
--enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi
--enable-libvidstab --enable-vulkan --enable-libshaderc --enable-
libplacebo --disable-libvvenc --enable-libx264 --enable-libx265 --enable-
libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-
cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-libs='-ldl -lgomp'
--extra-ldflags=-pthread --extra-ldexeflags=-pie --cc=x86_64-ffbuild-
linux-gnu-gcc --cxx=x86_64-ffbuild-linux-gnu-g++ --ar=x86_64-ffbuild-
linux-gnu-gcc-ar --ranlib=x86_64-ffbuild-linux-gnu-gcc-ranlib --nm=x86_64
-ffbuild-linux-gnu-gcc-nm --extra-version=20250106
libavutil 59. 54.101 / 59. 54.101
libavcodec 61. 31.100 / 61. 31.100
libavformat 61. 9.104 / 61. 9.104
libavdevice 61. 4.100 / 61. 4.100
libavfilter 10. 6.101 / 10. 6.101
libswscale 8. 13.100 / 8. 13.100
libswresample 5. 4.100 / 5. 4.100
libpostproc 58. 4.100 / 58. 4.100
}}}
Also attaching the ffmpeg and ffplay logs for when those commands were
run.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11405>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
5
#11397(undetermined:new): Empty file version information in Windows File explorer.
by FFmpeg 08 Jan '25
by FFmpeg 08 Jan '25
08 Jan '25
#11397: Empty file version information in Windows File explorer.
-------------------------------------+-------------------------------------
Reporter: spooky | Type:
| enhancement
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: Version | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
It would be very welcome to have FFmpeg's version displayed in the "File
Version" column of Windows File explorer, as that column is currently left
empty.
== Why
This change would make it much easier for users to see which version they
have installed directly in File Explorer, without having to open the
command line and run "ffmpeg -version". I'm not sure if other operating
systems have similar file version tracking in their explorers, but adding
this feature for Windows would definitely improve version tracking.
== Steps to reproduce
**1. Open Windows Explorer:**
''Press Windows + E to open a new Windows Explorer window.''
**2. Navigate to the FFmpeg Executable:**
''Go to the directory where FFmpeg is installed (e.g., C:\Program
Files\FFmpeg\bin).''
**3. Add the File Version Column:**
''a. Right-click on the column headers in the file list (where it says
"Name," "Date modified," etc.).''
''b. In the context menu, select "More..." to open the "Choose
Details" dialog.''
''c. Scroll through the list and check the box next to "File
version".''
''d. Click "OK" to apply the changes.''
**4. Check the File Version:**
''a.Locate the ffmpeg.exe file in the list.''
''b.You should see that the "File Version" column is NOT populated
with the version information for FFmpeg.''
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11397>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
4