Tuesday, July 21, 2020
Convert media files via ffmpeg
markdown
I think everyone will have some media files.
But sometimes the format may be wrong. Today I will teach everyone to convert.
First, you have to download [ffmpeg](https://ffmpeg.org/download.html). This software supports all major operating systems (Windows 10 is the best for Windows, this tutorial is for Windows 10), and the commands are the same.
After downloading, extract the 3 exe files in the “bin” folder to any position. Non-utf-8 characters cannot appear in the middle of the position. Chinese does not support it. After decompressing, right click on the “This PC” icon, click on “Properties”, then click on “Advanced system settings”, in the “Advanced” column, click on the “Environment Variables” in the lower right corner, the user variable above Inside the “Path” create a new one, the content is the location of your 3 exe files, such as my D:\video, the content is D:\video.
Then open Command Prompt.
Enter
```shell
ffmpeg -i "Source File" "Destination File"
```
Hope can help you!
Subscribe to:
Post Comments (Atom)
Digital Sign your EXE, DLL or CAB.
markdown When you download an executable file from a **trusted website**, you will find that it has been digitally signed. However, digital...
-
markdown I believe that everyone who reads this article must have filled the Netease Cloud Music VIP. Otherwise you won't get the ncm f...
-
markdown I believe everyone has read the article I wrote last time about transferring files between Google Cloud Disk team disks. The websi...
-
markdown If you lived in China, you may noticed, if you access some site that included any scripts in 'ajax.googleapis.com', it may...
No comments:
Post a Comment