https://github.com/dinoosauro/ffmpeg-merge-command
This really simple website generates a FFmpeg script that permits to merge a video and audio file together, by allowing also custom metadata (if passed as a txt file)
https://github.com/dinoosauro/ffmpeg-merge-command
ffmpeg ffmpeg-command ffmpeg-merge
Last synced: 12 months ago
JSON representation
This really simple website generates a FFmpeg script that permits to merge a video and audio file together, by allowing also custom metadata (if passed as a txt file)
- Host: GitHub
- URL: https://github.com/dinoosauro/ffmpeg-merge-command
- Owner: dinoosauro
- Created: 2025-01-04T17:44:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T17:48:42.000Z (about 1 year ago)
- Last Synced: 2025-01-04T18:32:12.629Z (about 1 year ago)
- Topics: ffmpeg, ffmpeg-command, ffmpeg-merge
- Language: HTML
- Homepage: https://dinoosauro.github.io/ffmpeg-merge-command/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FFmpeg Merge Command
This really simple website generates a FFmpeg script that permits to merge a
video and audio file together, by allowing also custom metadata (if passed as a
txt file). Nothing more, I just needed this and I thought that spending 20
minutes writing a HTML page was better than spending 1 minute writing commands
manually :)
Website URL: https://dinoosauro.github.io/ffmpeg-merge-command/
## Options
When you open the webpage, you will be prompted:
- If you want to remove the last square brackets from the output file name. The
reason for this is that I needed it, nothing else.
- The output extension of the file. You can choose whatever you want, as long as
the container actually supports both the video and the audio codec. Keeping
`mkv` is a safe option.
- The file path of the selected files: for example, if they are on
`/Users/HelloWorld/Downloads/`, write this path so that FFmpeg can find them
even if you are not in the same folder in the terminal.
Then, select the files and the script will be generated. You can copy the output
with the button.
## Privacy
Everything is elaborated locally, and nothing is sent to an external server. You
can use this webpage offline by downloading the HTML source code (the "Work
Sans" font won't be loaded, but everything else will work fine).
## Screenshots
