#9380: SS switch not working with DAV format
--------------------------------+---------------------------------------
Reporter: Michal | 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:
Seems new ffmpeg versions does not work with -ss switch on DAV files
input. It does work properly with MP4 file as input. FFMPEG just ignore it
and cut from beginning of file. I also checked older version "ffmpeg
version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers" and it worked
properly. The "-t" switch worked ok on every version.
How to reproduce:
{{{
% ffmpeg.exe -ss 01:00 -t 01:00 -i "file.dav" file.mp4
ffmpeg version 4.4-full_build-www.gyan.dev Copyright (c) 2000-2021 the
FFmpeg developers
built with gcc 10.2.0 (Rev6, Built by MSYS2 project)
and
ffmpeg version n4.4-80-gbf87bdd3f6-20210819 Copyright (c) 2000-2021 the
FFmpeg developers
built with gcc 10-win32 (GCC) 20210408
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9380>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".