https://github.com/invertex/ffmpeg-batch-dragndrop-remux-to-mp4
Simple Windows Batch file to drag multiple videos onto and have them all be remuxed to MP4
https://github.com/invertex/ffmpeg-batch-dragndrop-remux-to-mp4
batch batch-file batch-script ffmpeg remux video video-conversion windows
Last synced: 5 months ago
JSON representation
Simple Windows Batch file to drag multiple videos onto and have them all be remuxed to MP4
- Host: GitHub
- URL: https://github.com/invertex/ffmpeg-batch-dragndrop-remux-to-mp4
- Owner: Invertex
- Created: 2021-11-19T00:38:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T14:22:10.000Z (over 4 years ago)
- Last Synced: 2025-09-25T18:02:28.169Z (12 months ago)
- Topics: batch, batch-file, batch-script, ffmpeg, remux, video, video-conversion, windows
- Language: Batchfile
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FFMPEG Batch DragNDrop Remux to MP4
Simple Windows Batch file to drag multiple videos onto and have them all be remuxed to MP4.
No loss of quality, as only the container is being changed, not the media streams. This of course won't work properly for codecs that MP4 doesn't support, but the most popular codecs used for online media these days are MP4 compatible.
Just ensure a copy of FFMPEG.exe is in the same folder as this Batch script. (Your videos can be dragged from anywhere, does not matter)
Windows Build of FFMPEG can be found https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
You only need "FFMPEG.exe" from this zip file.