Even if you want to open ffmpeg, it closes in an instant.

Asked 2 years ago, Updated 2 years ago, 109 views

Even if you want to open ffmpeg, it opens and closes in an instant.Should I start over from scratch?In that case, all I can do is cry myself to sleep.
I also asked a question on Teratail, but they pointed out that the pass was passing.

The following is the result of a command prompt:

C:\Users\mizun>ffmpeg-version
ffmpeg version n5.0-4-g911d7f167c-20220322 Copyright (c) 2000-2022 the FFmpeg developers
build with gcc 11.2.0 (crossstool-NG 1.24.0.533_681aaef)
configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-version3 --disable-debug --enable-shared --disable-static --disable-w32threads --enable-pthreads --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --disable-libpulse --enable-libvmaf --disable-libxcb --disable-xlib --enable-amf --enable-libaom --disable-avisynth --enable-libdav1d --disable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --disable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --disable-librubberband --enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --disable-libdrm --disable-vaapi --disable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --disable-libx264 --disable-libx265 --disable-libxavs2 --disable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags= --extra-libs=-lgomp --extra-version=20220322
libavutil 57.17.100/57.17.100
libavcodec 59.18.100/59.18.100
libavformat 59.16.100/59.16.100
libavdevice59.4.100/59.4.100
libavfilter 8.24.100 / 8.24.100
libswscale 6.4.100 / 6.4.100
libswresample 4.3.100 / 4.3.100

C:\Users\mizun>

ffmpeg

2022-09-30 15:30

1 Answers

The ffmpeg is a tool that runs with the command, so there is no GUI available.
Double-clicking from Explorer does not display a browser-like screen, for example.

You must run it with the command as you ran ffmpeg-version at the command prompt.

Example:

ffmpeg-i input.avi-b:v64k-bufsize64k output.avi

reference:
ffmpeg Documentation


2022-09-30 15:30

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.