"C:\Users\TEMP.WIN-PTTKG9UMM12\Downloads\ffmpeg\bin\ffmpeg.exe" -i c.mkv -f wav - | neroaacenc -q 0.40 -ignorelength -if - -of cccc.m4a
"C:\Users\TEMP.WIN-PTTKG9UMM12\Downloads\ffmpeg\bin\ffmpeg.exe" -i b.mkv -f wav - | qaac64 --tvbr 30 - -o addd.m4a
x264.exe a.mkv --crf 22 --preset veryslow --tune animation --output xxxx.264
ffmpeg -i a.mkv -f yuv4mpegpipe -vf "scale=-1:720:flags=spline,ass=a.ass" - | x264.exe --y4m --crf 22 --preset veryslow --tune animation --output xxxx.264 -
"C:\Users\TEMP.WIN-PTTKG9UMM12\Downloads\ffmpeg\bin\ffmpeg.exe" -y -i a.mkv -c:a aac -b:a 80k -af "aresample=48000" -vn "AAC FMPEG.m4a"
-af "aresample=22050"
ffmpeg -i a.mkv -c:v libx264 -tune animation -preset slow -crf 25 -c:a aac -b:a 128k -map_metadata -1 -map_chapters -1 -vf "scale=-1:720:flags=spline,ass='%%~na'.ass" "H:\Hasil Encok\[720p]%%~na.mp4"
pause
for %%a in (*.mkv) do (
ffmpeg -i b.mkv -c:v libx264 -tune animation -pix_fmt yuv420p10le -preset slow -crf 25 -map_metadata -1 -map_chapters -1 -an b.m4v
ffmpeg -i b.mkv -f wav - | "C:\Users\TEMP.WIN-PTTKG9UMM12\Downloads\Nero AAC\win32\neroaacenc.exe" -q 0.40 -ignorelength -if - -of b.m4a
ffmpeg -i b.m4v -i b.m4a -c copy ccc.mkv
del "%%~na.m4a"
del "%%~na.m4v"
(
ffmpeg -i b.mkv -c:v libx264 -tune animation -pix_fmt yuv420p10le -preset slow -crf 25 -map_metadata -1 -map_chapters -1 -an b.m4v && ffmpeg -i b.mkv -f wav - | "C:\Users\TEMP.WIN-PTTKG9UMM12\Downloads\Nero AAC\win32\neroaacenc.exe" -q 0.40 -ignorelength -if - -of b.m4a && ffmpeg -i b.m4v -i b.m4a -c copy ddd.mkv
&& del *.m4v && del *.m4a
F: chdir F:\Conversion\ for %%i in (*.avi) do ( "D:\Working Directory\x264\x264.exe" --ref 3 --bframes 3 --partitions p8x8,b8x8,i4x4,i8x8 --me umh --trellis 1 --subme 7 --merange 16 --keyint 250 --min-keyint 25 --b-adapt 1 --direct auto --weightb --mixed-refs --b-pyramid none --8x8dct --no-fast-pskip --level 3.1 --crf 19 --video-filter resize:624,352,1:1:lanczos --threads auto --output "D:\Working Directory\%%~ni.264" "%%i" "D:\Working Directory\x264\ffmpeg.exe" -y -i "%%i" -vn -acodec libfaac -ab 192k -ac 2 "D:\Working Directory\%%~ni.m4a" "D:\Working Directory\x264\mp4box.exe" -fps 23.976 -par 1=1:1 -add "D:\Working Directory\%%~ni.264" -add "D:\Working Directory\%%~ni.m4a" -new "D:\Working Directory\%%~ni.mp4" -tmp "D:\Temp" del "D:\Working Directory\%%~ni.m4a" del "D:\Working Directory\%%~ni.264" ) pause
0 comments: