[FFmpeg-trac] #729(undetermined:new): "Option loop not found."

FFmpeg trac at avcodec.org
Sat Dec 10 05:29:08 CET 2011


#729: "Option loop not found."
-------------------------------------+-------------------------------------
             Reporter:  burek        |                     Type:  defect
               Status:  new          |                 Priority:  minor
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 when I use "-loop 1" it says "Option loop not found."
 and when I use "-loop_input" it says "-loop_input is deprecated, use -loop
 1" :)

 here are the respected outputs:


 {{{
 # ffmpeg -loop 1 -i http://admin:@82.13.197.168:82/audio.cgi -acodec
 libaacplus -ab 32k -ar 44100 -f mpegts udp://burek.teamnet.rs:10001
 ffmpeg version N-35166-g9e794d1, Copyright (c) 2000-2011 the FFmpeg
 developers
   built on Nov 25 2011 22:41:19 with gcc 4.6.1
   configuration: --enable-static --enable-shared --enable-gpl --enable-
 nonfree --enable-postproc --enable-libx264 --enable-libaacplus --enable-
 libmp3lame --enable-libv4l2 --enable-libvo-aacenc --enable-version3
   libavutil    51. 29. 0 / 51. 29. 0
   libavcodec   53. 37. 0 / 53. 37. 0
   libavformat  53. 21. 0 / 53. 21. 0
   libavdevice  53.  4. 0 / 53.  4. 0
   libavfilter   2. 49. 0 /  2. 49. 0
   libswscale    2.  1. 0 /  2.  1. 0
   libpostproc  51.  2. 0 / 51.  2. 0
 Option loop not found.
 }}}

 and 2nd try:

 {{{
 # ffmpeg -loop_input -i http://admin:@82.13.197.168:82/audio.cgi -acodec
 libaacplus -ab 32k -ar 44100 -f mpegts udp://burek.teamnet.rs:10001 ffmpeg
 version N-35166-g9e794d1, Copyright (c) 2000-2011 the FFmpeg developers
   built on Nov 25 2011 22:41:19 with gcc 4.6.1
   configuration: --enable-static --enable-shared --enable-gpl --enable-
 nonfree --enable-postproc --enable-libx264 --enable-libaacplus --enable-
 libmp3lame --enable-libv4l2 --enable-libvo-aacenc --enable-version3
   libavutil    51. 29. 0 / 51. 29. 0
   libavcodec   53. 37. 0 / 53. 37. 0
   libavformat  53. 21. 0 / 53. 21. 0
   libavdevice  53.  4. 0 / 53.  4. 0
   libavfilter   2. 49. 0 /  2. 49. 0
   libswscale    2.  1. 0 /  2.  1. 0
   libpostproc  51.  2. 0 / 51.  2. 0
 -loop_input is deprecated, use -loop 1
 [wav @ 0x13ce7a0] parser not found for codec pcm_s16le, packets or times
 may be invalid.
 [wav @ 0x13ce7a0] max_analyze_duration 5000000 reached at 5120000
 Input #0, wav, from 'http://admin:@82.13.197.168:82/audio.cgi':
   Duration: 00:00:32.76, bitrate: N/A
     Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 16000 Hz, 1
 channels, s16, 256 kb/s
 [mpegts @ 0x13d0da0] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt
 every 40 pkts
 Output #0, mpegts, to 'udp://burek.teamnet.rs:10001':
   Metadata:
     encoder         : Lavf53.21.0
     Stream #0:0: Audio: aac, 44100 Hz, 1 channels, s16, 32 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (pcm_s16le -> libaacplus)
 Press [q] to stop, [?] for help
 ^Cze=     143kB time=00:00:32.36 bitrate=  36.1kbits/s
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/729>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list