Skip to content

Commit

Permalink
πŸ“ Move demo video upwards
Browse files Browse the repository at this point in the history
  • Loading branch information
tgotwig committed Apr 9, 2024
1 parent b02f60b commit 0c8b51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<h1 align="center">Vidmerger</h1>
<p align="center">A wrapper around FFmpeg which simplifies merging of multiple videos.</p>

<p align="center"><img src="img/demo.svg" alt="fusion gif"/></p>

```mermaid
%%{init: {'themeVariables': { 'mainBkg': 'white', 'nodeBorder': 'black' }}}%%
graph LR;
Expand All @@ -25,8 +27,6 @@ Merger-->Video_A+B;
| FPS_Changer | After detecting not matching fps values, it scales all the higher fps videos down to the lowest detecting fps value. Can be skipped by `--skip-fps-changer`. The desired fps value can be set by `--fps`, example: `--fps 23.976`. |
| Chapterer | After the merge job is done, it creates the same file but with chapters in it, the title is all in between the first dash till the file extension, example: `Video_A - Chapter 1.mp4`. Can be skipped by `--skip-chapterer`. |

<p align="center"><img src="img/demo.svg" alt="fusion gif"/></p>

## πŸ™‰ What is this exactly?

Vidmerger is a command-line-tool which uses **ffmpeg** to merge multiple video-files with the same file-extension into one file, for example running `vidmerger .` on mp4 files would create a merged video called `output.mp4` 🐣
Expand Down

0 comments on commit 0c8b51b

Please sign in to comment.