[FFmpeg-trac] #6121(ffmpeg:reopened): -stream_loop option does not work, while movie filter with loop option does

FFmpeg trac at avcodec.org
Thu Feb 2 18:06:11 EET 2017


#6121: -stream_loop option does not work, while movie filter with loop option does
------------------------------------+------------------------------------
             Reporter:  slhck       |                    Owner:
                 Type:  defect      |                   Status:  reopened
             Priority:  normal      |                Component:  ffmpeg
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by cehoyos):

 Seems reproducible with the following command:
 {{{
 $ ffmpeg -stream_loop -1 -i fate-suite/lena.pnm -stream_loop -1 -i fate-
 suite/lena.pnm -f null -
 ffmpeg version N-83372-g08b0981 Copyright (c) 2000-2017 the FFmpeg
 developers
   built with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl
   libavutil      55. 46.100 / 55. 46.100
   libavcodec     57. 75.100 / 57. 75.100
   libavformat    57. 66.101 / 57. 66.101
   libavdevice    57.  2.100 / 57.  2.100
   libavfilter     6. 72.100 /  6. 72.100
   libswscale      4.  3.101 /  4.  3.101
   libswresample   2.  4.100 /  2.  4.100
   libpostproc    54.  2.100 / 54.  2.100
 Input #0, ppm_pipe, from 'fate-suite/lena.pnm':
   Duration: N/A, bitrate: N/A
     Stream #0:0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc
 Input #1, ppm_pipe, from 'fate-suite/lena.pnm':
   Duration: N/A, bitrate: N/A
     Stream #1:0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc
 Output #0, null, to 'pipe:':
   Metadata:
     encoder         : Lavf57.66.101
     Stream #0:0: Video: wrapped_avframe, rgb24, 256x256, q=2-31, 200 kb/s,
 25 fps, 25 tbn, 25 tbc
     Metadata:
       encoder         : Lavc57.75.100 wrapped_avframe
 Stream mapping:
   Stream #0:0 -> #0:0 (ppm (native) -> wrapped_avframe (native))
 Press [q] to stop, [?] for help
 frame=    1 fps=0.0 q=-0.0 Lsize=N/A time=00:00:00.04 bitrate=N/A
 speed=75.8x
 video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: unknown
 }}}

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


More information about the FFmpeg-trac mailing list