Re: [Slackbuilds-users] Invoke ffmpeg without configuration display

2021-02-10 Thread Rich Shepard

On Wed, 10 Feb 2021, Dave Woodfall wrote:


The option is -hide_banner.
alias ffmpeg='ffmpeg -hide_banner'
and you'll never see it again.


Dave,

Thanks for the immediate reply and the solution. I certainly missed seeing
-hide_banner among all the options.

Stay well,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Invoke ffmpeg without configuration display

2021-02-10 Thread Dave Woodfall
On 10/02/21 14:48,
Rich Shepard  put forth the proposition:
> Each time I invoke ffmpeg I get a large heading:
> $ ffmpeg
> ffmpeg version 3.2.4 Copyright (c) 2000-2017 the FFmpeg developers
>   built with gcc 5.5.0 (GCC)
>   configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 
> --docdir=/usr/doc/ffmpeg-3.2.4/html --mandir=/usr/man --disable-debug 
> --enable-shared --disable-static --enable-gpl --enable-version3 
> --enable-avresample --arch=x86_64 --enable-libfontconfig --enable-libfreetype 
> --enable-libfribidi --enable-gnutls --enable-libcaca --enable-libcdio 
> --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvorbis 
> --enable-libvpx --enable-opengl --enable-libopenjpeg --enable-libpulse 
> --enable-libsmbclient --enable-libwavpack --enable-x11grab
>   libavutil  55. 34.101 / 55. 34.101
>   libavcodec 57. 64.101 / 57. 64.101
>   libavformat57. 56.101 / 57. 56.101
>   libavdevice57.  1.100 / 57.  1.100
>   libavfilter 6. 65.100 /  6. 65.100
>   libavresample   3.  1.  0 /  3.  1.  0
>   libswscale  4.  2.100 /  4.  2.100
>   libswresample   2.  3.100 /  2.  3.100
>   libpostproc54.  1.100 / 54.  1.100
> Hyper fast Audio and Video encoder
> usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] 
> outfile}...
> Reading the man page and looking at the -help output I don't see a command
> line option for turning off all that information. Is there a way to do so?
> TIA,
> Rich

The option is -hide_banner.

alias ffmpeg='ffmpeg -hide_banner'

and you'll never see it again.

--
Dave

Love is a snowmobile racing across the tundra and then suddenly it flips over,
pinning you underneath.  At night, the ice weasels come.
 --Friedrich Nietzsche
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] Invoke ffmpeg without configuration display

2021-02-10 Thread Rich Shepard

Each time I invoke ffmpeg I get a large heading:
$ ffmpeg
ffmpeg version 3.2.4 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 5.5.0 (GCC)
  configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 
--docdir=/usr/doc/ffmpeg-3.2.4/html --mandir=/usr/man --disable-debug 
--enable-shared --disable-static --enable-gpl --enable-version3 
--enable-avresample --arch=x86_64 --enable-libfontconfig --enable-libfreetype 
--enable-libfribidi --enable-gnutls --enable-libcaca --enable-libcdio 
--enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvorbis 
--enable-libvpx --enable-opengl --enable-libopenjpeg --enable-libpulse 
--enable-libsmbclient --enable-libwavpack --enable-x11grab
  libavutil  55. 34.101 / 55. 34.101
  libavcodec 57. 64.101 / 57. 64.101
  libavformat57. 56.101 / 57. 56.101
  libavdevice57.  1.100 / 57.  1.100
  libavfilter 6. 65.100 /  6. 65.100
  libavresample   3.  1.  0 /  3.  1.  0
  libswscale  4.  2.100 /  4.  2.100
  libswresample   2.  3.100 /  2.  3.100
  libpostproc54.  1.100 / 54.  1.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] 
outfile}...

Reading the man page and looking at the -help output I don't see a command
line option for turning off all that information. Is there a way to do so?

TIA,

Rich
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/