<!-- generator=" CodePongo (Base on Kukkaisvoima version 15b3TA)" -->
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel><title>CodePongo: video</title><link>http://codepongo.com/blog</link><description></description><pubDate>Tue, 02 Feb 2016 17:30:06 +0200</pubDate><lastBuildDate>Tue, 02 Feb 2016 17:30:06 +0200</lastBuildDate><generator>http://codepongo.com/blog</generator><language>zh-cn</language><item><title>ffmpeg usage ffmpeg用法
</title><link>http://codepongo.com/blog/3eHbEq</link><comments>http://codepongo.com/blog/3eHbEq#comments</comments><pubDate>Tue, 02 Feb 2016 17:30:06 +0200</pubDate><dc:creator>zuohaitao</dc:creator><category>ffmpeg</category><category>video</category><guid isPermaLink="false">http://codepongo.com/blog/3eHbEq/</guid><description><![CDATA[ 
 [...]]]></description><content:encoded><![CDATA[
2014-11-10

提取音频


ffmpeg -i input -vn output.mp3


-vn 不需要视频 no video

压缩


ffmpeg -i input -acodec copy -vcodec copy -s 800x600 output


-s scale 压缩后大小

]]></content:encoded><wfw:commentRss>http://codepongo.com/blog/3eHbEq/feed/</wfw:commentRss></item></channel></rss>