タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

LUMIXとshellに関するkazz7のブックマーク (1)

  • All commands

    The 30 means start extracting frames from 30 seconds into the video. The 3 means extract the next 3 seconds from that point. The fps can be adjusted based on your preferences. The 320 is the width of the gif, the height will be calculated automatically. input.mp4 is the video file, which can be any video file ffmpeg supports. The output.gif is the gif created. ffmpeg -ss 30 -t 3 -i input.mp4 -vf "

    kazz7
    kazz7 2009/02/06
    ボーッと眺めているだけでも楽しい。
  • 1