ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • How to convert wmv to flv with ffmpeg and embed in my web site.
    Computer/linux 2007. 10. 13. 05:54
    # apt-get install ffmpeg

    #  ffmpeg
    -i input.wmv -s 640x480 -ar 44100 -b 96 output.flv
    ffmpeg -i input.wmv -f avi -vcodec mpeg4 -b 800k -g 300 -bf 2 -an output.avi
    ffmpeg -i out.ogg -s 1280x764 out.flv


    ffmpeg is found in the http://ffmpeg.mplayerhq.hu/ .



    download jw_flv player at http://www.jeroenwijering.com/?item=JW_FLV_Player

    • copy flvplayer.swf in a directory. (for example where.player.is)
    • should check their pemissions. (755)
    • include the embed code or script code as
      OR

    'Computer > linux' 카테고리의 다른 글

    There are differences between boot sector and its backup.  (0) 2007.10.18
    remove a file securely on linux  (0) 2007.10.04
    Firefox ugly font size with Xfce4  (0) 2007.08.27

    댓글

Designed by Tistory.