10/03/19 00:54:17 orntk5G40
>>428
どうぞ。
[Info]
Title=MP4 H264
TitleE=MP4 H264
Description=
DescriptionE=
[Item0]
Title=720P/16:9
TitleE=720P/16:9
Command0=""<%AppPath%>\cores\ffmpeg" -y -maxfr 30 -i "<%InputFile%>"
-title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec h264 -coder
1 -bufsize 128 -g 250 -s 1280x720 -r 30 -b 1500 -acodec aac -ac 2 -ar 48000
-ab 96 -f mp4 "<%OutputFile%>.MP4""
[Item1]
Title=1080P/16:9
TitleE=1080P/16:9
Command0=""<%AppPath%>\cores\ffmpeg" -y -maxfr 30 -i "<%InputFile%>"
-title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec h264 -coder
1 -bufsize 128 -g 250 -s 1920x1080 -r 30 -b 3000 -acodec aac -ac 2 -ar 48000
-ab 96 -f mp4 "<%OutputFile%>.MP4""