Opened 3 years ago

Closed 3 years ago

Last modified 20 months ago

#9380 closed defect (fixed)

SS switch not working with DAV format

Reported by: Michal Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: dhav
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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

Change History (7)

comment:1 by Elon Musk, 3 years ago

Resolution: needs_more_info
Status: newclosed

Missing input files.

in reply to:  1 comment:2 by Michal, 3 years ago

Hello, problem is that I have only output from Video Recorder which is 278 MB large and I don't know how to split this file ( ffmpeg only allow to convert it not just cut / split ). Any idea how I could do it? If You want I can give You privately this whole video on onedrive for example.

Replying to richardpl:

Missing input files.

comment:3 by Elon Musk, 3 years ago

You can find my email address, I'm one that written this demuxer at first place.

in reply to:  3 comment:4 by Michal, 3 years ago

I sent e-mail with link to onedrive. Let me know if You get it.

Replying to richardpl:

You can find my email address, I'm one that written this demuxer at first place.

comment:5 by Elon Musk, 3 years ago

Resolution: needs_more_info
Status: closedreopened

comment:6 by Elon Musk, 3 years ago

Resolution: fixed
Status: reopenedclosed

comment:7 by Carl Eugen Hoyos, 20 months ago

Component: ffmpegavformat
Keywords: dhav added
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.