tgotwig / vidmerger

📼 Merge video & audio files via CLI
https://tgotwig.github.io/vidmerger
113 stars 10 forks source link

🌀 Disordered order #41

Open senlin-1573 opened 10 months ago

senlin-1573 commented 10 months ago

when your video more than 10,the order will error,like: image

senlin-1573 commented 10 months ago

BTW,Can you add an output format option? For example, when merging webm videos, the default output is webm format, but sometimes I want the output format to be mp4, and then I can use - o mp4 to specify the output format.

tgotwig commented 7 months ago

Heyy Senlin! 👋

What so you mean with error? If you name them like 01, 02, ... it should be fine 😊

The output file extension is always the same as the inputs, it's kinda hard to change that 😬