あなたがあなたのパソコンに持っていた特定のビデオからオーディオファイルを抽出する必要があったことがありますか?または、ビデオファイルをある形式から別の形式に変換したいですか?これらの2つでない場合は、ビデオファイルを特定のサイズに圧縮するか、別の解像度で再生することを望んでいたはずです。
これらすべておよび他の多くのオーディオビデオ関連の操作は、FFmpegと呼ばれる単純なコマンドラインツールを使用して実行できます。残念ながら、FFmpegのインストールはそれを使用するほど簡単ではありませんが、それが私たちの出番です。以下(Below)は、多目的ツールをパーソナルコンピューターにインストールする方法のステップバイステップガイドです。
FFmpegとは何ですか?(What is FFmpeg? )
インストールプロセスを説明する前に、 FFmpeg(FFmpeg)が実際に何であるか、そしてツールが役立つさまざまなシナリオを簡単に見てみましょう。
FFmpeg ( Fast Forward Moving Picture Experts Groupの略)は、さまざまなオペレーティングシステムで利用できる非常に人気のあるオープンソースマルチメディアプロジェクトであり、あらゆるオーディオ形式とビデオ形式で多数の操作を実行できます。古風なものでさえ。プロジェクトには、さまざまなビデオおよびオーディオ編集を実行できるようにする複数のソフトウェアスイートとライブラリが含まれています。このプログラムは非常に強力であるため、VLCメディアプレーヤーなどの多くの一般的なアプリケーションや、 (VLC media player)YoutubeやiTunesなどのストリーミングプラットフォームに加えて、ほとんどのオンラインビデオ変換サービスのコアに組み込まれています。
このツールを使用すると、さまざまなオーディオおよびビデオ形式で、エンコード、デコード、トランスコーディング、フォーマットの変換、マルチプレクサ、デマルチプレクサ、ストリーム、フィルター、抽出、トリム、スケーリング、連結などのタスクを実行できます。
また、コマンドラインツールであるということは、非常に単純な1行のコマンド(この記事の最後にあるものもあります)を使用して、Windowsコマンドプロンプトから直接操作を実行できることを意味します。これらのコマンドは、さまざまなオペレーティングシステムで同じままであるため、非常に用途が広いです。ただし、グラフィカルユーザーインターフェイスがないため、パーソナルコンピューターにプログラムをインストールする場合は、少し複雑になります(後で説明します)。
Windows 10にFFmpegをインストールするにはどうすればいいですか?(How to install FFmpeg on Windows 10?)
前述のように、Windows 10への(Windows 10)FFmpegのインストールは、他の通常のアプリケーションのインストールほど簡単ではありません。ほとんどのアプリケーションは、それぞれの.exeファイルを左クリックし、画面のプロンプト/指示に従うだけでインストールできますが、FFmpegはコマンドラインツールであるため、システムにインストールするのに少し手間がかかります。インストールプロセス全体は、3つの大きなステップに分かれています。それぞれに複数のサブステップが含まれています。
インストールプロセス(ステップバイステップ)(The installation process (Step by step))
それでも、それが私たちがここにいる理由です。プロセス全体を簡単にステップバイステップでガイドし、Windows10PCにFFmpegをインストールするのに役立ちます。 (install FFmpeg on your Windows 10 PC. )
パート1:FFmpegをダウンロードして正しい場所に移動する(Part 1: Downloading FFmpeg and moving to the correct location)
ステップ1:(Step 1: )当然のことながら、実行するにはいくつかのファイルが必要になります。したがって、FFmpegの公式Webサイト(official FFmpeg website)にアクセスし、利用可能な最新バージョンを選択してから、オペレーティングシステムとプロセッサアーキテクチャ(32ビットまたは64ビット)を選択し、[リンク]の下の[静的]を選択します。(‘Static’ )選択内容を再確認し、右下にある[ビルドのダウンロード(‘Download Build’ )]と表示されている青い長方形のボタンをクリックして、ダウンロードを開始します。
(プロセッサアーキテクチャに気付いていない場合は、Windows key + Eを押してWindowsファイルエクスプローラを開き、[このPC(This PC) ]に移動して、左上隅の[プロパティ(‘Properties’ )]をクリックします。プロパティダイアログボックスで、 「システムタイプ」(‘System type’ )ラベルの横にあるプロセッサアーキテクチャ。下のスクリーンショットの「x64ベースのプロセッサ」は、プロセッサが64ビットであることを示しています。)
ステップ2:(Step 2:)インターネットの速度に応じて、ファイルのダウンロードには数分または数秒しかかかりません。ダウンロードしたら、コンピューターの「ダウンロード」(‘Downloads’ )フォルダーを開き、ファイルを見つけます(特定の宛先にダウンロードした場合を除き、その場合は、特定の宛先フォルダーを開きます)。
見つかったら、zipファイルを右クリックし、[(right-click)抽出先...(Extract to…) ]を選択して、すべてのコンテンツを同じ名前の新しいフォルダーに抽出します。
ステップ3:(Step 3:)次に、フォルダーの名前を「ffmpeg-20200220-56df829-win64-static」から「FFmpeg」に変更する必要があります。これを行うには、新しく抽出したフォルダーを右クリックして[名前の変更]を選択します((‘Rename’ )または、フォルダーを選択し、キーボードのF2またはfn + F2を押して名前を変更することもできます)。FFmpegを(FFmpeg )注意深く(Carefully)入力し、 Enterキーを押して保存します。
ステップ4:(Step 4:)パート1の最後のステップでは、「FFmpeg」フォルダーをWindowsインストールドライブに移動します。コマンドプロンプトはFFmpeg(FFmpeg)ファイルが正しいロケールに存在する場合にのみコマンドを実行するため、場所は重要です。
(Right-click)FFmpegフォルダーを右クリックして、 [コピー(Copy )]を選択します(またはフォルダーを選択して、キーボードのCtrl + Cを押します)。
次に、 Windowsエクスプローラー(Windows Explorer)(Windowsキー+ E)でCドライブ(またはデフォルトのWindowsインストールドライブ)を開き、空白の領域を右クリックして、[貼り付け(Paste )] (または[Ctrl] + [V])を選択します。
貼り付けたフォルダーを1回開き、FFmpegサブフォルダーがないことを確認します。そこにある場合は、すべてのファイル(bin、doc、presets、LICENSE.txt、およびREADME.txt)をルートフォルダーに移動し、サブフォルダーを削除します。これはFFmpegフォルダーの内部がどのように見えるべきかです。
また読む:(Also Read:) Windows10でOneDriveをインストールまたはアンインストールする方法(How to Install or Uninstall OneDrive in Windows 10)
パート2:Windows10へのFFmpegのインストール(Part 2: Installing FFmpeg on Windows 10)
ステップ5:(Step 5:)システムプロパティ(System Properties. )にアクセスすることから始めます。これを行うには、Windowsエクスプローラーを開きます(Windowsキー+ Eまたはデスクトップのファイルエクスプローラーアイコンをクリックします)。このPCに移動し、左上隅にある[プロパティ](白い背景に赤いチェックマーク)をクリックします。
ステップ6:(Step 6:)次に、右側のパネルの[システムの詳細設定](Advanced System Settings)をクリックして、同じものを開きます。
または、キーボードのWindows(Windows)キーを押して、「システム環境変数の編集(Edit the system environment variables)」を直接検索することもできます。見つかったら、Enterキーを押して開きます。
手順7:(Step 7:)次に、[高度なシステムプロパティ]ダイアログボックスの右下にある[環境変数... ]をクリックします。(Environmental Variables…)
ステップ8:(Step 8:)環境変数(Environment Variables)内で、[username]列のユーザー(User)変数の下にある[パス(‘Path’ )]を左クリックして選択します。選択を投稿し、[(Post)編集(Edit)]をクリックします。
手順9:(Step 9:)ダイアログボックスの右上にある[新規(New )]をクリックして、新しい変数を入力できるようにします。
ステップ10:(Step 10:)C:\ffmpeg\bin\ 慎重に入力し、続いてOKを入力して変更を保存します。
ステップ11:(Step 11:)エントリが正常に作成されると、環境変数のパスラベル(Path)は次のようになります。
そうでない場合は、上記の手順のいずれかで混乱したか、ファイルの名前を誤って変更してWindowsディレクトリに転送したか、ファイルを間違ったディレクトリに完全にコピーした可能性があります。上記の手順を繰り返し(Reiterate)て、すべての問題を解決します。
また読む:(Also Read:) Windows10にInternetExplorerをインストールする方法(How to install Internet Explorer on Windows 10)
ただし、これに見える場合は、Windows 10 PCにFFmpegが正常にインストールされているので、問題ありません。(FFmpeg)[ OK]を押して(Press)環境変数(Environment Variables)を閉じ、行ったすべての変更を保存します。
パート3:コマンドプロンプトでFFmpegのインストールを確認する(Part 3: Verify FFmpeg installation in Command Prompt)
最後の部分はインストールプロセスとは何の関係もありませんが、パーソナルコンピュータにFFmpegを正しくインストールできたかどうかを確認するのに役立ちます。(FFmpeg)
手順12:(Step 12:) キーボードのWindowsキーを押すか、タスクバーの[開始]をクリックして、コマンドプロンプトを検索し(Press)ます(command prompt)。見つけたら、それを右クリックして、[管理者として実行]を選択します。(Run)
手順13:(Step 13:)コマンドウィンドウで「ffmpeg-version」と入力し、Enterキーを押します。FFmpegをパーソナルコンピュータに正常にインストールできた場合、コマンドウィンドウにビルド、FFmpegバージョン、デフォルト構成などの詳細が表示されます。以下の画像を参照してください。
FFmpegを正しくインストールできなかった場合、コマンドプロンプトは次のメッセージを返します。
'ffmpeg'は、内部または外部コマンド、操作可能なプログラム、またはバッチファイルとして認識されません。(‘ffmpeg’ is not recognized as an internal or external command, operable program or batch file.)
このようなシナリオでは、上記のガイドをもう一度徹底的に確認し、プロセスの後に犯した可能性のある間違いを修正してください。または、下のコメントセクションで私たちと連絡を取りに来てください。私たちはいつでもあなたを助けるためにそこにいます。
FFmpegの使い方は?(How to use FFmpeg?)
この多目的ツールの使用方法がわからない場合は、すべてが無駄になる可能性があります。幸い、FFmpegの使用は、プログラム自体をインストールするよりもはるかに簡単です。管理者またはPowerShellとしてコマンドプロンプトを(command prompt as administrator)開き、実行するタスクのコマンドラインを入力するだけです。以下(Below)は、実行したいさまざまなオーディオビデオ操作のコマンドラインのリストです。
FFmpegを使用してあらゆる種類の編集を実行するには、操作するファイルが含まれているフォルダーでコマンドプロンプトまたはPowershellを開く必要があります。ファイルが含まれているフォルダーを開き、Shiftキーを押しながら空の領域を右クリックし、オプションのリストから[ここでPowershellウィンドウを開く(Open Powershell window here)]を選択します。
特定のビデオファイルの形式を.mp4から.aviに変更するとします。
これを行うには、コマンドプロンプトに以下の行を注意深く入力し、Enterキーを押します。
ffmpeg -i sample.mp4 sample.avi
(Replace ‘)' sample'を変換したいビデオファイルの名前に置き換えます。ファイルサイズやパソコンのハードウェアによっては、変換に時間がかかる場合があります。変換が完了すると、.aviファイルは同じフォルダーで使用できるようになります。
その他の一般的なFFmpegコマンドは次のとおりです。(Other popular FFmpeg commands include:)
Get audio/video file information: ffmpeg -i sample.mp4
Convert video file to audio file: ffmpeg -i input.mp4 -vn output.mp3
Change video resolution: ffmpeg -i input.mp4 -filter:v scale=1280:720 -c:a copy output.mp4
Compress an audio file: ffmpeg -i input.mp3 -ab 128 output.mp3
Remove audio from a video file: ffmpeg -i input.mp4 -an output.mp4
Preview a video: ffplay sample.mp4
注:「サンプル」、「入力」、「出力」をそれぞれのファイル名に置き換えることを忘れないでください(Remember)
推奨:(Recommended:) PCにPubgをインストールする3つの方法 (3 Ways to Install Pubg on your PC )
したがって、うまくいけば、上記の手順に従うことで、Windows10にFFmpeg( install FFmpeg on Windows 10)をインストールできるようになります。ただし、まだ質問や提案がある場合は、コメントセクションでお気軽にご連絡ください。
Step-by-Step Guide to install FFmpeg on Windows 10
Ever needed tо extract the aυdio fіle from a certain video you had on your personal cоmputer? Or perhaps wanted to convert a video fіle from one format to another? If not these two, yoυ surely must have desired to compress a video file to be a speсіfic size оr рlayback in a different resolution.
All of these and many other audio-video related operations can be performed by using a simple command-line tool known as FFmpeg. Unfortunately, installing FFmpeg is not as easy as using it but that is where we come in. Below is a step by step guide on how to install the multipurpose tool on your personal computers.
What is FFmpeg?
Before we walk you through the installation process, let’s have a quick look at what FFmpeg really is and what are the different scenarios in which the tool can come in handy.
FFmpeg (stands for Fast Forward Moving Picture Experts Group) is a very popular open-source multimedia project available on a variety of operating systems and is capable of performing a plethora of operations on any and all audio formats & video formats out there. Even the archaic ones. The project contains multiple software suites and libraries enabling it to perform a variety of video and audio edits. The program is so powerful that it finds its way into many popular applications such as VLC media player and in the core of most online video converting services along with streaming platforms like Youtube and iTunes.
Using the tool one can do tasks like encoding, decoding, transcoding, converting formats, mux, demux, stream, filter, extract, trim, scale, concatenate, etc. on various audio and video formats.
Also, being a command-line tool implies that one can perform operations right from the Windows command prompt using very simple single-line commands (Some of which are provided at the end of this article). These commands are quite versatile as they remain the same over different operating systems. However, the lack of a graphical user interface makes things a little complicated (as you should see later on) when it comes to installing the program on your personal computer.
How to install FFmpeg on Windows 10?
As mentioned earlier, installing FFmpeg on Windows 10 is not as simple as installing any other regular application. While most applications can be installed by simply left-clicking on their respective .exe files and following the on-screen prompts/instructions, installing FFmpeg on your system requires a little more effort because of it being a command-line tool. The whole installation process is divided into three big steps; each containing multiple sub-steps.
The installation process (Step by step)
Nevertheless, that’s why we are here, to guide you through the entire process in an easy to follow step by step manner and help you install FFmpeg on your Windows 10 PC.
Part 1: Downloading FFmpeg and moving to the correct location
Step 1: As obvious, we will need a couple of files to get going. So head over to the official FFmpeg website, select the latest available version followed by your operating system & processor architecture (32 bit or 64 bit), and ‘Static’ under Linking. Recheck your selection and click on the rectangular blue button on the bottom right side that reads ‘Download Build’ to start downloading.
(In case you are unaware of your processor architecture, open Windows file explorer by pressing Windows key + E, go to ‘This PC’ and click on ‘Properties’ in the top left corner. In the properties dialog box, you can find your processor architecture next to the ‘System type’ label. The ‘x64-based processor’ in the below screenshot implies the processor is 64-bit.)
Step 2: Depending on your internet speed, the file should only take a couple of minutes or even seconds to download. Once downloaded, open the ‘Downloads’ folder on your computer and locate the file (unless you downloaded to a specific destination, in that case, open the specific destination folder).
Once located, right-click on the zip file and choose ‘Extract to…’ to extract all the contents to a new folder of the same name.
Step 3: Next, we will need to rename the folder from ‘ffmpeg-20200220-56df829-win64-static’ to just ‘FFmpeg’. To do so, right-click on the newly extracted folder and select ‘Rename’ (Alternatively, you could try selecting the folder and pressing F2 or fn + F2 on your keyboard to rename). Carefully type in FFmpeg and hit enter to save.
Step 4: For the final step of part 1, we will be moving the ‘FFmpeg’ folder to our Windows installation drive. The location is important as the command prompt will only execute our commands if the FFmpeg files are present in the correct locale.
Right-click on the FFmpeg folder and select Copy (or select the folder and press Ctrl + C on keyboard).
Now, open your C drive (or your default Windows installation drive) in the Windows Explorer (Windows key + E), right-click on a blank area and select Paste (or ctrl + V).
Open the pasted folder once and make sure there are no FFmpeg subfolders inside, if there are then move all the files (bin, doc, presets, LICENSE.txt and README.txt ) to the root folder and delete the subfolder. This is how the insides of the FFmpeg folder should look like.
Also Read: How to Install or Uninstall OneDrive in Windows 10
Part 2: Installing FFmpeg on Windows 10
Step 5: We start off by accessing System Properties. To do so open windows explorer (Windows key + E or clicking on the file explorer icon on your desktop), go to This PC and click on Properties (red tick on a white background) in the top left corner.
Step 6: Now, click on Advanced System Settings in the right-hand side panel to open the same.
Alternatively, you could also press the Windows key on your keyboard and directly search for ‘Edit the system environment variables’. Once found, hit enter to open.
Step 7: Next, click on ‘Environmental Variables…’ at the bottom right of the advanced system properties dialog box.
Step 8: Once inside Environment Variables, select ‘Path’ under the User variables for [username] column by left-clicking on it. Post selection, click on Edit.
Step 9: Click on New on the top right-hand side of the dialog box to be able to enter a new variable.
Step 10: Carefully enter C:\ffmpeg\bin\ followed by OK to save changes.
Step 11: After successfully making the entry, the Path label in environment variables will look like this.
If it doesn’t, you probably messed up in one of the above steps or have incorrectly renamed and transferred the file to your Windows directory or must have copied the file to a wrong directory altogether. Reiterate through the above steps to resolve any and all issues.
Also Read: How to install Internet Explorer on Windows 10
Although, if it does look this then voila you have successfully installed FFmpeg on your Windows 10 PC and are good to go. Press OK to close Environment Variables and save all the changes we made.
Part 3: Verify FFmpeg installation in Command Prompt
The final part does not have anything to do with the installation process but will help verify if you were able to correctly install FFmpeg on your personal computer.
Step 12: Press the Windows key on your keyboard or click on start in the taskbar and search for command prompt. Once located, right-click on it and select to ‘Run as administrator.’
Step 13: In the command window, type ‘ffmpeg -version’ and hit enter. If you managed to successfully install FFmpeg on your personal computer, the command window should display details such as build, FFmpeg version, default configuration, etc. Have a look at the below image for reference.
In case you weren’t able to install FFmpeg properly, the command prompt will return the following message:
‘ffmpeg’ is not recognized as an internal or external command, operable program or batch file.
In such a scenario, go through the above guide thoroughly once again and rectify any mistakes you might have committed to following the process. Or come connect with us in the comments section below, we are always there to help you out.
How to use FFmpeg?
It all might as well be for nothing if you don’t know how to use this multipurpose tool. Fortunately, using FFmpeg is much simpler than installing the program itself. All you need to do is open command prompt as administrator or PowerShell and type in the command line for the task you wish to execute. Below is a list of command lines for various audio-video operations that one might wish to perform.
To perform any kind of edits using FFmpeg, you will need to open the command prompt or Powershell in the folder containing the files you wanna work with. Open the folder with your files in it, hold shift & right-click in an empty area and from the list of options select ‘Open Powershell window here’.
Let’s say you want to change the format of a particular video file from .mp4 to .avi
To do so, type the below line carefully in the command prompt and press enter:
ffmpeg -i sample.mp4 sample.avi
Replace ‘sample’ with the name of the video file you wish to convert. The conversion may take some time depending on the file size and your PC hardware. The .avi file will be available in the same folder after the conversion has finished.
Other popular FFmpeg commands include:
Get audio/video file information: ffmpeg -i sample.mp4
Convert video file to audio file: ffmpeg -i input.mp4 -vn output.mp3
Change video resolution: ffmpeg -i input.mp4 -filter:v scale=1280:720 -c:a copy output.mp4
Compress an audio file: ffmpeg -i input.mp3 -ab 128 output.mp3
Remove audio from a video file: ffmpeg -i input.mp4 -an output.mp4
Preview a video: ffplay sample.mp4
Note: Remember to replace ‘sample’, ‘input’, ‘output’ with respective file names
Recommended: 3 Ways to Install Pubg on your PC
So, hopefully, by following the above steps you will be able to install FFmpeg on Windows 10. But if you still have any queries or suggestions then feel free to reach out in the comment section.