元始天尊
[Item0] Title=480x272 MP4-AVC X264-crf24 AAC-96kbps TitleE=480x272 MP4-AVC X264-crf24 AAC-96kbps Command0=""<%AppPath%>\cores\avs2wav" "<%InputFile%>" "<%OutputFile%>.wav"" Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%OutputFile%>.wav" -bitexact -vn -acodec aac -ac 2 -ar 48000 -ab 48 "temp\out_aac.mp4" Command2="rm "<%OutputFile%>.wav"" Command3=""<%AppPath%>\cores\x264" --crf 24 -A all --level 3 --me umh -m 6 --bime --ref 2 --mixed-refs --bframes 16 --b-rdo --weightb --trellis 2 --aud --thread-input --progress --output "temp/out.264" "<%InputFile%>"" Command4=""<%AppPath%>\cores\MP4box" -raw 1 "temp\out_aac.mp4" Command5=""<%AppPath%>\cores\MP4box" -fps 29.97 -add "temp\out.264" "<%OutputFile%>.MP4" Command6=""<%AppPath%>\cores\MP4box" -fps 29.97 -add "temp\out_aac_track1.aac" "<%OutputFile%>.MP4" Command7=""<%AppPath%>\cores\ATOMChanger.exe" "<%OutputFile%>.MP4" "<%OutputPath%>MAQ<%RandomNumber5%>.MP4" "AtomAVC.ini" Command8=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>MAQ<%RandomNumber5%>.THM"" Command9="rm "temp\out_aac.mp4"" Command10="rm "temp\out.264"" Command11="rm "temp\out.264.txt"" Command12="rm "temp\out_aac_track1.aac"" Command13="rm "<%OutputFile%>.MP4""
查看详细资料
TOP
原帖由 真忘私绵 于 2007-1-12 00:46 发表 顺便问问 怎么设置才能让3GP转出来的文件名字按照原文件起? 现在都乱跳……
原帖由 qyqgpower 于 2007-1-12 01:17 发表 用我很久之前改的那个atomchanger就不需要29.97fps限定了
[Item0] Title=AVC VBR QB22 Stereo/96kbps fps=Orginal TitleE=AVC VBR QB22 Stereo/96kbps fps=Orginal Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -qscale 22 -maxrate 2000 -acodec aac -ac 2 -ar 48000 -ab 48 -f psp "<%OutputPath%>MAQ<%RandomNumber5%>.MP4"" Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>MAQ<%RandomNumber5%>.THM"" [Item1] Title=AVC VBR QB22 Stereo/96kbps fps=29.97 TitleE=AVC VBR QB22 Stereo/96kbps fps=29.97 Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -r 29.97 -qscale 22 -maxrate 2000 -acodec aac -ac 2 -ar 48000 -ab 48 -f psp "<%OutputPath%>MAQ<%RandomNumber5%>.MP4"" Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>MAQ<%RandomNumber5%>.THM""
原帖由 BigBangBang 于 2007-1-12 03:18 发表 这个是没有RESIZE的吧 转出来一小段竟然和片源的分辨率一样....
DirectShowSource("<%InputFile%>",convertfps=true) sharpen(0.1) BicubicResize(480,272,-0.8,0) return last
原帖由 MJ3 于 2007-1-12 12:37 发表 fps不要用ffmpeg,最好在avs里改
原帖由 qyqgpower 于 2007-1-12 14:07 发表 如果电脑上播放不同步问题肯定不是出在atomchanger上,mux时候的fps有没有用错?
原帖由 qyqgpower 于 2007-1-12 14:40 发表 必须指定fps,不然默认是25,raw里哪来的fps数据
原帖由 xycliff 于 2007-1-12 14:44 发表 为什么我用MPG转出来的MP4分辨率就和片源一样? 而其他格式转出来就是480*272