宇凡's profileBreak the LoopPhotosBlogLists Tools Help

Blog


    May 22

    使用mencoder/ffmpeg处理Flash Video的几个常用命令

    将一下代码分别保存为flv_43.bat, flv_169.bat, screentshot.bat即可,当然,你得有最新版的mencoder/ffmpeg及相关视频码包。
     
    一、压缩4:3的视频
    mencoder.exe %1 -srate 22050 -oac mp3lame -lameopts br=32 -ovc lavc -lavcopts vcodec=flv:vbitrate=240 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -ffourcc FLV1 -of lavf -vop scale=320:240 -o %2
     
    二、压缩16:9的视频,自动加上下黑框
    mencoder.exe %1 -srate 22050 -oac mp3lame -lameopts br=32 -ovc lavc -lavcopts vcodec=flv:vbitrate=240 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -ffourcc FLV1 -of lavf -vf scale=320:180,expand=320:240 -o %2
     
    三、截图
    ffmpeg -i %1 -ss 3 -vframes 1 -r 1 -ac 1 -ab 2 -f image2 %2

    Comments (1)

    Please wait...
    Sorry, the comment you entered is too long. Please shorten it.
    You didn't enter anything. Please try again.
    Sorry, we can't add your comment right now. Please try again later.
    To add a comment, you need permission from your parent. Ask for permission
    Your parent has turned off comments.
    Sorry, we can't delete your comment right now. Please try again later.
    You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
    Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
    Complete the security check below to finish leaving your comment.
    The characters you type in the security check must match the characters in the picture or audio.

    To add a comment, sign in with your Windows Live ID (if you use Hotmail, Messenger, or Xbox LIVE, you have a Windows Live ID). Sign in


    Don't have a Windows Live ID? Sign up

    farong wangwrote:
    您好,能请教你用ffmpeg能取到视频的 %之多少的具体某一帧吗
    Dec. 10

    Trackbacks

    The trackback URL for this entry is:
    http://ivanshi.spaces.live.com/blog/cns!ADB273797E368818!241.trak
    Weblogs that reference this entry
    • None