CentOS 7にffmpegをインストールしてみました。
How to setup multimedia on CentOS 7
https://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS7
nux-dextop repositoryを使用するのがよさそうです。
My GNU/Linux related projects
http://li.nux.ro/
nux-dextop repositoryはepel repositoryも必要になります。
- epel repository
- nux-dextop repository
- info ffmpeg
- install ffmpeg
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
[root@host01 ~]# yum -y install epel-release 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: www.ftp.ne.jp * extras: www.ftp.ne.jp * rpmforge: ftp.kddilabs.jp * updates: www.ftp.ne.jp 依存性の解決をしています --> トランザクションの確認を実行しています。 ---> パッケージ epel-release.noarch 0:7-5 を インストール --> 依存性解決を終了しました。 依存性を解決しました ================================================================================ Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================ インストール中: epel-release noarch 7-5 extras 14 k トランザクションの要約 ================================================================================ インストール 1 パッケージ 総ダウンロード容量: 14 k インストール容量: 24 k Downloading packages: epel-release-7-5.noarch.rpm | 14 kB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction 警告: RPMDB は yum 以外で変更されました。 インストール中 : epel-release-7-5.noarch 1/1 検証中 : epel-release-7-5.noarch 1/1 インストール: epel-release.noarch 0:7-5 完了しました! |
1 2 3 4 5 6 |
[root@host01 ~]# rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm を取得中 警告: /var/tmp/rpm-tmp.8LDtF2: ヘッダー V4 RSA/SHA1 Signature、鍵 ID 85c6cd8a: NOKEY 準備しています... ################################# [100%] 更新中 / インストール中... 1:nux-dextop-release-0-5.el7.nux ################################# [100%] |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[root@host01 ~]# yum info ffmpeg 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: www.ftp.ne.jp * epel: ftp.tsukuba.wide.ad.jp * extras: www.ftp.ne.jp * nux-dextop: mirror.li.nux.ro * rpmforge: ftp.riken.jp * updates: www.ftp.ne.jp 利用可能なパッケージ 名前 : ffmpeg アーキテクチャー : x86_64 バージョン : 2.6.5 リリース : 1.el7.nux 容量 : 1.5 M リポジトリー : nux-dextop/x86_64 要約 : Digital VCR and streaming server URL : http://ffmpeg.org/ ライセンス : GPLv2+ 説明 : FFmpeg is a complete and free Internet live audio and : video broadcasting solution for Linux/Unix. It also : includes a digital VCR. It can encode in real time in many : formats including MPEG1 audio and video, MPEG4, h263, ac3, : asf, avi, real, mjpeg, and flash. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 |
[root@host01 ~]# yum -y install ffmpeg 読み込んだプラグイン:fastestmirror nux-dextop | 2.9 kB 00:00 Loading mirror speeds from cached hostfile * base: www.ftp.ne.jp * epel: ftp.tsukuba.wide.ad.jp * extras: www.ftp.ne.jp * nux-dextop: mirror.li.nux.ro * rpmforge: ftp.riken.jp * updates: www.ftp.ne.jp 依存性の解決をしています --> トランザクションの確認を実行しています。 ---> パッケージ ffmpeg.x86_64 0:2.6.5-1.el7.nux を インストール --> 依存性の処理をしています: ffmpeg-libs(x86-64) = 2.6.5-1.el7.nux のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libswscale.so.3(LIBSWSCALE_3)(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libswresample.so.1(LIBSWRESAMPLE_1)(64bit) のパッ ケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libpostproc.so.53(LIBPOSTPROC_53)(64bit) のパッケ ージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavutil.so.54(LIBAVUTIL_54)(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavresample.so.2(LIBAVRESAMPLE_2)(64bit) のパッ ケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavformat.so.56(LIBAVFORMAT_56)(64bit) のパッケ ージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavfilter.so.5(LIBAVFILTER_5)(64bit) のパッケー ジ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavdevice.so.56(LIBAVDEVICE_56)(64bit) のパッケ ージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavcodec.so.56(LIBAVCODEC_56)(64bit) のパッケー ジ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libvdpau.so.1()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libswscale.so.3()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libswresample.so.1()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libpostproc.so.53()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavutil.so.54()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavresample.so.2()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavformat.so.56()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavfilter.so.5()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavdevice.so.56()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libavcodec.so.56()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libX11.so.6()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libSDL-1.2.so.0()(64bit) のパッケージ: ffmpeg-2.6.5-1.el7.nux.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ SDL.x86_64 0:1.2.15-14.el7 を インストール ---> パッケージ ffmpeg-libs.x86_64 0:2.6.5-1.el7.nux を インストール --> 依存性の処理をしています: libtheoraenc.so.1(libtheoraenc_1.0)(64bit) のパッ ケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libtheoradec.so.1(libtheoradec_1.0)(64bit) のパッ ケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libxvidcore.so.4()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libx265.so.51()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libx264.so.142()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libvpx.so.1()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libvorbisenc.so.2()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libvorbis.so.0()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libva.so.1()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libtheoraenc.so.1()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libtheoradec.so.1()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libspeex.so.1()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libsoxr.so.0()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libschroedinger-1.0.so.0()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libopus.so.0()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libopenjpeg.so.1()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libmp3lame.so.0()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libgsm.so.1()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libass.so.5()(64bit) のパッケージ: ffmpeg-libs-2.6.5-1.el7.nux.x86_64 ---> パッケージ libX11.x86_64 0:1.6.3-2.el7 を インストール --> 依存性の処理をしています: libX11-common >= 1.6.3-2.el7 のパッケージ: libX11-1.6.3-2.el7.x86_64 --> 依存性の処理をしています: libxcb.so.1()(64bit) のパッケージ: libX11-1.6.3-2.el7.x86_64 ---> パッケージ libavdevice.x86_64 0:2.6.5-1.el7.nux を インストール --> 依存性の処理をしています: libpulse.so.0(PULSE_0)(64bit) のパッケージ: libavdevice-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libcdio_paranoia.so.1(CDIO_PARANOIA_1)(64bit) のパッケージ: libavdevice-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libcdio_cdda.so.1(CDIO_CDDA_1)(64bit) のパッケージ: libavdevice-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libv4l2.so.0()(64bit) のパッケージ: libavdevice-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libpulse.so.0()(64bit) のパッケージ: libavdevice-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libopenal.so.1()(64bit) のパッケージ: libavdevice-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libdc1394.so.22()(64bit) のパッケージ: libavdevice-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libcdio_paranoia.so.1()(64bit) のパッケージ: libavdevice-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libcdio_cdda.so.1()(64bit) のパッケージ: libavdevice-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libXv.so.1()(64bit) のパッケージ: libavdevice-2.6.5-1.el7.nux.x86_64 --> 依存性の処理をしています: libXext.so.6()(64bit) のパッケージ: libavdevice-2.6.5-1.el7.nux.x86_64 ---> パッケージ libvdpau.x86_64 0:1.1-2.el7 を インストール --> トランザクションの確認を実行しています。 ---> パッケージ gsm.x86_64 0:1.0.13-11.el7 を インストール ---> パッケージ lame-libs.x86_64 0:3.99.5-2.el7 を インストール ---> パッケージ libX11-common.noarch 0:1.6.3-2.el7 を インストール ---> パッケージ libXext.x86_64 0:1.3.3-3.el7 を インストール ---> パッケージ libXv.x86_64 0:1.0.10-2.el7 を インストール ---> パッケージ libass.x86_64 0:0.13.1-1.el7 を インストール --> 依存性の処理をしています: libharfbuzz.so.0()(64bit) のパッケージ: libass-0.13.1-1.el7.x86_64 --> 依存性の処理をしています: libfribidi.so.0()(64bit) のパッケージ: libass-0.13.1-1.el7.x86_64 --> 依存性の処理をしています: libfontconfig.so.1()(64bit) のパッケージ: libass-0.13.1-1.el7.x86_64 ---> パッケージ libcdio-paranoia.x86_64 0:10.2+0.90-11.el7 を インストール --> 依存性の処理をしています: libcdio.so.15(CDIO_15)(64bit) のパッケージ: libcdio-paranoia-10.2+0.90-11.el7.x86_64 --> 依存性の処理をしています: libcdio.so.15()(64bit) のパッケージ: libcdio-paranoia-10.2+0.90-11.el7.x86_64 ---> パッケージ libdc1394.x86_64 0:2.2.2-3.el7 を インストール --> 依存性の処理をしています: libusb-1.0.so.0()(64bit) のパッケージ: libdc1394-2.2.2-3.el7.x86_64 --> 依存性の処理をしています: libraw1394.so.11()(64bit) のパッケージ: libdc1394-2.2.2-3.el7.x86_64 ---> パッケージ libtheora.x86_64 1:1.1.1-8.el7 を インストール --> 依存性の処理をしています: libogg.so.0()(64bit) のパッケージ: 1:libtheora-1.1.1-8.el7.x86_64 ---> パッケージ libv4l.x86_64 0:0.9.5-4.el7 を インストール --> 依存性の処理をしています: libjpeg.so.62(LIBJPEG_6.2)(64bit) のパッケージ: libv4l-0.9.5-4.el7.x86_64 --> 依存性の処理をしています: libjpeg.so.62()(64bit) のパッケージ: libv4l-0.9.5-4.el7.x86_64 ---> パッケージ libva.x86_64 0:1.2.1-3.el7 を インストール --> 依存性の処理をしています: mesa-dri-filesystem のパッケージ: libva-1.2.1-3.el7.x86_64 --> 依存性の処理をしています: libXfixes.so.3()(64bit) のパッケージ: libva-1.2.1-3.el7.x86_64 --> 依存性の処理をしています: libGL.so.1()(64bit) のパッケージ: libva-1.2.1-3.el7.x86_64 --> 依存性の処理をしています: libEGL.so.1()(64bit) のパッケージ: libva-1.2.1-3.el7.x86_64 ---> パッケージ libvorbis.x86_64 1:1.3.3-8.el7 を インストール ---> パッケージ libvpx.x86_64 0:1.3.0-5.el7_0 を インストール ---> パッケージ libxcb.x86_64 0:1.11-4.el7 を インストール --> 依存性の処理をしています: libXau.so.6()(64bit) のパッケージ: libxcb-1.11-4.el7.x86_64 ---> パッケージ openal-soft.x86_64 0:1.16.0-2.el7 を インストール ---> パッケージ openjpeg-libs.x86_64 0:1.5.1-10.el7 を インストール ---> パッケージ opus.x86_64 0:1.0.2-6.el7 を インストール ---> パッケージ pulseaudio-libs.x86_64 0:6.0-7.el7 を インストール --> 依存性の処理をしています: libsndfile.so.1(libsndfile.so.1.0)(64bit) のパッケージ: pulseaudio-libs-6.0-7.el7.x86_64 --> 依存性の処理をしています: libsndfile.so.1()(64bit) のパッケージ: pulseaudio-libs-6.0-7.el7.x86_64 --> 依存性の処理をしています: libasyncns.so.0()(64bit) のパッケージ: pulseaudio-libs-6.0-7.el7.x86_64 --> 依存性の処理をしています: libXtst.so.6()(64bit) のパッケージ: pulseaudio-libs-6.0-7.el7.x86_64 --> 依存性の処理をしています: libSM.so.6()(64bit) のパッケージ: pulseaudio-libs-6.0-7.el7.x86_64 --> 依存性の処理をしています: libICE.so.6()(64bit) のパッケージ: pulseaudio-libs-6.0-7.el7.x86_64 ---> パッケージ schroedinger.x86_64 0:1.0.11-4.el7 を インストール --> 依存性の処理をしています: liborc-0.4.so.0()(64bit) のパッケージ: schroedinger-1.0.11-4.el7.x86_64 ---> パッケージ soxr.x86_64 0:0.1.2-1.el7 を インストール ---> パッケージ speex.x86_64 0:1.2-0.19.rc1.el7 を インストール ---> パッケージ x264-libs.x86_64 0:0.142-11.20141221git6a301b6.el7.nux を インストール ---> パッケージ x265-libs.x86_64 0:1.6-1.el7.nux を インストール ---> パッケージ xvidcore.x86_64 0:1.3.2-5.el7.nux を インストール --> トランザクションの確認を実行しています。 ---> パッケージ fontconfig.x86_64 0:2.10.95-7.el7 を インストール --> 依存性の処理をしています: fontpackages-filesystem のパッケージ: fontconfig-2.10.95-7.el7.x86_64 ---> パッケージ fribidi.x86_64 0:0.19.4-6.el7 を インストール ---> パッケージ harfbuzz.x86_64 0:0.9.36-1.el7 を インストール --> 依存性の処理をしています: libgraphite2.so.3()(64bit) のパッケージ: harfbuzz-0.9.36-1.el7.x86_64 ---> パッケージ libICE.x86_64 0:1.0.9-2.el7 を インストール ---> パッケージ libSM.x86_64 0:1.2.2-2.el7 を インストール ---> パッケージ libXau.x86_64 0:1.0.8-2.1.el7 を インストール ---> パッケージ libXfixes.x86_64 0:5.0.1-2.1.el7 を インストール ---> パッケージ libXtst.x86_64 0:1.2.2-2.1.el7 を インストール --> 依存性の処理をしています: libXi.so.6()(64bit) のパッケージ: libXtst-1.2.2-2.1.el7.x86_64 ---> パッケージ libasyncns.x86_64 0:0.8-7.el7 を インストール ---> パッケージ libcdio.x86_64 0:0.92-1.el7 を インストール ---> パッケージ libjpeg-turbo.x86_64 0:1.2.90-5.el7 を インストール ---> パッケージ libogg.x86_64 2:1.3.0-7.el7 を インストール ---> パッケージ libraw1394.x86_64 0:2.1.0-2.el7 を インストール ---> パッケージ libsndfile.x86_64 0:1.0.25-10.el7 を インストール --> 依存性の処理をしています: libFLAC.so.8()(64bit) のパッケージ: libsndfile-1.0.25-10.el7.x86_64 ---> パッケージ libusbx.x86_64 0:1.0.15-4.el7 を インストール ---> パッケージ mesa-filesystem.x86_64 0:10.6.5-3.20150824.el7 を インストール ---> パッケージ mesa-libEGL.x86_64 0:10.6.5-3.20150824.el7 を インストール --> 依存性の処理をしています: mesa-libgbm = 10.6.5-3.20150824.el7 のパッケージ: mesa-libEGL-10.6.5-3.20150824.el7.x86_64 --> 依存性の処理をしています: libgbm.so.1()(64bit) のパッケージ: mesa-libEGL-10.6.5-3.20150824.el7.x86_64 ---> パッケージ mesa-libGL.x86_64 0:10.6.5-3.20150824.el7 を インストール --> 依存性の処理をしています: mesa-libglapi = 10.6.5-3.20150824.el7 のパッケージ: mesa-libGL-10.6.5-3.20150824.el7.x86_64 --> 依存性の処理をしています: libxshmfence.so.1()(64bit) のパッケージ: mesa-libGL-10.6.5-3.20150824.el7.x86_64 --> 依存性の処理をしています: libglapi.so.0()(64bit) のパッケージ: mesa-libGL-10.6.5-3.20150824.el7.x86_64 --> 依存性の処理をしています: libXxf86vm.so.1()(64bit) のパッケージ: mesa-libGL-10.6.5-3.20150824.el7.x86_64 --> 依存性の処理をしています: libXdamage.so.1()(64bit) のパッケージ: mesa-libGL-10.6.5-3.20150824.el7.x86_64 ---> パッケージ orc.x86_64 0:0.4.22-5.el7 を インストール --> トランザクションの確認を実行しています。 ---> パッケージ flac-libs.x86_64 0:1.3.0-5.el7_1 を インストール ---> パッケージ fontpackages-filesystem.noarch 0:1.44-8.el7 を インストール ---> パッケージ graphite2.x86_64 0:1.2.2-5.el7 を インストール ---> パッケージ libXdamage.x86_64 0:1.1.4-4.1.el7 を インストール ---> パッケージ libXi.x86_64 0:1.7.4-2.el7 を インストール ---> パッケージ libXxf86vm.x86_64 0:1.1.3-2.1.el7 を インストール ---> パッケージ libxshmfence.x86_64 0:1.2-1.el7 を インストール ---> パッケージ mesa-libgbm.x86_64 0:10.6.5-3.20150824.el7 を インストール ---> パッケージ mesa-libglapi.x86_64 0:10.6.5-3.20150824.el7 を インストール --> 依存性解決を終了しました。 依存性を解決しました ================================================================================ Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================ インストール中: ffmpeg x86_64 2.6.5-1.el7.nux nux-dextop 1.5 M 依存性関連でのインストールをします: SDL x86_64 1.2.15-14.el7 base 204 k ffmpeg-libs x86_64 2.6.5-1.el7.nux nux-dextop 5.0 M flac-libs x86_64 1.3.0-5.el7_1 base 169 k fontconfig x86_64 2.10.95-7.el7 base 228 k fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k fribidi x86_64 0.19.4-6.el7 base 63 k graphite2 x86_64 1.2.2-5.el7 base 81 k gsm x86_64 1.0.13-11.el7 base 30 k harfbuzz x86_64 0.9.36-1.el7 base 156 k lame-libs x86_64 3.99.5-2.el7 nux-dextop 339 k libICE x86_64 1.0.9-2.el7 base 65 k libSM x86_64 1.2.2-2.el7 base 39 k libX11 x86_64 1.6.3-2.el7 base 605 k libX11-common noarch 1.6.3-2.el7 base 162 k libXau x86_64 1.0.8-2.1.el7 base 29 k libXdamage x86_64 1.1.4-4.1.el7 base 20 k libXext x86_64 1.3.3-3.el7 base 39 k libXfixes x86_64 5.0.1-2.1.el7 base 18 k libXi x86_64 1.7.4-2.el7 base 40 k libXtst x86_64 1.2.2-2.1.el7 base 20 k libXv x86_64 1.0.10-2.el7 base 18 k libXxf86vm x86_64 1.1.3-2.1.el7 base 17 k libass x86_64 0.13.1-1.el7 epel 90 k libasyncns x86_64 0.8-7.el7 base 26 k libavdevice x86_64 2.6.5-1.el7.nux nux-dextop 71 k libcdio x86_64 0.92-1.el7 base 235 k libcdio-paranoia x86_64 10.2+0.90-11.el7 base 70 k libdc1394 x86_64 2.2.2-3.el7 epel 121 k libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k libogg x86_64 2:1.3.0-7.el7 base 24 k libraw1394 x86_64 2.1.0-2.el7 base 63 k libsndfile x86_64 1.0.25-10.el7 base 149 k libtheora x86_64 1:1.1.1-8.el7 base 136 k libusbx x86_64 1.0.15-4.el7 base 50 k libv4l x86_64 0.9.5-4.el7 base 194 k libva x86_64 1.2.1-3.el7 epel 68 k libvdpau x86_64 1.1-2.el7 base 32 k libvorbis x86_64 1:1.3.3-8.el7 base 204 k libvpx x86_64 1.3.0-5.el7_0 base 498 k libxcb x86_64 1.11-4.el7 base 189 k libxshmfence x86_64 1.2-1.el7 base 7.2 k mesa-filesystem x86_64 10.6.5-3.20150824.el7 base 23 k mesa-libEGL x86_64 10.6.5-3.20150824.el7 base 74 k mesa-libGL x86_64 10.6.5-3.20150824.el7 base 184 k mesa-libgbm x86_64 10.6.5-3.20150824.el7 base 40 k mesa-libglapi x86_64 10.6.5-3.20150824.el7 base 39 k openal-soft x86_64 1.16.0-2.el7 epel 282 k openjpeg-libs x86_64 1.5.1-10.el7 base 85 k opus x86_64 1.0.2-6.el7 base 630 k orc x86_64 0.4.22-5.el7 base 165 k pulseaudio-libs x86_64 6.0-7.el7 base 576 k schroedinger x86_64 1.0.11-4.el7 epel 291 k soxr x86_64 0.1.2-1.el7 epel 77 k speex x86_64 1.2-0.19.rc1.el7 base 98 k x264-libs x86_64 0.142-11.20141221git6a301b6.el7.nux nux-dextop 570 k x265-libs x86_64 1.6-1.el7.nux nux-dextop 476 k xvidcore x86_64 1.3.2-5.el7.nux nux-dextop 258 k トランザクションの要約 ================================================================================ インストール 1 パッケージ (+57 個の依存関係のパッケージ) 総ダウンロード容量: 15 M インストール容量: 48 M Downloading packages: (1/58): SDL-1.2.15-14.el7.x86_64.rpm | 204 kB 00:00 (2/58): flac-libs-1.3.0-5.el7_1.x86_64.rpm | 169 kB 00:00 (3/58): fontpackages-filesystem-1.44-8.el7.noarch.rpm | 9.9 kB 00:00 (4/58): graphite2-1.2.2-5.el7.x86_64.rpm | 81 kB 00:00 (5/58): fribidi-0.19.4-6.el7.x86_64.rpm | 63 kB 00:00 (6/58): gsm-1.0.13-11.el7.x86_64.rpm | 30 kB 00:00 (7/58): harfbuzz-0.9.36-1.el7.x86_64.rpm | 156 kB 00:00 (8/58): libICE-1.0.9-2.el7.x86_64.rpm | 65 kB 00:00 (9/58): libSM-1.2.2-2.el7.x86_64.rpm | 39 kB 00:00 (10/58): fontconfig-2.10.95-7.el7.x86_64.rpm | 228 kB 00:00 (11/58): libX11-1.6.3-2.el7.x86_64.rpm | 605 kB 00:00 (12/58): libXau-1.0.8-2.1.el7.x86_64.rpm | 29 kB 00:00 (13/58): libXdamage-1.1.4-4.1.el7.x86_64.rpm | 20 kB 00:00 (14/58): libXext-1.3.3-3.el7.x86_64.rpm | 39 kB 00:00 (15/58): libXfixes-5.0.1-2.1.el7.x86_64.rpm | 18 kB 00:00 (16/58): libXi-1.7.4-2.el7.x86_64.rpm | 40 kB 00:00 (17/58): libX11-common-1.6.3-2.el7.noarch.rpm | 162 kB 00:00 (18/58): libXtst-1.2.2-2.1.el7.x86_64.rpm | 20 kB 00:00 (19/58): libXv-1.0.10-2.el7.x86_64.rpm | 18 kB 00:00 (20/58): libXxf86vm-1.1.3-2.1.el7.x86_64.rpm | 17 kB 00:00 warning: /var/cache/yum/x86_64/7/epel/packages/libass-0.13.1-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY libass-0.13.1-1.el7.x86_64.rpm の公開鍵がインストールされていません (21/58): libass-0.13.1-1.el7.x86_64.rpm | 90 kB 00:00 (22/58): libasyncns-0.8-7.el7.x86_64.rpm | 26 kB 00:00 lame-libs-3.99.5-2.el7.x86_64. FAILED http://li.nux.ro/download/nux/dextop/el7/x86_64/lame-libs-3.99.5-2.el7.x86_64.rpm: [Errno 14] curl#18 - "transfer closed with 115856 bytes remaining to read" 他のミラーを試します。 (23/58): libcdio-paranoia-10.2+0.90-11.el7.x86_64.rpm | 70 kB 00:00 (24/58): libdc1394-2.2.2-3.el7.x86_64.rpm | 121 kB 00:00 (25/58): libjpeg-turbo-1.2.90-5.el7.x86_64.rpm | 134 kB 00:00 (26/58): libogg-1.3.0-7.el7.x86_64.rpm | 24 kB 00:00 (27/58): libraw1394-2.1.0-2.el7.x86_64.rpm | 63 kB 00:00 (28/58): libsndfile-1.0.25-10.el7.x86_64.rpm | 149 kB 00:00 (29/58): libtheora-1.1.1-8.el7.x86_64.rpm | 136 kB 00:00 (30/58): libusbx-1.0.15-4.el7.x86_64.rpm | 50 kB 00:01 (31/58): libv4l-0.9.5-4.el7.x86_64.rpm | 194 kB 00:00 (32/58): libcdio-0.92-1.el7.x86_64.rpm | 235 kB 00:01 (33/58): libvdpau-1.1-2.el7.x86_64.rpm | 32 kB 00:00 (34/58): libva-1.2.1-3.el7.x86_64.rpm | 68 kB 00:00 (35/58): libvorbis-1.3.3-8.el7.x86_64.rpm | 204 kB 00:00 (36/58): libxcb-1.11-4.el7.x86_64.rpm | 189 kB 00:00 (37/58): libxshmfence-1.2-1.el7.x86_64.rpm | 7.2 kB 00:00 (38/58): libvpx-1.3.0-5.el7_0.x86_64.rpm | 498 kB 00:00 (39/58): mesa-filesystem-10.6.5-3.20150824.el7.x86_64.rpm | 23 kB 00:00 (40/58): mesa-libEGL-10.6.5-3.20150824.el7.x86_64.rpm | 74 kB 00:00 (41/58): mesa-libGL-10.6.5-3.20150824.el7.x86_64.rpm | 184 kB 00:00 (42/58): mesa-libgbm-10.6.5-3.20150824.el7.x86_64.rpm | 40 kB 00:00 (43/58): mesa-libglapi-10.6.5-3.20150824.el7.x86_64.rpm | 39 kB 00:00 (44/58): openjpeg-libs-1.5.1-10.el7.x86_64.rpm | 85 kB 00:00 (45/58): openal-soft-1.16.0-2.el7.x86_64.rpm | 282 kB 00:00 (46/58): orc-0.4.22-5.el7.x86_64.rpm | 165 kB 00:00 (47/58): pulseaudio-libs-6.0-7.el7.x86_64.rpm | 576 kB 00:00 (48/58): schroedinger-1.0.11-4.el7.x86_64.rpm | 291 kB 00:00 (49/58): opus-1.0.2-6.el7.x86_64.rpm | 630 kB 00:00 (50/58): soxr-0.1.2-1.el7.x86_64.rpm | 77 kB 00:00 (51/58): speex-1.2-0.19.rc1.el7.x86_64.rpm | 98 kB 00:00 ffmpeg-libs-2.6.5-1.el7.nux.x8 FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/ffmpeg-libs-2.6.5-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/ffmpeg-libs-2.6.5-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 x264-libs-0.142-11.20141221git FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/x264-libs-0.142-11.20141221git6a301b6.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/x264-libs-0.142-11.20141221git6a301b6.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 ffmpeg-2.6.5-1.el7.nux.x86_64. FAILED http://li.nux.ro/download/nux/dextop/el7/x86_64/ffmpeg-2.6.5-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://li.nux.ro/download/nux/dextop/el7/x86_64/ffmpeg-2.6.5-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 libavdevice-2.6.5-1.el7.nux.x8 FAILED http://li.nux.ro/download/nux/dextop/el7/x86_64/libavdevice-2.6.5-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://li.nux.ro/download/nux/dextop/el7/x86_64/libavdevice-2.6.5-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 x265-libs-1.6-1.el7.nux.x86_64 FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/x265-libs-1.6-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/x265-libs-1.6-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 xvidcore-1.3.2-5.el7.nux.x86_6 FAILED http://li.nux.ro/download/nux/dextop/el7/x86_64/xvidcore-1.3.2-5.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://li.nux.ro/download/nux/dextop/el7/x86_64/xvidcore-1.3.2-5.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 lame-libs-3.99.5-2.el7.x86_64. FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/lame-libs-3.99.5-2.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/lame-libs-3.99.5-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 ffmpeg-libs-2.6.5-1.el7.nux.x8 FAILED http://li.nux.ro/download/nux/dextop/el7/x86_64/ffmpeg-libs-2.6.5-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://li.nux.ro/download/nux/dextop/el7/x86_64/ffmpeg-libs-2.6.5-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 x264-libs-0.142-11.20141221git FAILED http://li.nux.ro/download/nux/dextop/el7/x86_64/x264-libs-0.142-11.20141221git6a301b6.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://li.nux.ro/download/nux/dextop/el7/x86_64/x264-libs-0.142-11.20141221git6a301b6.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 ffmpeg-2.6.5-1.el7.nux.x86_64. FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/ffmpeg-2.6.5-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/ffmpeg-2.6.5-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 libavdevice-2.6.5-1.el7.nux.x8 FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/libavdevice-2.6.5-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/libavdevice-2.6.5-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 x265-libs-1.6-1.el7.nux.x86_64 FAILED http://li.nux.ro/download/nux/dextop/el7/x86_64/x265-libs-1.6-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://li.nux.ro/download/nux/dextop/el7/x86_64/x265-libs-1.6-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 xvidcore-1.3.2-5.el7.nux.x86_6 FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/xvidcore-1.3.2-5.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/xvidcore-1.3.2-5.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 lame-libs-3.99.5-2.el7.x86_64. FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/lame-libs-3.99.5-2.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/lame-libs-3.99.5-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 ffmpeg-libs-2.6.5-1.el7.nux.x8 FAILED http://li.nux.ro/download/nux/dextop/el7/x86_64/ffmpeg-libs-2.6.5-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://li.nux.ro/download/nux/dextop/el7/x86_64/ffmpeg-libs-2.6.5-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 ffmpeg-2.6.5-1.el7.nux.x86_64. FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/ffmpeg-2.6.5-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/ffmpeg-2.6.5-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 warning: /var/cache/yum/x86_64/7/nux-dextop/packages/libavdevice-2.6.5-1.el7.nux.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 85c6cd8a: NOKEY libavdevice-2.6.5-1.el7.nux.x86_64.rpm の公開鍵がインストールされていません (52/58): libavdevice-2.6.5-1.el7.nux.x86_64.rpm | 71 kB 00:54 x264-libs-0.142-11.20141221git FAILED http://li.nux.ro/download/nux/dextop/el7/x86_64/x264-libs-0.142-11.20141221git6a301b6.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://li.nux.ro/download/nux/dextop/el7/x86_64/x264-libs-0.142-11.20141221git6a301b6.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 xvidcore-1.3.2-5.el7.nux.x86_6 FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/xvidcore-1.3.2-5.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/xvidcore-1.3.2-5.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 x265-libs-1.6-1.el7.nux.x86_64 FAILED http://li.nux.ro/download/nux/dextop/el7/x86_64/x265-libs-1.6-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://li.nux.ro/download/nux/dextop/el7/x86_64/x265-libs-1.6-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 lame-libs-3.99.5-2.el7.x86_64. FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/lame-libs-3.99.5-2.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/lame-libs-3.99.5-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 ffmpeg-libs-2.6.5-1.el7.nux.x8 FAILED http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/ffmpeg-libs-2.6.5-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://mirror.li.nux.ro/li.nux.ro/nux/dextop/el7/x86_64/ffmpeg-libs-2.6.5-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 ffmpeg-2.6.5-1.el7.nux.x86_64. FAILED http://li.nux.ro/download/nux/dextop/el7/x86_64/ffmpeg-2.6.5-1.el7.nux.x86_64.rpm: [Errno 12] Timeout on http://li.nux.ro/download/nux/dextop/el7/x86_64/ffmpeg-2.6.5-1.el7.nux.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transferred the last 500 seconds') 他のミラーを試します。 (53/58): x264-libs-0.142-1 47% [=======- ] 7.5 kB/s | 7.1 MB 17:49 ETA |
最終的に回線が遅くてFAILEDになってしまいました。
1 2 3 4 |
Error downloading packages: ffmpeg-2.6.5-1.el7.nux.x86_64: [Errno 256] No more mirrors to try. ffmpeg-libs-2.6.5-1.el7.nux.x86_64: [Errno 256] No more mirrors to try. x265-libs-1.6-1.el7.nux.x86_64: [Errno 256] No more mirrors to try. |
ホストがルーマニア(CHML Web Services)にあるようですが残念。
wgetで取得しようとしたら4hとか表示される。
1 2 3 4 5 6 7 8 9 |
[root@host01 ~]# wget http://li.nux.ro/download/nux/dextop/el7/x86_64/ffmpeg-2.6.5-1.el7.nux.x86_64.rpm --2016-01-18 16:03:33-- http://li.nux.ro/download/nux/dextop/el7/x86_64/ffmpeg-2.6.5-1.el7.nux.x86_64.rpm li.nux.ro (li.nux.ro) をDNSに問いあわせています... 217.19.15.108 li.nux.ro (li.nux.ro)|217.19.15.108|:80 に接続しています... 接続しました。 HTTP による接続要求を送信しました、応答を待っています... 200 OK 長さ: 1619520 (1.5M) [application/x-rpm] `ffmpeg-2.6.5-1.el7.nux.x86_64.rpm' に保存中 0% [ ] 15,162 --.-K/s 残り4h 0m |
【2016年1月26日追記】
一時的な回線障害だったのでしょうか? その後無事にインストールできました。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[root@host01 ~]# ffmpeg ffmpeg version 2.6.5 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.8.3 (GCC) 20140911 (Red Hat 4.8.3-9) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-ladspa --enable-libass --enable-libcdio --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect libavutil 54. 20.100 / 54. 20.100 libavcodec 56. 26.100 / 56. 26.100 libavformat 56. 25.101 / 56. 25.101 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 11.102 / 5. 11.102 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 3.100 / 53. 3.100 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... Use -h to get full help or, even better, run 'man ffmpeg' |