[FFmpeg-trac] #4286(undetermined:new): Still image video contain a bad index
FFmpeg
trac at avcodec.org
Wed Jan 28 17:56:27 CET 2015
#4286: Still image video contain a bad index
-------------------------------------+-------------------------------------
Reporter: Nietzsche | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | Blocked By:
Keywords: seeking, | Reproduced by developer: 0
video creation |
Blocking: |
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Hi,
I created a webm made of a sound file and a still image with this command:
{{{
ffmpeg -i folder.jpg -report -i "23 - Ripe Seeds (Plant Castle BGM).flac"
-threads 8 -c:v libvpx -crf 10 -qmin 5 -qmax 55 -vf "scale=360:-1" -c:a
libvorbis -ac 2 -b:a 128K out.webm
}}}
Seeking is unsupported (according to the mpv dev, the index is broken and
contain only one entry: the beginning of the video, https://github.com
/mpv-player/mpv/issues/1533)
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4286>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list