[FFmpeg-trac] #2273(avformat:open): no option to set file name format inside the generated m3u8 file
FFmpeg
trac at avcodec.org
Sat Feb 16 10:27:24 CET 2013
#2273: no option to set file name format inside the generated m3u8 file
--------------------------------------+------------------------------------
Reporter: mpapp | Owner:
Type: enhancement | Status: open
Priority: normal | Component: avformat
Version: git-master | Resolution:
Keywords: segment m3u8 | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
--------------------------------------+------------------------------------
Changes (by saste):
* status: new => open
* reproduced: 0 => 1
* component: FFmpeg => avformat
* keywords: => segment m3u8
* version: unspecified => git-master
* analyzed: 0 => 1
* type: defect => enhancement
Comment:
Replying to [ticket:2273 mpapp]:
> Summary of the bug:
> How to reproduce:
> {{{
> This is relevant when using segment option in ffmpeg
> I cannot see such option
> For vlc, there is an option
> ,index-url=http://37.188.125.31/demo/medium-########.ts}
> which specifies in what format the filenames are saved inside the m3u8.
Your request is not clear. I suppose you want an option like:
{{{
ffmpeg -i INPUT -f segment ... -segment_list out.m3u8 -segment_list_prefix
"http://37.188.125.31/demo/" medium-%03d.ts
}}}
Correct?
Or do you want the name in the M3U8 to be *different* from the segment
filename (not only the prefix)?
Can you elaborate what this would be useful for?
> I am sorry if I missed it.
> }}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2273#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list