Search found 4 matches

by biont
12 Mar 2021 01:08
Forum: DOS Batch Forum
Topic: Combining Single Video With Multiple Audio Files Using FFmpeg
Replies: 8
Views: 7231

Re: Combining Single Video With Multiple Audio Files Using FFmpeg

Okay, I've added

Code: Select all

move "%CONTENT%\SOURCE\%%H" "%CONTENT%\AUDIO"
before the closing brackets. Works fine, if the folder is there. If not, it's a mess - mp3's are just copied into a file AUDIO over and over again, they get destroyed. Anyway to make this fool proof in case someone renames the folder?
by biont
11 Mar 2021 23:00
Forum: DOS Batch Forum
Topic: Combining Single Video With Multiple Audio Files Using FFmpeg
Replies: 8
Views: 7231

Re: Combining Single Video With Multiple Audio Files Using FFmpeg

Squashmaaaan, thank you, thank you, THANK YOU!! You have totally made my day! It's not like I "thought" that nested FOR would not work. It's more like I said in my first message - I have very basic knowledge of batch files - basically, I'm dumb at this stuff and thanks to you my idea has just become...
by biont
10 Mar 2021 11:26
Forum: DOS Batch Forum
Topic: Combining Single Video With Multiple Audio Files Using FFmpeg
Replies: 8
Views: 7231

Re: Combining Single Video With Multiple Audio Files Using FFmpeg

What is stopping you from nesting another FOR command to iterate the MP3 files? Well, this leaves me then with a more fixed approach where I need those mp3 files to be of a certain name, right? As I said, I have very basic idea of how to construct batches, so if I understand you correctly, you sugg...
by biont
09 Mar 2021 18:06
Forum: DOS Batch Forum
Topic: Combining Single Video With Multiple Audio Files Using FFmpeg
Replies: 8
Views: 7231

Combining Single Video With Multiple Audio Files Using FFmpeg

Folks, I hope I came to the right forum. I have very basic knowledge of batch files, and somebody here might actually enjoy helping me with a concept I have. Much greatful in advance! :D Here's my idea. I have a video file that needs to be combined with all mp3 files in a specific folder, creating m...