[FFmpeg-trac] #1290(avformat:closed): Segment muxer does not work with audio-only
FFmpeg
trac at avcodec.org
Tue Jul 3 23:39:48 CEST 2012
#1290: Segment muxer does not work with audio-only
------------------------------------+------------------------------------
Reporter: cehoyos | Owner:
Type: defect | Status: closed
Priority: normal | Component: avformat
Version: git-master | Resolution: fixed
Keywords: segment | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
------------------------------------+------------------------------------
Changes (by saste):
* analyzed: 0 => 1
* status: new => closed
* resolution: => fixed
* reproduced: 0 => 1
Comment:
Should be fixed in:
{{{
commit a1e092ccd36ef0239749c2267104e7e59ee7176e
Author: Stefano Sabatini <stefasab at gmail.com>
Date: Sat Jan 14 02:40:09 2012 +0100
lavf/segment: fix logic for segmenting audio-only inputs
Also add a comment for clarifying the logic.
Fix trac ticket #1290.
}}}
Works here with command:
{{{
ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -f ssegment
-segment_time 5 -segment_list fileList.txt -segment_list_size 0 -map 0:1
-acodec mp2 segment_%05d.ts
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1290#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list