this is the script:
Code: Select all
BePipe.exe --script
"import(^D:\Production_Anime.avs^).Normalize()"
| neroAacEnc_SSE2.exe -br 128000 -ignorelength -if - -of "D:\Production_Anime-temp.m4a"
x264.exe --crf 20 --ref 8 --mixed-refs --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --subme 6 --me hex --progress --no-psnr --no-ssim --output "D:\Production_Anime-temp.264" "D:\Production_Anime.avs"
MP4Box.exe -fps 29,97003 -add "D:\Production_Anime-temp.264" -add "D:\Production_Anime-temp.m4a" -new "D:\Production_Anime.mp4"
-fps 29,97003
any idea ??