[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""
原帖由 真忘私绵 于 2007-1-12 00:46 发表
顺便问问
怎么设置才能让3GP转出来的文件名字按照原文件起?
现在都乱跳……
原帖由 qyqgpower 于 2007-1-12 01:17 发表
用我很久之前改的那个atomchanger就不需要29.97fps限定了
原帖由 qyqgpower 于 2007-1-12 01:17 发表
用我很久之前改的那个atomchanger就不需要29.97fps限定了
原帖由 arex 于 2007-1-12 00:48 发表
在cg看过了,在这里帮顶。
贴一下目前研究出来的用3GP转效果最佳的方案的脚本,仅供参考。方案来自cngba的abraxas
3GP脚本是我写的,PSP测试成功,体积相对很小,质量高,压制速度极慢,大概是片源时间的 ...
[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""
原帖由 arex 于 2007-1-12 02:50 发表
[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
原帖由 arex 于 2007-1-12 02:50 发表
我自己用的两个,没有加什么额外参数,速度很快。
如果片源是29.97以下的,用fps=Orginal 转,保持原桢率;如果是30fps的,用fps=29.97转,因为实验最大只能支持29.97,30fps无论如何无法识别。
由于 ...
原帖由 arex 于 2007-1-12 02:50 发表
我自己用的两个,没有加什么额外参数,速度很快。
如果片源是29.97以下的,用fps=Orginal 转,保持原桢率;如果是30fps的,用fps=29.97转,因为实验最大只能支持29.97,30fps无论如何无法识别。
由于 ...
原帖由 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
原帖由 arex 于 2007-1-12 15:16 发表
MPG没通过AVS,所以没有被resize
3GP_Cnoverter.ini
最后添上
Ext??=MPG:\cores\DSS.avs
Ext??=MPEG:\cores\DSS.avs
?? 按顺序往下排
原帖由 arex 于 2007-1-12 00:49 发表
<%OutputPath%>MAQ<%RandomNumber5%>.MP4 改成 <%OutputFile%>.MP4 就可以了,THM文件同理。
另外那个pmp-avc和avc的差别,应该是由于AVS脚本的参数设置造成的。
换句话说, ...
原帖由 有钱难买爷乐意 于 2007-1-14 17:05 发表
请教个问题:
用ffmpeg转出来的已经是psp可以播放的avc了,如
ffmpeg -i sample.avi -title 3 -s 480x272 -b 512 -bufsize 512 -r 29.970030 -bitexact -vcodec h264 -coder 1 -g 250 -ar 48000 -ab 48 -f ...
原帖由 arex 于 2007-1-15 01:26 发表
不用x264再转啊,那个是ffmpeg提取音频。
如你楼下所说,是因为播放的问题,自己手动调节一下就OK了。
ffmpeg可以加黑边
命令是
-padtop size set top pad band size (in pixels)
-pad ...
欢迎光临 TGFC Lifestyle (http://bbs.tgfcer.com/) | Powered by Discuz! 6.0.0 |