This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal enabledelayedexpansion | |
:: コンソールの文字コードをShift-JIS(932)に設定 | |
chcp 932 > nul | |
:: 引数があるかチェック | |
if "%~1"=="" ( | |
echo 対象のファイルまたはフォルダをドラッグアンドドロップしてください。 | |
pause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
chcp 932 | |
:roop | |
ffmpeg -hide_banner -i %1 -i %2 -i %3 -c copy ^ | |
-map 0:v:0 ^ | |
-map 2:a:0 ^ | |
-map 1:a:0 ^ | |
-metadata:s:a:0 title="ステレオ" ^ | |
-metadata:s:a:1 title="モノラル" ^ | |
"C:\Users\kouki\Videos\エンコード済み\%~n1 Multitrack.mp4" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
rem ffmpegエンコーダー選択Ver.8.0 (わっち改修版・統合最終版) | |
rem このバッチファイルは、FFmpegのエンコードオプションを設定します。 | |
rem 呼び出し元のバッチファイルに `encoder` 変数を返します。 | |
chcp 932 | |
:home | |
cls | |
setlocal enabledelayedexpansion | |
set encoder= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem ffmpegエンコーダー選択Ver.4.7 | |
rem │ ─ ├ ┼ ┤ ┬ ┴ ┌ ┐ └ ┘ | |
:home | |
chcp 932 | |
rem 初期化処理 | |
cls | |
set hardwarenumber= | |
set encodernumber= | |
set compressionnumber= | |
echo エンコード方式&使用プロセッサ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ファイルネーム制限 | |
--windows-filenames | |
--trim-filenames 250 | |
#ファイル名リージョン | |
--add-header Accept-Language:ja-JP | |
#サムネイルダウンロード | |
--write-thumbnail | |
#サムネイル埋め込み | |
#--embed-thumbnail |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.editor-group-watermark > .letterpress{ | |
background-image: url("https://raw.githubusercontent.com/Aikoyori/ProgrammingVTuberLogos/main/VSCode/VSCode-Thick.png") !important; | |
opacity: .75; | |
} |