#9959 closed defect (invalid)

Unrecognized option 'autoexit'

Reported by: MB SOFT Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

ffmpeg started on 2022-10-04 at 14:56:31
Report written to "ffmpeg-20221004-145631.log"
Log level: 48
Command line:
"D:\\GB32\\ffmpeg.exe" -report -f dshow -video_size 1920x1080 -framerate 30 -rtbufsize 48k -i "video=Full HD 1080P PC Camera" -probesize 32 -an -vcodec libx264 -x264-params "nal-hrd=cbr:force-cfr=1:keyint=250" -preset medium -profile high -pix_fmt yuv420p -tune zerolatency -b:v 1000K -bufsize 1500k -f mpegts srt://192.168.1.202:9856 -f mpegts - "|" ffplay -autoexit -loglevel 8 -window_title MBLive_Webcam -x 1280 -noborder -probesize 32 -analyzeduration 0 -fflags nobuffer -flags low_delay -framedrop -strict experimental -i -
ffmpeg version 5.1.2-full_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers
  built with gcc 12.1.0 (Rev2, Built by MSYS2 project)
  configuration: --enable-gpl --enable-version3 --enable-shared --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libjxl --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-libshaderc --enable-vulkan --ena  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
Splitting the commandline.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'dshow'.
Reading option '-video_size' ... matched as AVOption 'video_size' with argument '1920x1080'.
Reading option '-framerate' ... matched as AVOption 'framerate' with argument '30'.
Reading option '-rtbufsize' ... matched as AVOption 'rtbufsize' with argument '48k'.
Reading option '-i' ... matched as input url with argument 'video=Full HD 1080P PC Camera'.
Reading option '-probesize' ... matched as AVOption 'probesize' with argument '32'.
Reading option '-an' ... matched as option 'an' (disable audio) with argument '1'.
Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'.
Reading option '-x264-params' ... matched as AVOption 'x264-params' with argument 'nal-hrd=cbr:force-cfr=1:keyint=250'.
Reading option '-preset' ... matched as AVOption 'preset' with argument 'medium'.
Reading option '-profile' ... matched as option 'profile' (set profile) with argument 'high'.
Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
Reading option '-tune' ... matched as AVOption 'tune' with argument 'zerolatency'.
Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '1000K'.
Reading option '-bufsize' ... matched as AVOption 'bufsize' with argument '1500k'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'mpegts'.
Reading option 'srt://192.168.1.202:9856' ... matched as output url.
Reading option '-f' ... matched as option 'f' (force format) with argument 'mpegts'.
Reading option '-' ... matched as output url.
Reading option '|' ... matched as output url.
Reading option 'ffplay' ... matched as output url.
Reading option '-autoexit' ...Unrecognized option 'autoexit'.
Error splitting the argument list: Option not found

Why -autoexit is unrecognized?

Change History (5)

comment:1 by Michael Koch, 19 months ago

Because this option exists only in FFplay?
I'm not sure if this syntax is correct: - "|" ffplay

Last edited 19 months ago by Michael Koch (previous) (diff)

in reply to:  1 comment:2 by MB SOFT, 19 months ago

Replying to Michael Koch:

Because this option exists only in FFplay?

yes, but i'm piping ffmpeg output to ffplay input

comment:3 by Michael Koch, 19 months ago

try to remove the quotation marks:

-f mpegts - | ffplay -autoexit

in reply to:  3 comment:4 by MB SOFT, 19 months ago

Replying to Michael Koch:

try to remove the quotation marks:

-f mpegts - | ffplay -autoexit

yes, right that was the problem. Solved.

comment:5 by Michael Koch, 19 months ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.