「yonewikiについて履歴150220」の版間の差分
(ページの作成:「うぐぐ2013/12/07になって気づいたんすけど<nowiki><br /></nowiki>で改行しまくりの文書ってマナー違反というか、wikiではお勧めできない記述だったんすね。かといって改行しないでフルハイビジョンのディスプレイに表示させると文章が横に長くなり過ぎる。そこで、文章の領域を80%にすることにしました。そしたら、もう、今まで書いてきた奴がぐちゃ…」) |
編集の要約なし |
||
26行目: | 26行目: | ||
(c) 2019 Microsoft Corporation. All rights reserved. | (c) 2019 Microsoft Corporation. All rights reserved. | ||
C:\WINDOWS\system32>cd C:\Users\ | C:\WINDOWS\system32>cd C:\Users\ユーザID\Videos\Captures | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -i black_audio_pretender.mkv -i Silent.wav -c:v copy -c:a libmp3lame -strict experimental -map 0:v -map 1:a black.mkv | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
72行目: | 72行目: | ||
video:747kB audio:3516kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.708681% | video:747kB audio:3516kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.708681% | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -formats | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
455行目: | 455行目: | ||
DE yuv4mpegpipe YUV4MPEG pipe | DE yuv4mpegpipe YUV4MPEG pipe | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg-formats - FFmpeg formats | ||
'ffmpeg-formats' は、内部コマンドまたは外部コマンド、 | 'ffmpeg-formats' は、内部コマンドまたは外部コマンド、 | ||
操作可能なプログラムまたはバッチ ファイルとして認識されていません。 | 操作可能なプログラムまたはバッチ ファイルとして認識されていません。 | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -formats - FFmpeg formats | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
842行目: | 842行目: | ||
DE yuv4mpegpipe YUV4MPEG pipe | DE yuv4mpegpipe YUV4MPEG pipe | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -i black.mp4 -i Silent.wav -c:v copy -c:a libmp3lame -strict experimental -vf "fps=30" -aspect 16:9 -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k -map 0:v -map 1:a 10min_black.mp4 | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
876行目: | 876行目: | ||
Filtering and streamcopy cannot be used together. | Filtering and streamcopy cannot be used together. | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -i black.mp4 -i Silent.wav -c:v copy -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -strict experimental -vf "fps=30" -aspect 16:9 -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k -map 0:v -map 1:a 10min_black.mp4 | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
910行目: | 910行目: | ||
Filtering and streamcopy cannot be used together. | Filtering and streamcopy cannot be used together. | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -i black.mp4 -i Silent.wav -c:v copy -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -strict experimental -vf "fps=24" -aspect 16:9 -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k -map 0:v -map 1:a 10min_black.mp4 | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
944行目: | 944行目: | ||
Filtering and streamcopy cannot be used together. | Filtering and streamcopy cannot be used together. | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -i black.mp4 -i Silent.wav -c:v copy -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -strict experimental -vf -aspect 16:9 -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k -map 0:v -map 1:a 10min_black.mp4 | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
978行目: | 978行目: | ||
16:9: Invalid argument | 16:9: Invalid argument | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -i black.mp4 -i Silent.wav -c:v copy -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -strict experimental -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k -map 0:v -map 1:a 10min_black.mp4 | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
1,028行目: | 1,028行目: | ||
video:1494kB audio:4688kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 7.420061% | video:1494kB audio:4688kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 7.420061% | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -i zainichfunc.avi -sn -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -c:v libxvid -crf 24 -vtag DIVX -vf "fps=30,scale=720:480" -aspect 16:9 -mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
1,047行目: | 1,047行目: | ||
Stream #0:0: Video: rawvideo (IYUV / 0x56555949), yuv420p, 720x480, 29.99 fps, 29.99 tbr, 29.99 tbn, 29.99 tbc | Stream #0:0: Video: rawvideo (IYUV / 0x56555949), yuv420p, 720x480, 29.99 fps, 29.99 tbr, 29.99 tbn, 29.99 tbc | ||
Stream #0:1: Audio: none (Og[0][0] / 0x674F), 48000 Hz, stereo, 64 kb/s | Stream #0:1: Audio: none (Og[0][0] / 0x674F), 48000 Hz, stereo, 64 kb/s | ||
Codec AVOption crf (Select the quality for constant quality mode) | Codec AVOption crf (Select the quality for constant quality mode) ユーザIDfied for output file #0 (output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. | ||
Stream mapping: | Stream mapping: | ||
Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (libxvid)) | Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (libxvid)) | ||
1,053行目: | 1,053行目: | ||
Decoder (codec none) not found for input stream #0:1 | Decoder (codec none) not found for input stream #0:1 | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -i zainichfunc.avi -i aruiha.mp3 -sn -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -c:v libxvid -crf 24 -vtag DIVX -vf "fps=30,scale=720:480" -aspect 16:9 -mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
1,080行目: | 1,080行目: | ||
Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s | Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s | ||
Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s | Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s | ||
Codec AVOption crf (Select the quality for constant quality mode) | Codec AVOption crf (Select the quality for constant quality mode) ユーザIDfied for output file #0 (output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. | ||
File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y | File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y | ||
Stream mapping: | Stream mapping: | ||
1,098行目: | 1,098行目: | ||
video:4kB audio:4934kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 6.444430% | video:4kB audio:4934kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 6.444430% | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -i zainichfunc.avi -i aruiha.mp3 -sn -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -c:v libxvid -crf 24 -vtag DIVX -vf "fps=30,scale=720:480" -aspect 16:9 -mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
1,125行目: | 1,125行目: | ||
Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s | Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s | ||
Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s | Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s | ||
Codec AVOption crf (Select the quality for constant quality mode) | Codec AVOption crf (Select the quality for constant quality mode) ユーザIDfied for output file #0 (output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. | ||
File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y | File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y | ||
Stream mapping: | Stream mapping: | ||
1,143行目: | 1,143行目: | ||
video:4kB audio:4934kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 6.444430% | video:4kB audio:4934kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 6.444430% | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -i aruiha_nonComp.avi -i aruiha.mp3 -sn -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -c:v libxvid -crf 24 -vtag DIVX -vf "fps=30,scale=720:480" -aspect 16:9 -mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
1,168行目: | 1,168行目: | ||
Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s | Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s | ||
Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s | Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s | ||
Codec AVOption crf (Select the quality for constant quality mode) | Codec AVOption crf (Select the quality for constant quality mode) ユーザIDfied for output file #0 (output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. | ||
File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y | File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y | ||
output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi: Permission denied | output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi: Permission denied | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures>ffmpeg -i aruiha_nonComp.avi -i aruiha.mp3 -sn -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -c:v libxvid -crf 24 -vtag DIVX -vf "fps=30,scale=720:480" -aspect 16:9 -mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi | ||
ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers | ||
built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | built with gcc 10.2.0 (Rev3, Built by MSYS2 project) | ||
1,197行目: | 1,197行目: | ||
Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s | Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s | ||
Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s | Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s | ||
Codec AVOption crf (Select the quality for constant quality mode) | Codec AVOption crf (Select the quality for constant quality mode) ユーザIDfied for output file #0 (output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. | ||
File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y | File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y | ||
Stream mapping: | Stream mapping: | ||
1,215行目: | 1,215行目: | ||
video:4569kB audio:4931kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 5.689705% | video:4569kB audio:4931kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 5.689705% | ||
C:\Users\ | C:\Users\ユーザID\Videos\Captures> |
2023年7月17日 (月) 17:36時点における最新版
うぐぐ2013/12/07になって気づいたんすけど<br />で改行しまくりの文書ってマナー違反というか、wikiではお勧めできない記述だったんすね。かといって改行しないでフルハイビジョンのディスプレイに表示させると文章が横に長くなり過ぎる。そこで、文章の領域を80%にすることにしました。そしたら、もう、今まで書いてきた奴がぐちゃぐちゃでして(汗。やらかしたー! あー オレ やらかしたー!
このページはMediaWikiシステムを使っていますが、ウィキペディアやアンサイクロペディアの外部にある個人ホームページの一部です。
Wikiシステムを使って、ちょっとした出来事のメモを体系的に残してみようかと思っています。みんなで作るのがWikiですが、
残念ながらこのページは管理者だけが更新するページです。あしからず…
管理者自身に関係あることだけを体系的にまとめるページです。
参加されたい方はまず友達になって、それから酒でも飲んで、それで意気投合とかしたら権限付与します。とても険しい道のりです。
内向的な性格ですので、ほぼ、ありえないでしょう。
記事を訂正を指摘したい場合はDevlog:YoneWiki全般のブログの記事に投稿して下さい。
xxxの項目のxxっていうのは間違ってます。だけでもありがたいです。正解は自分で確認します。正解まで書いていただけると助かりますが…
というか、このSiteで間違えている情報を正す意味はあまりないので、基本的には放置されてしまうのが通常だと思っています。
見過ごせないと考える人は、その記載事項にとても興味や関心をもつ熱意ある人で、間違いは見過ごせない、アグレッシブな方なんだと思います。
ちなみにこのSiteのTopホームページはコチラです。
このページのリストで赤文字のリンクがたくさんありますが、このリンク先には、記事がありません。本家のWikipediaと同じです。
でも、これから作りたいなぁと思っている項目ではあります。
このページは百科事典ではありません。管理人の主観によって作成されているもので、信頼性の低い情報も含まれています。ご注意ください。
Microsoft Windows [Version 10.0.18363.1198] (c) 2019 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>cd C:\Users\ユーザID\Videos\Captures
C:\Users\ユーザID\Videos\Captures>ffmpeg -i black_audio_pretender.mkv -i Silent.wav -c:v copy -c:a libmp3lame -strict experimental -map 0:v -map 1:a black.mkv ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
Input #0, matroska,webm, from 'black_audio_pretender.mkv':
Metadata: ENCODER : Lavf57.71.100 Duration: 00:05:00.10, start: 0.067000, bitrate: 152 kb/s Stream #0:0: Video: mpeg4 (Advanced Simple Profile), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 30 fps, 30 tbr, 1k tbn, 30 tbc (default) Metadata: DURATION : 00:05:00.100006104 Stream #0:1: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s (default) Metadata: DURATION : 00:05:00.057006836
Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, wav, from 'Silent.wav':
Metadata: encoder : Coderium SoundEngine Free 5.23 Duration: 00:05:00.00, bitrate: 1024 kb/s Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 32000 Hz, stereo, s16, 1024 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy) Stream #1:0 -> #0:1 (pcm_s16le (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help Output #0, matroska, to 'black.mkv':
Metadata: encoder : Lavf58.45.100 Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (FMP4 / 0x34504D46), yuv420p, 720x480 [SAR 1:1 DAR 3:2], q=2-31, 30 fps, 30 tbr, 1k tbn, 1k tbc (default) Metadata: DURATION : 00:05:00.100006104 Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 32000 Hz, stereo, s16p Metadata: encoder : Lavc58.91.100 libmp3lame
frame= 9000 fps=1061 q=-1.0 Lsize= 4379kB time=00:05:00.02 bitrate= 119.6kbits/s speed=35.4x video:747kB audio:3516kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.708681%
C:\Users\ユーザID\Videos\Captures>ffmpeg -formats ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
File formats:
D. = Demuxing supported .E = Muxing supported -- D 3dostr 3DO STR E 3g2 3GP2 (3GPP2 file format) E 3gp 3GP (3GPP file format) D 4xm 4X Technologies E a64 a64 - video for Commodore 64 D aa Audible AA format files D aac raw ADTS AAC (Advanced Audio Coding) DE ac3 raw AC-3 D acm Interplay ACM D act ACT Voice file format D adf Artworx Data Format D adp ADP D ads Sony PS2 ADS E adts ADTS AAC (Advanced Audio Coding) DE adx CRI ADX D aea MD STUDIO audio D afc AFC DE aiff Audio IFF D aix CRI AIX DE alaw PCM A-law D alias_pix Alias/Wavefront PIX image D alp LEGO Racers ALP DE amr 3GPP AMR D amrnb raw AMR-NB D amrwb raw AMR-WB D anm Deluxe Paint Animation D apc CRYO APC D ape Monkey's Audio D apm Ubisoft Rayman 2 APM DE apng Animated Portable Network Graphics DE aptx raw aptX (Audio Processing Technology for Bluetooth) DE aptx_hd raw aptX HD (Audio Processing Technology for Bluetooth) D aqtitle AQTitle subtitles D argo_asf Argonaut Games ASF DE asf ASF (Advanced / Active Streaming Format) D asf_o ASF (Advanced / Active Streaming Format) E asf_stream ASF (Advanced / Active Streaming Format) DE ass SSA (SubStation Alpha) subtitle DE ast AST (Audio Stream) DE au Sun AU D av1 AV1 Annex B DE avi AVI (Audio Video Interleaved) D avisynth AviSynth script E avm2 SWF (ShockWave Flash) (AVM2) D avr AVR (Audio Visual Research) D avs Argonaut Games Creature Shock DE avs2 raw AVS2-P2/IEEE1857.4 video D bethsoftvid Bethesda Softworks VID D bfi Brute Force & Ignorance D bfstm BFSTM (Binary Cafe Stream) D bin Binary text D bink Bink DE bit G.729 BIT file format D bmp_pipe piped bmp sequence D bmv Discworld II BMV D boa Black Ops Audio D brender_pix BRender PIX image D brstm BRSTM (Binary Revolution Stream) D c93 Interplay C93 E caca caca (color ASCII art) output device DE caf Apple CAF (Core Audio Format) DE cavsvideo raw Chinese AVS (Audio Video Standard) video D cdg CD Graphics D cdxl Commodore CDXL video E chromaprint Chromaprint D cine Phantom Cine DE codec2 codec2 .c2 muxer DE codec2raw raw codec2 muxer D concat Virtual concatenation script E crc CRC testing DE dash DASH Muxer DE data raw data DE daud D-Cinema audio D dcstr Sega DC STR D dds_pipe piped dds sequence D derf Xilam DERF D dfa Chronomaster DFA D dhav Video DAV DE dirac raw Dirac DE dnxhd raw DNxHD (SMPTE VC-3) D dpx_pipe piped dpx sequence D dsf DSD Stream File (DSF) D dshow DirectShow capture D dsicin Delphine Software International CIN D dss Digital Speech Standard (DSS) DE dts raw DTS D dtshd raw DTS-HD DE dv DV (Digital Video) D dvbsub raw dvbsub D dvbtxt dvbtxt E dvd MPEG-2 PS (DVD VOB) D dxa DXA D ea Electronic Arts Multimedia D ea_cdata Electronic Arts cdata DE eac3 raw E-AC-3 D epaf Ensoniq Paris Audio File D exr_pipe piped exr sequence DE f32be PCM 32-bit floating-point big-endian DE f32le PCM 32-bit floating-point little-endian E f4v F4V Adobe Flash Video DE f64be PCM 64-bit floating-point big-endian DE f64le PCM 64-bit floating-point little-endian DE ffmetadata FFmpeg metadata in text E fifo FIFO queue pseudo-muxer E fifo_test Fifo test muxer DE film_cpk Sega FILM / CPK DE filmstrip Adobe Filmstrip DE fits Flexible Image Transport System DE flac raw FLAC D flic FLI/FLC/FLX animation DE flv FLV (Flash Video) E framecrc framecrc testing E framehash Per-frame hash testing E framemd5 Per-frame MD5 testing D frm Megalux Frame D fsb FMOD Sample Bank D fwse Capcom's MT Framework sound DE g722 raw G.722 DE g723_1 raw G.723.1 DE g726 raw big-endian G.726 ("left-justified") DE g726le raw little-endian G.726 ("right-justified") D g729 G.729 raw format demuxer D gdigrab GDI API Windows frame grabber D gdv Gremlin Digital Video D genh GENeric Header DE gif CompuServe Graphics Interchange Format (GIF) D gif_pipe piped gif sequence DE gsm raw GSM DE gxf GXF (General eXchange Format) DE h261 raw H.261 DE h263 raw H.263 DE h264 raw H.264 video E hash Hash testing D hca CRI HCA D hcom Macintosh HCOM E hds HDS Muxer DE hevc raw HEVC video DE hls Apple HTTP Live Streaming D hnm Cryo HNM v4 DE ico Microsoft Windows ICO D idcin id Cinematic D idf iCE Draw File D iff IFF (Interchange File Format) D ifv IFV CCTV DVR DE ilbc iLBC storage DE image2 image2 sequence DE image2pipe piped image2 sequence D ingenient raw Ingenient MJPEG D ipmovie Interplay MVE E ipod iPod H.264 MP4 (MPEG-4 Part 14) DE ircam Berkeley/IRCAM/CARL Sound Format E ismv ISMV/ISMA (Smooth Streaming) D iss Funcom ISS D iv8 IndigoVision 8000 video DE ivf On2 IVF D ivr IVR (Internet Video Recording) D j2k_pipe piped j2k sequence DE jacosub JACOsub subtitle format D jpeg_pipe piped jpeg sequence D jpegls_pipe piped jpegls sequence D jv Bitmap Brothers JV D kux KUX (YouKu) DE kvag Simon & Schuster Interactive VAG E latm LOAS/LATM D lavfi Libavfilter virtual input device D libcdio D libgme Game Music Emu demuxer D libmodplug ModPlug demuxer D libopenmpt Tracker formats (libopenmpt) D live_flv live RTMP FLV (Flash Video) D lmlm4 raw lmlm4 D loas LOAS AudioSyncStream DE lrc LRC lyrics D lvf LVF D lxf VR native stream (LXF) DE m4v raw MPEG-4 video E matroska Matroska D matroska,webm Matroska / WebM E md5 MD5 testing D mgsts Metal Gear Solid: The Twin Snakes DE microdvd MicroDVD subtitle format DE mjpeg raw MJPEG video D mjpeg_2000 raw MJPEG 2000 video E mkvtimestamp_v2 extract pts as timecode v2 format, as defined by mkvtoolnix DE mlp raw MLP D mlv Magic Lantern Video (MLV) D mm American Laser Games MM DE mmf Yamaha SMAF E mov QuickTime / MOV D mov,mp4,m4a,3gp,3g2,mj2 QuickTime / MOV E mp2 MP2 (MPEG audio layer 2) DE mp3 MP3 (MPEG audio layer 3) E mp4 MP4 (MPEG-4 Part 14) D mpc Musepack D mpc8 Musepack SV8 DE mpeg MPEG-1 Systems / MPEG program stream E mpeg1video raw MPEG-1 video E mpeg2video raw MPEG-2 video DE mpegts MPEG-TS (MPEG-2 Transport Stream) D mpegtsraw raw MPEG-TS (MPEG-2 Transport Stream) D mpegvideo raw MPEG video DE mpjpeg MIME multipart JPEG D mpl2 MPL2 subtitles D mpsub MPlayer subtitles D msf Sony PS3 MSF D msnwctcp MSN TCP Webcam stream D mtaf Konami PS2 MTAF D mtv MTV DE mulaw PCM mu-law D musx Eurocom MUSX D mv Silicon Graphics Movie D mvi Motion Pixels MVI DE mxf MXF (Material eXchange Format) E mxf_d10 MXF (Material eXchange Format) D-10 Mapping E mxf_opatom MXF (Material eXchange Format) Operational Pattern Atom D mxg MxPEG clip D nc NC camera feed D nistsphere NIST SPeech HEader REsources D nsp Computerized Speech Lab NSP D nsv Nullsoft Streaming Video E null raw null video DE nut NUT D nuv NuppelVideo E oga Ogg Audio DE ogg Ogg E ogv Ogg Video DE oma Sony OpenMG audio E opus Ogg Opus D paf Amazing Studio Packed Animation File D pam_pipe piped pam sequence D pbm_pipe piped pbm sequence D pcx_pipe piped pcx sequence D pgm_pipe piped pgm sequence D pgmyuv_pipe piped pgmyuv sequence D pictor_pipe piped pictor sequence D pjs PJS (Phoenix Japanimation Society) subtitles D pmp Playstation Portable PMP D png_pipe piped png sequence D pp_bnk Pro Pinball Series Soundbank D ppm_pipe piped ppm sequence D psd_pipe piped psd sequence E psp PSP MP4 (MPEG-4 Part 14) D psxstr Sony Playstation STR D pva TechnoTrend PVA D pvf PVF (Portable Voice Format) D qcp QCP D qdraw_pipe piped qdraw sequence D r3d REDCODE R3D DE rawvideo raw video D realtext RealText subtitle format D redspark RedSpark D rl2 RL2 DE rm RealMedia DE roq raw id RoQ D rpl RPL / ARMovie D rsd GameCube RSD DE rso Lego Mindstorms RSO DE rtp RTP output E rtp_mpegts RTP/mpegts output format DE rtsp RTSP output DE s16be PCM signed 16-bit big-endian DE s16le PCM signed 16-bit little-endian DE s24be PCM signed 24-bit big-endian DE s24le PCM signed 24-bit little-endian DE s32be PCM signed 32-bit big-endian DE s32le PCM signed 32-bit little-endian D s337m SMPTE 337M DE s8 PCM signed 8-bit D sami SAMI subtitle format DE sap SAP output DE sbc raw SBC D sbg SBaGen binaural beats script DE scc Scenarist Closed Captions E sdl,sdl2 SDL2 output device D sdp SDP D sdr2 SDR2 D sds MIDI Sample Dump Standard D sdx Sample Dump eXchange E segment segment D ser SER (Simple uncompressed video format for astronomical capturing) D sgi_pipe piped sgi sequence D shn raw Shorten D siff Beam Software SIFF E singlejpeg JPEG single image D sln Asterisk raw pcm DE smjpeg Loki SDL MJPEG D smk Smacker E smoothstreaming Smooth Streaming Muxer D smush LucasArts Smush D sol Sierra SOL DE sox SoX native DE spdif IEC 61937 (used on S/PDIF - IEC958) E spx Ogg Speex DE srt SubRip subtitle D stl Spruce subtitle format E stream_segment,ssegment streaming segment muxer E streamhash Per-stream hash testing D subviewer SubViewer subtitle format D subviewer1 SubViewer v1 subtitle format D sunrast_pipe piped sunrast sequence DE sup raw HDMV Presentation Graphic Stream subtitles D svag Konami PS2 SVAG E svcd MPEG-2 PS (SVCD) D svg_pipe piped svg sequence DE swf SWF (ShockWave Flash) D tak raw TAK D tedcaptions TED Talks captions E tee Multiple muxer tee D thp THP D tiertexseq Tiertex Limited SEQ D tiff_pipe piped tiff sequence D tmv 8088flex TMV DE truehd raw TrueHD DE tta TTA (True Audio) D tty Tele-typewriter D txd Renderware TeXture Dictionary D ty TiVo TY Stream DE u16be PCM unsigned 16-bit big-endian DE u16le PCM unsigned 16-bit little-endian DE u24be PCM unsigned 24-bit big-endian DE u24le PCM unsigned 24-bit little-endian DE u32be PCM unsigned 32-bit big-endian DE u32le PCM unsigned 32-bit little-endian DE u8 PCM unsigned 8-bit E uncodedframecrc uncoded framecrc testing D v210 Uncompressed 4:2:2 10-bit D v210x Uncompressed 4:2:2 10-bit D vag Sony PS2 VAG DE vc1 raw VC-1 video DE vc1test VC-1 test bitstream E vcd MPEG-1 Systems / MPEG program stream (VCD) D vfwcap VfW video capture DE vidc PCM Archimedes VIDC D vividas Vividas VIV D vivo Vivo D vmd Sierra VMD E vob MPEG-2 PS (VOB) D vobsub VobSub subtitle format DE voc Creative Voice D vpk Sony PS2 VPK D vplayer VPlayer subtitles D vqf Nippon Telegraph and Telephone Corporation (NTT) TwinVQ DE w64 Sony Wave64 DE wav WAV / WAVE (Waveform Audio) D wc3movie Wing Commander III movie E webm WebM E webm_chunk WebM Chunk Muxer DE webm_dash_manifest WebM DASH Manifest E webp WebP D webp_pipe piped webp sequence DE webvtt WebVTT subtitle D wsaud Westwood Studios audio D wsd Wideband Single-bit Data (WSD) D wsvqa Westwood Studios VQA DE wtv Windows Television (WTV) DE wv raw WavPack D wve Psion 3 audio D xa Maxis XA D xbin eXtended BINary text (XBIN) D xmv Microsoft XMV D xpm_pipe piped xpm sequence D xvag Sony PS3 XVAG D xwd_pipe piped xwd sequence D xwma Microsoft xWMA D yop Psygnosis YOP DE yuv4mpegpipe YUV4MPEG pipe
C:\Users\ユーザID\Videos\Captures>ffmpeg-formats - FFmpeg formats 'ffmpeg-formats' は、内部コマンドまたは外部コマンド、 操作可能なプログラムまたはバッチ ファイルとして認識されていません。
C:\Users\ユーザID\Videos\Captures>ffmpeg -formats - FFmpeg formats ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
File formats:
D. = Demuxing supported .E = Muxing supported -- D 3dostr 3DO STR E 3g2 3GP2 (3GPP2 file format) E 3gp 3GP (3GPP file format) D 4xm 4X Technologies E a64 a64 - video for Commodore 64 D aa Audible AA format files D aac raw ADTS AAC (Advanced Audio Coding) DE ac3 raw AC-3 D acm Interplay ACM D act ACT Voice file format D adf Artworx Data Format D adp ADP D ads Sony PS2 ADS E adts ADTS AAC (Advanced Audio Coding) DE adx CRI ADX D aea MD STUDIO audio D afc AFC DE aiff Audio IFF D aix CRI AIX DE alaw PCM A-law D alias_pix Alias/Wavefront PIX image D alp LEGO Racers ALP DE amr 3GPP AMR D amrnb raw AMR-NB D amrwb raw AMR-WB D anm Deluxe Paint Animation D apc CRYO APC D ape Monkey's Audio D apm Ubisoft Rayman 2 APM DE apng Animated Portable Network Graphics DE aptx raw aptX (Audio Processing Technology for Bluetooth) DE aptx_hd raw aptX HD (Audio Processing Technology for Bluetooth) D aqtitle AQTitle subtitles D argo_asf Argonaut Games ASF DE asf ASF (Advanced / Active Streaming Format) D asf_o ASF (Advanced / Active Streaming Format) E asf_stream ASF (Advanced / Active Streaming Format) DE ass SSA (SubStation Alpha) subtitle DE ast AST (Audio Stream) DE au Sun AU D av1 AV1 Annex B DE avi AVI (Audio Video Interleaved) D avisynth AviSynth script E avm2 SWF (ShockWave Flash) (AVM2) D avr AVR (Audio Visual Research) D avs Argonaut Games Creature Shock DE avs2 raw AVS2-P2/IEEE1857.4 video D bethsoftvid Bethesda Softworks VID D bfi Brute Force & Ignorance D bfstm BFSTM (Binary Cafe Stream) D bin Binary text D bink Bink DE bit G.729 BIT file format D bmp_pipe piped bmp sequence D bmv Discworld II BMV D boa Black Ops Audio D brender_pix BRender PIX image D brstm BRSTM (Binary Revolution Stream) D c93 Interplay C93 E caca caca (color ASCII art) output device DE caf Apple CAF (Core Audio Format) DE cavsvideo raw Chinese AVS (Audio Video Standard) video D cdg CD Graphics D cdxl Commodore CDXL video E chromaprint Chromaprint D cine Phantom Cine DE codec2 codec2 .c2 muxer DE codec2raw raw codec2 muxer D concat Virtual concatenation script E crc CRC testing DE dash DASH Muxer DE data raw data DE daud D-Cinema audio D dcstr Sega DC STR D dds_pipe piped dds sequence D derf Xilam DERF D dfa Chronomaster DFA D dhav Video DAV DE dirac raw Dirac DE dnxhd raw DNxHD (SMPTE VC-3) D dpx_pipe piped dpx sequence D dsf DSD Stream File (DSF) D dshow DirectShow capture D dsicin Delphine Software International CIN D dss Digital Speech Standard (DSS) DE dts raw DTS D dtshd raw DTS-HD DE dv DV (Digital Video) D dvbsub raw dvbsub D dvbtxt dvbtxt E dvd MPEG-2 PS (DVD VOB) D dxa DXA D ea Electronic Arts Multimedia D ea_cdata Electronic Arts cdata DE eac3 raw E-AC-3 D epaf Ensoniq Paris Audio File D exr_pipe piped exr sequence DE f32be PCM 32-bit floating-point big-endian DE f32le PCM 32-bit floating-point little-endian E f4v F4V Adobe Flash Video DE f64be PCM 64-bit floating-point big-endian DE f64le PCM 64-bit floating-point little-endian DE ffmetadata FFmpeg metadata in text E fifo FIFO queue pseudo-muxer E fifo_test Fifo test muxer DE film_cpk Sega FILM / CPK DE filmstrip Adobe Filmstrip DE fits Flexible Image Transport System DE flac raw FLAC D flic FLI/FLC/FLX animation DE flv FLV (Flash Video) E framecrc framecrc testing E framehash Per-frame hash testing E framemd5 Per-frame MD5 testing D frm Megalux Frame D fsb FMOD Sample Bank D fwse Capcom's MT Framework sound DE g722 raw G.722 DE g723_1 raw G.723.1 DE g726 raw big-endian G.726 ("left-justified") DE g726le raw little-endian G.726 ("right-justified") D g729 G.729 raw format demuxer D gdigrab GDI API Windows frame grabber D gdv Gremlin Digital Video D genh GENeric Header DE gif CompuServe Graphics Interchange Format (GIF) D gif_pipe piped gif sequence DE gsm raw GSM DE gxf GXF (General eXchange Format) DE h261 raw H.261 DE h263 raw H.263 DE h264 raw H.264 video E hash Hash testing D hca CRI HCA D hcom Macintosh HCOM E hds HDS Muxer DE hevc raw HEVC video DE hls Apple HTTP Live Streaming D hnm Cryo HNM v4 DE ico Microsoft Windows ICO D idcin id Cinematic D idf iCE Draw File D iff IFF (Interchange File Format) D ifv IFV CCTV DVR DE ilbc iLBC storage DE image2 image2 sequence DE image2pipe piped image2 sequence D ingenient raw Ingenient MJPEG D ipmovie Interplay MVE E ipod iPod H.264 MP4 (MPEG-4 Part 14) DE ircam Berkeley/IRCAM/CARL Sound Format E ismv ISMV/ISMA (Smooth Streaming) D iss Funcom ISS D iv8 IndigoVision 8000 video DE ivf On2 IVF D ivr IVR (Internet Video Recording) D j2k_pipe piped j2k sequence DE jacosub JACOsub subtitle format D jpeg_pipe piped jpeg sequence D jpegls_pipe piped jpegls sequence D jv Bitmap Brothers JV D kux KUX (YouKu) DE kvag Simon & Schuster Interactive VAG E latm LOAS/LATM D lavfi Libavfilter virtual input device D libcdio D libgme Game Music Emu demuxer D libmodplug ModPlug demuxer D libopenmpt Tracker formats (libopenmpt) D live_flv live RTMP FLV (Flash Video) D lmlm4 raw lmlm4 D loas LOAS AudioSyncStream DE lrc LRC lyrics D lvf LVF D lxf VR native stream (LXF) DE m4v raw MPEG-4 video E matroska Matroska D matroska,webm Matroska / WebM E md5 MD5 testing D mgsts Metal Gear Solid: The Twin Snakes DE microdvd MicroDVD subtitle format DE mjpeg raw MJPEG video D mjpeg_2000 raw MJPEG 2000 video E mkvtimestamp_v2 extract pts as timecode v2 format, as defined by mkvtoolnix DE mlp raw MLP D mlv Magic Lantern Video (MLV) D mm American Laser Games MM DE mmf Yamaha SMAF E mov QuickTime / MOV D mov,mp4,m4a,3gp,3g2,mj2 QuickTime / MOV E mp2 MP2 (MPEG audio layer 2) DE mp3 MP3 (MPEG audio layer 3) E mp4 MP4 (MPEG-4 Part 14) D mpc Musepack D mpc8 Musepack SV8 DE mpeg MPEG-1 Systems / MPEG program stream E mpeg1video raw MPEG-1 video E mpeg2video raw MPEG-2 video DE mpegts MPEG-TS (MPEG-2 Transport Stream) D mpegtsraw raw MPEG-TS (MPEG-2 Transport Stream) D mpegvideo raw MPEG video DE mpjpeg MIME multipart JPEG D mpl2 MPL2 subtitles D mpsub MPlayer subtitles D msf Sony PS3 MSF D msnwctcp MSN TCP Webcam stream D mtaf Konami PS2 MTAF D mtv MTV DE mulaw PCM mu-law D musx Eurocom MUSX D mv Silicon Graphics Movie D mvi Motion Pixels MVI DE mxf MXF (Material eXchange Format) E mxf_d10 MXF (Material eXchange Format) D-10 Mapping E mxf_opatom MXF (Material eXchange Format) Operational Pattern Atom D mxg MxPEG clip D nc NC camera feed D nistsphere NIST SPeech HEader REsources D nsp Computerized Speech Lab NSP D nsv Nullsoft Streaming Video E null raw null video DE nut NUT D nuv NuppelVideo E oga Ogg Audio DE ogg Ogg E ogv Ogg Video DE oma Sony OpenMG audio E opus Ogg Opus D paf Amazing Studio Packed Animation File D pam_pipe piped pam sequence D pbm_pipe piped pbm sequence D pcx_pipe piped pcx sequence D pgm_pipe piped pgm sequence D pgmyuv_pipe piped pgmyuv sequence D pictor_pipe piped pictor sequence D pjs PJS (Phoenix Japanimation Society) subtitles D pmp Playstation Portable PMP D png_pipe piped png sequence D pp_bnk Pro Pinball Series Soundbank D ppm_pipe piped ppm sequence D psd_pipe piped psd sequence E psp PSP MP4 (MPEG-4 Part 14) D psxstr Sony Playstation STR D pva TechnoTrend PVA D pvf PVF (Portable Voice Format) D qcp QCP D qdraw_pipe piped qdraw sequence D r3d REDCODE R3D DE rawvideo raw video D realtext RealText subtitle format D redspark RedSpark D rl2 RL2 DE rm RealMedia DE roq raw id RoQ D rpl RPL / ARMovie D rsd GameCube RSD DE rso Lego Mindstorms RSO DE rtp RTP output E rtp_mpegts RTP/mpegts output format DE rtsp RTSP output DE s16be PCM signed 16-bit big-endian DE s16le PCM signed 16-bit little-endian DE s24be PCM signed 24-bit big-endian DE s24le PCM signed 24-bit little-endian DE s32be PCM signed 32-bit big-endian DE s32le PCM signed 32-bit little-endian D s337m SMPTE 337M DE s8 PCM signed 8-bit D sami SAMI subtitle format DE sap SAP output DE sbc raw SBC D sbg SBaGen binaural beats script DE scc Scenarist Closed Captions E sdl,sdl2 SDL2 output device D sdp SDP D sdr2 SDR2 D sds MIDI Sample Dump Standard D sdx Sample Dump eXchange E segment segment D ser SER (Simple uncompressed video format for astronomical capturing) D sgi_pipe piped sgi sequence D shn raw Shorten D siff Beam Software SIFF E singlejpeg JPEG single image D sln Asterisk raw pcm DE smjpeg Loki SDL MJPEG D smk Smacker E smoothstreaming Smooth Streaming Muxer D smush LucasArts Smush D sol Sierra SOL DE sox SoX native DE spdif IEC 61937 (used on S/PDIF - IEC958) E spx Ogg Speex DE srt SubRip subtitle D stl Spruce subtitle format E stream_segment,ssegment streaming segment muxer E streamhash Per-stream hash testing D subviewer SubViewer subtitle format D subviewer1 SubViewer v1 subtitle format D sunrast_pipe piped sunrast sequence DE sup raw HDMV Presentation Graphic Stream subtitles D svag Konami PS2 SVAG E svcd MPEG-2 PS (SVCD) D svg_pipe piped svg sequence DE swf SWF (ShockWave Flash) D tak raw TAK D tedcaptions TED Talks captions E tee Multiple muxer tee D thp THP D tiertexseq Tiertex Limited SEQ D tiff_pipe piped tiff sequence D tmv 8088flex TMV DE truehd raw TrueHD DE tta TTA (True Audio) D tty Tele-typewriter D txd Renderware TeXture Dictionary D ty TiVo TY Stream DE u16be PCM unsigned 16-bit big-endian DE u16le PCM unsigned 16-bit little-endian DE u24be PCM unsigned 24-bit big-endian DE u24le PCM unsigned 24-bit little-endian DE u32be PCM unsigned 32-bit big-endian DE u32le PCM unsigned 32-bit little-endian DE u8 PCM unsigned 8-bit E uncodedframecrc uncoded framecrc testing D v210 Uncompressed 4:2:2 10-bit D v210x Uncompressed 4:2:2 10-bit D vag Sony PS2 VAG DE vc1 raw VC-1 video DE vc1test VC-1 test bitstream E vcd MPEG-1 Systems / MPEG program stream (VCD) D vfwcap VfW video capture DE vidc PCM Archimedes VIDC D vividas Vividas VIV D vivo Vivo D vmd Sierra VMD E vob MPEG-2 PS (VOB) D vobsub VobSub subtitle format DE voc Creative Voice D vpk Sony PS2 VPK D vplayer VPlayer subtitles D vqf Nippon Telegraph and Telephone Corporation (NTT) TwinVQ DE w64 Sony Wave64 DE wav WAV / WAVE (Waveform Audio) D wc3movie Wing Commander III movie E webm WebM E webm_chunk WebM Chunk Muxer DE webm_dash_manifest WebM DASH Manifest E webp WebP D webp_pipe piped webp sequence DE webvtt WebVTT subtitle D wsaud Westwood Studios audio D wsd Wideband Single-bit Data (WSD) D wsvqa Westwood Studios VQA DE wtv Windows Television (WTV) DE wv raw WavPack D wve Psion 3 audio D xa Maxis XA D xbin eXtended BINary text (XBIN) D xmv Microsoft XMV D xpm_pipe piped xpm sequence D xvag Sony PS3 XVAG D xwd_pipe piped xwd sequence D xwma Microsoft xWMA D yop Psygnosis YOP DE yuv4mpegpipe YUV4MPEG pipe
C:\Users\ユーザID\Videos\Captures>ffmpeg -i black.mp4 -i Silent.wav -c:v copy -c:a libmp3lame -strict experimental -vf "fps=30" -aspect 16:9 -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k -map 0:v -map 1:a 10min_black.mp4 ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'black.mp4':
Metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42isom creation_time : 2020-12-01T11:30:36.000000Z Duration: 00:10:00.13, start: 0.000000, bitrate: 121 kb/s Stream #0:0(und): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 20 kb/s, 29.99 fps, 30 tbr, 90k tbn, 30 tbc (default) Metadata: creation_time : 2020-12-01T11:30:36.000000Z Stream #0:1(und): Audio: mp3 (mp4a / 0x6134706D), 32000 Hz, stereo, fltp, 95 kb/s (default) Metadata: creation_time : 2020-12-01T11:30:36.000000Z
Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, wav, from 'Silent.wav':
Metadata: encoder : Coderium SoundEngine Free 5.23 Duration: 00:05:00.00, bitrate: 1024 kb/s Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 32000 Hz, stereo, s16, 1024 kb/s
Filtergraph 'fps=30' was defined for video output stream 0:0 but codec copy was selected. Filtering and streamcopy cannot be used together.
C:\Users\ユーザID\Videos\Captures>ffmpeg -i black.mp4 -i Silent.wav -c:v copy -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -strict experimental -vf "fps=30" -aspect 16:9 -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k -map 0:v -map 1:a 10min_black.mp4 ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'black.mp4':
Metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42isom creation_time : 2020-12-01T11:30:36.000000Z Duration: 00:10:00.13, start: 0.000000, bitrate: 121 kb/s Stream #0:0(und): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 20 kb/s, 29.99 fps, 30 tbr, 90k tbn, 30 tbc (default) Metadata: creation_time : 2020-12-01T11:30:36.000000Z Stream #0:1(und): Audio: mp3 (mp4a / 0x6134706D), 32000 Hz, stereo, fltp, 95 kb/s (default) Metadata: creation_time : 2020-12-01T11:30:36.000000Z
Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, wav, from 'Silent.wav':
Metadata: encoder : Coderium SoundEngine Free 5.23 Duration: 00:05:00.00, bitrate: 1024 kb/s Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 32000 Hz, stereo, s16, 1024 kb/s
Filtergraph 'fps=30' was defined for video output stream 0:0 but codec copy was selected. Filtering and streamcopy cannot be used together.
C:\Users\ユーザID\Videos\Captures>ffmpeg -i black.mp4 -i Silent.wav -c:v copy -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -strict experimental -vf "fps=24" -aspect 16:9 -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k -map 0:v -map 1:a 10min_black.mp4 ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'black.mp4':
Metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42isom creation_time : 2020-12-01T11:30:36.000000Z Duration: 00:10:00.13, start: 0.000000, bitrate: 121 kb/s Stream #0:0(und): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 20 kb/s, 29.99 fps, 30 tbr, 90k tbn, 30 tbc (default) Metadata: creation_time : 2020-12-01T11:30:36.000000Z Stream #0:1(und): Audio: mp3 (mp4a / 0x6134706D), 32000 Hz, stereo, fltp, 95 kb/s (default) Metadata: creation_time : 2020-12-01T11:30:36.000000Z
Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, wav, from 'Silent.wav':
Metadata: encoder : Coderium SoundEngine Free 5.23 Duration: 00:05:00.00, bitrate: 1024 kb/s Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 32000 Hz, stereo, s16, 1024 kb/s
Filtergraph 'fps=24' was defined for video output stream 0:0 but codec copy was selected. Filtering and streamcopy cannot be used together.
C:\Users\ユーザID\Videos\Captures>ffmpeg -i black.mp4 -i Silent.wav -c:v copy -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -strict experimental -vf -aspect 16:9 -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k -map 0:v -map 1:a 10min_black.mp4 ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'black.mp4':
Metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42isom creation_time : 2020-12-01T11:30:36.000000Z Duration: 00:10:00.13, start: 0.000000, bitrate: 121 kb/s Stream #0:0(und): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 20 kb/s, 29.99 fps, 30 tbr, 90k tbn, 30 tbc (default) Metadata: creation_time : 2020-12-01T11:30:36.000000Z Stream #0:1(und): Audio: mp3 (mp4a / 0x6134706D), 32000 Hz, stereo, fltp, 95 kb/s (default) Metadata: creation_time : 2020-12-01T11:30:36.000000Z
Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, wav, from 'Silent.wav':
Metadata: encoder : Coderium SoundEngine Free 5.23 Duration: 00:05:00.00, bitrate: 1024 kb/s Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 32000 Hz, stereo, s16, 1024 kb/s
[NULL @ 000001f4e55ae640] Unable to find a suitable output format for '16:9' 16:9: Invalid argument
C:\Users\ユーザID\Videos\Captures>ffmpeg -i black.mp4 -i Silent.wav -c:v copy -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -strict experimental -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k -map 0:v -map 1:a 10min_black.mp4 ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'black.mp4':
Metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42isom creation_time : 2020-12-01T11:30:36.000000Z Duration: 00:10:00.13, start: 0.000000, bitrate: 121 kb/s Stream #0:0(und): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 20 kb/s, 29.99 fps, 30 tbr, 90k tbn, 30 tbc (default) Metadata: creation_time : 2020-12-01T11:30:36.000000Z Stream #0:1(und): Audio: mp3 (mp4a / 0x6134706D), 32000 Hz, stereo, fltp, 95 kb/s (default) Metadata: creation_time : 2020-12-01T11:30:36.000000Z
Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, wav, from 'Silent.wav':
Metadata: encoder : Coderium SoundEngine Free 5.23 Duration: 00:05:00.00, bitrate: 1024 kb/s Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 32000 Hz, stereo, s16, 1024 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy) Stream #1:0 -> #0:1 (pcm_s16le (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help Output #0, mp4, to '10min_black.mp4':
Metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42isom encoder : Lavf58.45.100 Stream #0:0(und): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 720x480 [SAR 1:1 DAR 3:2], q=2-31, 350 kb/s, 29.99 fps, 30 tbr, 90k tbn, 90k tbc (default) Metadata: creation_time : 2020-12-01T11:30:36.000000Z Stream #0:1: Audio: mp3 (libmp3lame) (mp4a / 0x6134706D), 48000 Hz, stereo, s16p, 128 kb/s Metadata: encoder : Lavc58.91.100 libmp3lame
frame=18000 fps=1405 q=-1.0 Lsize= 6640kB time=00:10:00.10 bitrate= 90.6kbits/s speed=46.8x video:1494kB audio:4688kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 7.420061%
C:\Users\ユーザID\Videos\Captures>ffmpeg -i zainichfunc.avi -sn -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -c:v libxvid -crf 24 -vtag DIVX -vf "fps=30,scale=720:480" -aspect 16:9 -mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
[avi @ 00000218437f6a40] Could not find codec parameters for stream 1 (Audio: none (Og[0][0] / 0x674F), 48000 Hz, 2 channels, 64 kb/s): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from 'zainichfunc.avi':
Duration: 00:00:00.07, start: 0.000000, bitrate: 125127 kb/s Stream #0:0: Video: rawvideo (IYUV / 0x56555949), yuv420p, 720x480, 29.99 fps, 29.99 tbr, 29.99 tbn, 29.99 tbc Stream #0:1: Audio: none (Og[0][0] / 0x674F), 48000 Hz, stereo, 64 kb/s
Codec AVOption crf (Select the quality for constant quality mode) ユーザIDfied for output file #0 (output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. Stream mapping:
Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (libxvid)) Stream #0:1 -> #0:1 (? (?) -> mp3 (libmp3lame))
Decoder (codec none) not found for input stream #0:1
C:\Users\ユーザID\Videos\Captures>ffmpeg -i zainichfunc.avi -i aruiha.mp3 -sn -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -c:v libxvid -crf 24 -vtag DIVX -vf "fps=30,scale=720:480" -aspect 16:9 -mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
[avi @ 00000175a6796ac0] Could not find codec parameters for stream 1 (Audio: none (Og[0][0] / 0x674F), 48000 Hz, 2 channels, 64 kb/s): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from 'zainichfunc.avi':
Duration: 00:00:00.07, start: 0.000000, bitrate: 125127 kb/s Stream #0:0: Video: rawvideo (IYUV / 0x56555949), yuv420p, 720x480, 29.99 fps, 29.99 tbr, 29.99 tbn, 29.99 tbc Stream #0:1: Audio: none (Og[0][0] / 0x674F), 48000 Hz, stereo, 64 kb/s
[mp3 @ 00000175a846db80] Estimating duration from bitrate, this may be inaccurate Input #1, mp3, from 'aruiha.mp3':
Metadata: TBPM : 130 encoded_by : LAME in FL Studio 20 date : 2020 Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s
Codec AVOption crf (Select the quality for constant quality mode) ユーザIDfied for output file #0 (output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y Stream mapping:
Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (libxvid)) Stream #1:0 -> #0:1 (mp3 (mp3float) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help Output #0, avi, to 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi':
Metadata: ISFT : Lavf58.45.100 Stream #0:0: Video: mpeg4 (libxvid) (DIVX / 0x58564944), yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=2-31, 350 kb/s, 30 fps, 30 tbn, 30 tbc Metadata: encoder : Lavc58.91.100 libxvid Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 48000 Hz, stereo, fltp, 128 kb/s Metadata: encoder : Lavc58.91.100 libmp3lame
frame= 2 fps=0.0 q=8.0 Lsize= 5256kB time=00:05:15.74 bitrate= 136.4kbits/s speed=7.73x video:4kB audio:4934kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 6.444430%
C:\Users\ユーザID\Videos\Captures>ffmpeg -i zainichfunc.avi -i aruiha.mp3 -sn -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -c:v libxvid -crf 24 -vtag DIVX -vf "fps=30,scale=720:480" -aspect 16:9 -mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
[avi @ 00000243bee46ac0] Could not find codec parameters for stream 1 (Audio: none (Og[0][0] / 0x674F), 48000 Hz, 2 channels, 64 kb/s): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from 'zainichfunc.avi':
Duration: 00:00:00.07, start: 0.000000, bitrate: 125127 kb/s Stream #0:0: Video: rawvideo (IYUV / 0x56555949), yuv420p, 720x480, 29.99 fps, 29.99 tbr, 29.99 tbn, 29.99 tbc Stream #0:1: Audio: none (Og[0][0] / 0x674F), 48000 Hz, stereo, 64 kb/s
[mp3 @ 00000243bf48db80] Estimating duration from bitrate, this may be inaccurate Input #1, mp3, from 'aruiha.mp3':
Metadata: TBPM : 130 encoded_by : LAME in FL Studio 20 date : 2020 Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s
Codec AVOption crf (Select the quality for constant quality mode) ユーザIDfied for output file #0 (output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y Stream mapping:
Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (libxvid)) Stream #1:0 -> #0:1 (mp3 (mp3float) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help Output #0, avi, to 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi':
Metadata: ISFT : Lavf58.45.100 Stream #0:0: Video: mpeg4 (libxvid) (DIVX / 0x58564944), yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=2-31, 350 kb/s, 30 fps, 30 tbn, 30 tbc Metadata: encoder : Lavc58.91.100 libxvid Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 48000 Hz, stereo, fltp, 128 kb/s Metadata: encoder : Lavc58.91.100 libmp3lame
frame= 2 fps=0.0 q=8.0 Lsize= 5256kB time=00:05:15.74 bitrate= 136.4kbits/s speed=7.86x video:4kB audio:4934kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 6.444430%
C:\Users\ユーザID\Videos\Captures>ffmpeg -i aruiha_nonComp.avi -i aruiha.mp3 -sn -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -c:v libxvid -crf 24 -vtag DIVX -vf "fps=30,scale=720:480" -aspect 16:9 -mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from 'aruiha_nonComp.avi':
Duration: 00:05:15.98, start: 0.000000, bitrate: 250184 kb/s Stream #0:0: Video: rawvideo, bgr24, 720x480, 248791 kb/s, 29.99 fps, 29.99 tbr, 29.99 tbn, 29.99 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s
[mp3 @ 000002dccc847600] Estimating duration from bitrate, this may be inaccurate Input #1, mp3, from 'aruiha.mp3':
Metadata: TBPM : 130 encoded_by : LAME in FL Studio 20 date : 2020 Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s
Codec AVOption crf (Select the quality for constant quality mode) ユーザIDfied for output file #0 (output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi: Permission denied
C:\Users\ユーザID\Videos\Captures>ffmpeg -i aruiha_nonComp.avi -i aruiha.mp3 -sn -c:a libmp3lame -ar 48000 -ab 128k -ac 2 -c:v libxvid -crf 24 -vtag DIVX -vf "fps=30,scale=720:480" -aspect 16:9 -mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 30 -b:v 350k -minrate 350k -maxrate 350k output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi ffmpeg version 4.3.1-2020-11-02-full_build-www.gyan.dev Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 10.2.0 (Rev3, 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-lzma --enable-libsnappy --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libzvbi --enable-librav1e --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --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-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100
Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from 'aruiha_nonComp.avi':
Duration: 00:05:15.98, start: 0.000000, bitrate: 250184 kb/s Stream #0:0: Video: rawvideo, bgr24, 720x480, 248791 kb/s, 29.99 fps, 29.99 tbr, 29.99 tbn, 29.99 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s
[mp3 @ 0000018570897600] Estimating duration from bitrate, this may be inaccurate Input #1, mp3, from 'aruiha.mp3':
Metadata: TBPM : 130 encoded_by : LAME in FL Studio 20 date : 2020 Duration: 00:05:15.74, start: 0.000000, bitrate: 128 kb/s Stream #1:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s
Codec AVOption crf (Select the quality for constant quality mode) ユーザIDfied for output file #0 (output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. File 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi' already exists. Overwrite? [y/N] y Stream mapping:
Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (libxvid)) Stream #0:1 -> #0:1 (pcm_s16le (native) -> mp3 (libmp3lame))
Press [q] to stop, [?] for help Output #0, avi, to 'output_DivX_720x480px_Aspect16_9_350bps_30fps_zainichfunc_aruiha.avi':
Metadata: ISFT : Lavf58.45.100 Stream #0:0: Video: mpeg4 (libxvid) (DIVX / 0x58564944), yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=2-31, 350 kb/s, 30 fps, 30 tbn, 30 tbc Metadata: encoder : Lavc58.91.100 libxvid Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 128 kb/s Metadata: encoder : Lavc58.91.100 libmp3lame
frame= 9480 fps= 56 q=2.0 Lsize= 10040kB time=00:05:16.00 bitrate= 260.3kbits/s speed=1.87x video:4569kB audio:4931kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 5.689705%
C:\Users\ユーザID\Videos\Captures>