[FFmpeg-trac] #7907(ffmpeg:new): [hls @ 0x6a30180] Unable to find mapping variant stream av_interleaved_write_frame(): Cannot allocate memory

FFmpeg trac at avcodec.org
Sat Jun 29 12:50:51 EEST 2019


#7907: [hls @ 0x6a30180] Unable to find mapping variant stream
av_interleaved_write_frame(): Cannot allocate memory
---------------------------------+----------------------------------
             Reporter:  geekteq  |                    Owner:
                 Type:  defect   |                   Status:  new
             Priority:  normal   |                Component:  ffmpeg
              Version:  4.1      |               Resolution:
             Keywords:           |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+----------------------------------

Comment (by doubleb):

 try

 -map 0:v -map 0:a -map 0:v -map 0:a -map 0:v -map 0:a

 instead

 -map 0:v:0 -map 0:a:0 -map 0:v:1 -map 0:a:1 -map 0:v:2 -map 0:a:2

 and just a remark regarding "and also complains about renaming files": do
 you use intentionally %v two times in the output file name? I am afraid it
 was not handled correctly in previous versions but since some days ago.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7907#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list