Option ignore_editlist not found.
Summary of the bug:
How to reproduce:
% fmpeg.exe -ignore_editlist true -i C:\Users\Selur\Desktop\Did_Woman_Break_Ex’s_Guitar_in_a_Fight_over_$200_Part_1.mp4
ffmpeg version N-114213-g098b78df9d-gf5441e441f+1 Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 13.2.0 (Rev5, Built by MSYS2 project)
configuration: --pkg-config=pkgconf --cc='ccache gcc' --cxx='ccache g++' --ld='ccache g++' --extra-cxxflags=-fpermissive --extra-cflags=-Wno-int-conversion --disable-autodetect --enable-amf --enable-bzlib --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-iconv --enable-lzma --enable-nvenc --enable-zlib --enable-sdl2 --enable-ffnvcodec --enable-nvdec --enable-cuda-llvm --disable-doc --enable-gmp --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libdav1d --enable-libaom --disable-debug --enable-fontconfig --enable-libass --enable-libbluray --enable-libfreetype --enable-libmfx --enable-libmysofa --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libwebp --enable-libxml2 --enable-libzimg --enable-libshine --enable-gpl --enable-avisynth --enable-libxvid --enable-libopenmpt --enable-version3 --enable-librav1e --enable-libsrt --enable-libgsm --enable-libvmaf --enable-libsvtav1 --enable-gnutls --extra-cflags=-DLIBTWOLAME_STATIC --extra-libs=-lstdc++ --extra-cflags=-DLIBXML_STATIC --extra-libs=-liconv --disable-w32threads
libavutil 59. 1.100 / 59. 1.100
libavcodec 61. 1.101 / 61. 1.101
libavformat 61. 0.100 / 61. 0.100
libavdevice 61. 0.100 / 61. 0.100
libavfilter 10. 0.100 / 10. 0.100
libswscale 8. 0.100 / 8. 0.100
libswresample 5. 0.100 / 5. 0.100
libpostproc 58. 0.100 / 58. 0.100
Option ignore_editlist not found.
Error opening input file C:\Users\Selur\Desktop\Did_Woman_Break_Ex’s_Guitar_in_a_Fight_over_$200_Part_1.mp4.
Error opening input files: Option not found
https://ffmpeg.org/ffmpeg-all.html#Options-51 does list ignore_editlist.
file can be downloaded over at: https://forum.videohelp.com/attachments/77798-1710753439/Did_Woman_Break_Ex%E2%80%99s_Guitar_in_a_Fight_over_$200_Part_1.mp4
my guess is that it's related to vp9 inside an mp4 container
Change History
(4)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Resolution: |
→ invalid
|
Status: |
new → closed
|
ignore_editlist
is a private option of the MP4 demuxer, so can only be assigned after the MP4 format has been detected on the input. In this case, that doesn't happen as the linked media is actually Matroska, not MP4.