[FFmpeg-trac] #6139(undetermined:new): stream_loop produces a "Error while filtering: Operation not permitted"

FFmpeg trac at avcodec.org
Sat Feb 11 12:51:12 EET 2017


#6139: stream_loop produces a "Error while filtering: Operation not permitted"
-------------------------------------+-------------------------------------
             Reporter:  naslight     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  stream_loop  |               Resolution:
  edst                               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * keywords:   => stream_loop edst
 * priority:  important => normal
 * component:  avformat => undetermined


Comment:

 For future tickets: Please always provide both the command line that
 allows to reproduce an issue and the complete, uncut console output for a
 valid ticket.
 {{{
 $ ffmpeg -stream_loop 2 -i loop.mp4 -qscale 2 out.avi
 ffmpeg version N-83477-gd96ebc5 Copyright (c) 2000-2017 the FFmpeg
 developers
   built with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --enable-opengl
   libavutil      55. 46.100 / 55. 46.100
   libavcodec     57. 77.100 / 57. 77.100
   libavformat    57. 66.102 / 57. 66.102
   libavdevice    57.  2.100 / 57.  2.100
   libavfilter     6. 73.100 /  6. 73.100
   libswscale      4.  3.101 /  4.  3.101
   libswresample   2.  4.100 /  2.  4.100
   libpostproc    54.  2.100 / 54.  2.100
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'loop.mp4':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf57.56.100
   Duration: 00:00:05.02, start: 0.000000, bitrate: 2181 kb/s
     Stream #0:0(eng): Video: h264 (High 4:2:2) (avc1 / 0x31637661),
 yuv422p, 1280x720 [SAR 1:1 DAR 16:9], 1908 kb/s, 50 fps, 50 tbr, 12800
 tbn, 100 tbc (default)
     Metadata:
       handler_name    : VideoHandler
     Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 4.0,
 fltp, 269 kb/s (default)
     Metadata:
       handler_name    : SoundHandler
 Please use -q:a or -q:v, -qscale is ambiguous
 Output #0, avi, to 'out.avi':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     ISFT            : Lavf57.66.102
     Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1280x720
 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 50 fps, 50 tbn, 50 tbc (default)
     Metadata:
       handler_name    : VideoHandler
       encoder         : Lavc57.77.100 mpeg4
     Side data:
       cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
     Stream #0:1(eng): Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 4.0,
 fltp, 384 kb/s (default)
     Metadata:
       handler_name    : SoundHandler
       encoder         : Lavc57.77.100 ac3
 Stream mapping:
   Stream #0:0 -> #0:0 (h264 (native) -> mpeg4 (native))
   Stream #0:1 -> #0:1 (aac (native) -> ac3 (native))
 Press [q] to stop, [?] for help
 Error while filtering: Operation not permitted=00:00:02.78
 bitrate=4796.7kbits/s speed=5.56x
 frame=  240 fps=0.0 q=2.0 Lsize=    3126kB time=00:00:04.99
 bitrate=5130.5kbits/s speed=5.49x
 video:2873kB audio:234kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 0.617069%
 }}}

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


More information about the FFmpeg-trac mailing list