An open API service indexing awesome lists of open source software.

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)

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

![The UI of the website](./example.jpg)