Convert videos using ffmpeg in a convenient terminal-based interface.
- macOS
- Windows
macOS:
- Download ffmpeg from https://ffmpeg.org/download.html and place it in the same directory as the
convert_ffmpeg_o.command
file. - Run the
convert_ffmpeg_o.command
file in your terminal.
Windows:
- Download ffmpeg from https://ffmpeg.org/download.html and place it in the same directory as the
convert_ffmpeg_win.bat
file. - Double-click the
convert_ffmpeg_win.bat
file to run it. Alternatively, right-click and choose "Run with PowerShell."
All converted videos will be saved to their original directories with "n.mp4" appended to their original filenames.
- PowerShell: For Windows users, running the script in PowerShell is recommended for smoother compatibility and features.
- Script Customization: If you're familiar with scripting, feel free to modify the
.command
or.bat
files to adjust conversion options or output filenames as needed.