Skip to main content

All Questions

Tagged with
0 votes
2 answers
489 views

Trying to Batch Merge MP3 Audio and MP4 Video files

This is what I got so far... for %%a in ("*.mp4") do _ffmpeg -i ("*.mp3") -c copy "__newfiles\%%~na.mp4" But doesnt quite work... ffmpeg -i video.mp4 -i audio.wav -c ...
Christopher Shaw's user avatar
0 votes
1 answer
920 views

Read duration of mp3 file and write it in a text file with Powershell

This is a follow-up question to this older question. This time I have bunch of mp3 and smil files in one folder. Both file types are named the same way and mp3 file is paired to smil file with the ...
nqw1's user avatar
  • 235
1 vote
1 answer
420 views

how can i use advanced renamer to add modified date to the maximum lenght of the files names?

here is the command that describes what i want to do <Name><max space possible><Year Modified><Month Modified><Day Modified> so the Modified date won't show up unless i ...
mina nageh's user avatar
1 vote
0 answers
51 views

Batch automation using metadata

I recently did some archiving for personal purposes on my music library, extracting file name to make a text document echoing it's file name with information. Was thinking of parsing parts of the file ...
Mr-RightHanded's user avatar
0 votes
1 answer
215 views

Cut two sections from batch of MP3 files

I have a folder with several hundred MP3 files in it, and I want to cut two sections out of each file. It's the same spots in each file -- from 0'00.00–0'03.81, and then from 0'08.83–0'13.95. I'm on ...
spoko's user avatar
  • 140
1 vote
1 answer
668 views

Batch replacing .m4v with a different audio track

I have a list of .m4v files. I have a list of .mp3 files (which happen to be the same file name as the corresponding .m4v files). The .m4v files contain lower quality audio. The .mp3 files contain a ...
151SoBad's user avatar
0 votes
3 answers
2k views

FFmpeg in Batch FOR Loop for MP3 Duration

I have a list of MP3s. I would like to see, onscreen and also in a file, one MP3 per line, with an indication of its duration. Here is the batch file I am using: @echo off cls if exist MP3Duration....
Ray Woodcock's user avatar
1 vote
0 answers
239 views

Matching filenames of different types, mirroring file structure, batch renaming

Ok, I have been searching for a way to do this for sometime. Here we go: I'm a DJ - I use .MP3 for personal listening, .WAV for performances. I get a song in .mp3 format, clean the file name to "...
J Jeck's user avatar
  • 11
0 votes
1 answer
887 views

Win7 - Batch convert script - mp3 to ogg?

Trying to convert some mp3 to ogg using VLC on Win7. I started by modifying what I found here, but couldn't get it to work: How to convert several files of one type (e.g. wav to mp3) using VLC or ...
Nimzo's user avatar
  • 11
2 votes
2 answers
8k views

How to batch edit the metadata of mp3s? [duplicate]

I would like to edit the metadata of several mp3s at once (say Album, Artists etc.). What is a quick and easy way to do that? I have Windows, OS X and Ubuntu available, so I don't mind using any of ...
Alexander Popov's user avatar
3 votes
2 answers
2k views

Normalize and remove silence from mp3s

I have a large number of audio files, each of which contains the pronounciation of a certain word. I need to batch process these files such that they all sound equaly loud when I'm finished with them. ...
Baz's user avatar
  • 489
1 vote
2 answers
2k views

Creating a drag and drop batch file to split an MP3 using ffmpeg

I've got a folder full of FFMPEG batch files that I've written to do various conversion tasks. These allow me to drag and drop a bunch of files and do a conversion - for example, decompressing MP3 to ...
roryok's user avatar
  • 692
8 votes
4 answers
10k views

Linux command line tool to batch rename MP3 files based on ID3 tag info, or give random name if no ID3 info present

I have a bunch of recovered mp3 files that have system generated filenames. I want to use any embedded ID3 tag info in the files to rename each one to something human readable. I've tried 'mp3rename' ...
citronic's user avatar
  • 1,131
0 votes
1 answer
118 views

Advanced ID3 tag inter-field processing

I have a bunch of MP3s with the same generic album "_misc". In the comment field, the files also have the real album name stored using the pattern album[REAL_ALBUM_NAME]. There may or may not be other ...
craigpatik's user avatar
0 votes
1 answer
1k views

Batch creation of previews of mp3 songs

I want to create snippets of mp3 songs using the first 30 seconds of each song. I want to apply the following actions on each mp3 song: Cut the first 30 seconds length of each song. Apply fade out ...
Vinayak's user avatar
  • 601

15 30 50 per page