Skip to main content

All Questions

Tagged with
0 votes
2 answers
496 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
422 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
9 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,141
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
22 votes
5 answers
32k views

Batch convert .wav to mp3 and ogg?

I have a few hundred .wav files that I need to convert to both ogg and mp3 format. Is there a way that I can do this in batch either from Audacity or from some other command line tool?
user avatar
1 vote
1 answer
154 views

Automating music transcode

I want to be able to transcode my music library (lots of nested folders, no space) to a different bitrate. I've been doing this manually with Media Coder, but I've noticed that not every file ends up ...
Bananna's user avatar
  • 11
4 votes
5 answers
9k views

Converting a bunch of MP3s to mono?

I have a bunch of stereo MP3s I'd like to convert to mono. What is the best way to do this? I would prefer something that would let be batch process them. I want to keep the quality as close to the ...
Wil's user avatar
  • 41
1 vote
2 answers
5k views

Any Mp3 organizer which can replace album with folder name

I have Huge Mp3 collection . i want that a software which can replace 1)Filename with Title 2)Foldername with Album I am using Windows XP SP3
Mirage's user avatar
  • 2,943
0 votes
1 answer
686 views

How to combine 100+ MP3's in to one concatenated MP3? [duplicate]

Possible Duplicate: How to join MP3 files? I have over 100 MP3's in a folder that I am viewing in Windows Explorer and they are all sorted. However, to manually combine them in source forge I ...
Akmech Kestsady's user avatar
9 votes
2 answers
2k views

How to test thousands of MP3 files whether they're playable?

I just managed to recover lots of mp3 from a bad HDD. Is there a way to test all these files if they are playable? I don't want to hit next a few thousand times.
Jakob Cosoroaba's user avatar
2 votes
2 answers
3k views

Convert Music Library to Ogg Vorbis without losing Tag Data

This Question is pretty much the same as this one: Convert Ogg Vorbis to MP3 with Metadata only in reverse I want to convert all my Music Library From MP3 (some are WMA or M4A, but those can be ...
user avatar
1 vote
1 answer
607 views

Validating quality and sound of mp3 files

I want to check the quality and sound volume of all my mp3 files. Are there any processes to validate them in bulk? I don't want to open each file individually and play them to check their quality ...
Laxmi Lal Menaria's user avatar
7 votes
5 answers
7k views

How to join MP3 files? [duplicate]

Motivation I'm looking for a program that allows me to join a lot of mp3 files (an audio book) to a single large mp3 file. My mp3 player is able to remember the position inside a track, but it takes ...
tangens's user avatar
  • 1,810
2 votes
2 answers
7k views

How can I batch-extract ID3 lyrics metadata from MP3 files?

I have a bunch of MP3 files (a few hundred) that have embedded lyrics. These lyrics show up when the files are played on an iPod touch, or in Windows Media Player with captions turned on. What I'd ...
Joshua Carmody's user avatar