タグ

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

タグの絞り込みを解除

ffmpegに関するtakamoriiiのブックマーク (2)

  • AudioChannelManipulation – FFmpeg

    stereo → mono stream Downmix both channels Mix a single stereo stream down to a mono stream. Both channels of the stereo stream will be downmixed into the stream: ffmpeg -i stereo.flac -ac 1 mono.flac Warning: Any out of phase stereo will cancel out. The following filtergraph can be used to bring out of phase stereo in phase prior to downmixing: -af "asplit[a],aphasemeter=video=0,ametadata=select:

  • HeartBeatHeart

    Google Chrome で img ファイルをみるとコンソールでたまに、 Resource interpreted as Image but transferred with MIME type image/jpg: XXXXXXX な警告が出る。(XXXX部分は画像のURL) jpeg(jpg)ファイルのMIMEタイプは image/jpg ではなくて image/jpeg にちゃんと設定しないといけない。jpeg だったり jpg だったりで紛らわしいなぁ。 rfc に書いてあったわー rfc2046 4.2. Image Media Type A media type of "image" indicates that the body contains an image. The subtype names the specific image format. These na

    takamoriii
    takamoriii 2012/08/16
    !#/bin/sh ffmpeg -i IMGP8692.AVI -s 1280x720 -r 10.1 hoge.yuv ffmpeg -s 1280x720 -r 29.97 -i hoge.yuv hoge.mp4
  • 1