Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
64 views

How do you remove stubborn (album art) / (embedded images) that eyeD3 misses?

How do you remove stubborn (album art) / (embedded images) that eyeD3 misses? Running: $ eyeD3 --remove-all-images . # Works great 90% of the time but not 100% of the time. I’d prefer a command that ...
Gene Tyle's user avatar
0 votes
0 answers
34 views

ffmpeg command to combine mp3 file and embedded album art image file metadata into a video

my below ffmpeg command works for combining 1 audio file with 1 image file into a video. ffmpeg -loop 1 -framerate 2 -i "C:\Users\marti\Videos\ig_sf_6.5.24_highlights\apple image.jpg" -i ...
Martin's user avatar
  • 131
0 votes
1 answer
91 views

I want to change the track and title of mp3 files using their ID3 Tag data in all sub directories too not just the folder I am in

I want to change the track and title of mp3 files using their ID3 Tag data in all sub directories too not just the folder I am in. To change track and title in a single folder sometimes kid3-cli or ...
Gene Tyle's user avatar
0 votes
0 answers
145 views

Separating audio m4b file based on a cue file

Separating audio m4b file based on a cue file How can I split an audio m4b into separate files using a cue file? Note: The m4b file has no chapters that's why I need to use the cue file to split it. I ...
Rick T's user avatar
  • 153
0 votes
0 answers
41 views

ffmpeg audio amerge with volume level adjustment and sidechain processing stopped working

I'm trying to merge my stereo background music with a mono voiceover audio with volume adjustment and sidechain processing to duck the music when voiceover is playing. This command used to work fine ...
kaushal's user avatar
0 votes
0 answers
41 views

REPLAYGAIN value being ignored on some MP3's - FFmpeg Transcoder cs - process Error Data Received:454

I am having an issue per below. I use Windows, and just installed ffmpeg-2024-03-07-git-97beb63a66-full_build, which did not correct it. I have added Track ReplayGain to my music library using Foobar. ...
Mike Gravitt's user avatar
0 votes
0 answers
41 views

Concatenated mp3 stop playing at 15s on some players (e.g. iTunes)

I have mp3 file and I can not figure out why it stops playing at 15s even thought it is 12 minutes long. ffprobe returns: Duration: 00:12:02.30, start: 0.023021, bitrate: 131 kb/s I figured that ...
knagode's user avatar
  • 101
0 votes
1 answer
133 views

ffmpeg make a video from two images and two audio files

I'm trying to create an MP4 video from two images and two mp3 audio files, this is my command: ffmpeg -hide_banner -loop 1 -i incoming/img0.jpeg -loop 1 -i incoming/img1.jpeg -i incoming/aud0.mp3 -i ...
Daniel Kalfa's user avatar
0 votes
0 answers
32 views

ffmpg voice + base - base must end when the entry with the cut at the beginning ends

I'm experimenting with a bat command to manage audio tracks. My goal is to create tracks with vocals and music for a podcast. I managed to mix the file which contains only one recording of the voice, ...
Paolo Biraghi's user avatar
1 vote
0 answers
56 views

FFMPEG: Sync issue between mp3 and mp4 converted from the same input webm file

Using this command to create 2 files : ffmpeg -y -i input.webm -c:v copy -c:a libmp3lame -b:a 128k -strict -2 -f mp4 rec_50ae1a2a3da64cf1a5f46c53de757d6e-1692704540213.mp4 -vn -acodec libmp3lame -b:a ...
Shashwat's user avatar
0 votes
2 answers
398 views

What formats of audio or video files can store bookmarks?

Does mp3 file format allows me to store timestamps as named tags in the play of an mp3 file? For example, I want to bookmark places in an audio book, corresponding to the bookmarks/outlines of its pdf ...
Tim's user avatar
  • 17.3k
0 votes
2 answers
487 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
175 views

Give Windows 10 music metadata to non-audio files/directories

I currently have a large directory with a ton of subdirectories, each one has an MIDI file, PDF (sheet music), and MP3. I'd like to add metadata to these files (such as artist name, song title, album, ...
Nash Anderson's user avatar
0 votes
1 answer
327 views

Why does the same timestamp represent different points in an MP3 in different media players?

I have an MP3 file that's 11 minutes long. When I jump to, say, 6:15 in the song in some media players (VLC, the web browser), that timestamp represents a different point in the song than in other ...
Paul's user avatar
  • 101
2 votes
2 answers
410 views

How to improve quality of mp3 output after applying filters?

I'm trying to increase the pitch of a mp3 file while more or less preserving the same tempo: ffmpeg -i input.mp3 -filter:a "atempo=0.8,asetrate=44100*1.3" output.mp3 It works, but the ...
wyc's user avatar
  • 601
0 votes
1 answer
378 views

Asterisk not playing Audio in BackGround or MP3Player APP

Hi Everyone in Asterisk 18 Cooked on a Centos 7 Server when I want to play a wav file, mono pcm s16 le 8000 hz lets called MyWavFile.wav I try to play it ether way whit application BackGround or ...
denn0n's user avatar
  • 303
0 votes
0 answers
64 views

How to control bitrate (by time) of MP3 - different CBR/VBR in different sections?

I have a audio file several hours in length which is 85% talking, and 15% music. I want the talking to have a VBR ~64 kbps - and the music to be 256 kbps. Setting just 1 VBR across the file doesn't ...
user8223842's user avatar
0 votes
3 answers
1k views

How can I detect audio files with skipping?

I have a relatively large music library (about 55,000 songs - primarily .m4a and .mp3), some of which was ripped from scratched CDs. How can I either fix the files, or get a list of ones with issues? ...
mark5000432's user avatar
0 votes
0 answers
669 views

combine N_m3u8DL-RE & SubtitleEdit mkvmerge using CMD

How do I combine N_m3u8DL-RE with SubtitleEdit using CMD I want to Download a video file with N_m3u8DL-RE, but before merging, I want to use the SubtitleEdit /convert video.nl.srt srt /...
ArabDz's user avatar
  • 1
0 votes
1 answer
434 views

Is it possible to convert one channel of a stereo MP3 file losslessly to a mono MP3 file?

I recorded a mono microphone with an MP3 recorder which can only record stereo formats. Now I want to reduce the file size by removing the silent channel. Is there a lossless way to do this? This ...
Frank Breitling's user avatar
0 votes
1 answer
176 views

Extracting Audio Snippets from mp3 file - unexpected results

I am trying to extract audio snippets using command line tools. I get consistent, unexpected results and I believe this is due to how the audio files were created/encoded. Note: I realise there are ...
user1007074's user avatar
1 vote
1 answer
230 views

FFMPEG Use image demuxer on audio file with embedded cover image

I have an mp3 file with embedded cover art. I would like to generate a video of the image with the audio playing, for the duration of the audio. I can achieve this with the image in a separate file ...
jxx's user avatar
  • 11
0 votes
2 answers
714 views

Lossy to lossless conversion (audio)

I have an mp3 file which i want to convert to a flac. I realise that it wont "improve" the quality rather I want it in a flac format so that when I edit it each time and re encode it, it won'...
John Strauss 15's user avatar
0 votes
0 answers
1k views

ffmpeg: missing streams when piping to file from stdout

I'm trying to use ffmpeg to take an input mp3 audio file (which contains an audio source and video source) from stdin, make modifications, and then send the mp3 to stdout. However, upon inspection of ...
Jordan Lewallen's user avatar
0 votes
1 answer
184 views

Perform loop task for audio video encoding with ffmpeg in Linux bash shell

I have files, like these: 01 - A.wav 02 - AB.wav 03 - C.wav ... and so on until 15 - BLA.wav and I have some command line like these: dirinwav="/home/akrogun/Videos/CD1" && \ ...
akrogun's user avatar
1 vote
1 answer
71 views

Find when audio track starts in merged audio file

Merged.mp3 = Intro.mp3 || Mid.mp3 (where || means concatenation) I have Mid.mp3 and Merged.mp3. I'd like to know when exactly Intro.mp3 ends and Mid.mp3 starts in Merged.mp3. I need to do this ...
MCCCS's user avatar
  • 227
3 votes
1 answer
414 views

Cover art of mkv file not being added when converting to mp3 file

I have an mkv file, only with audio, and I attached a cover art to it, but when I convert it to mp3 the art is not added to the mp3. The command I used to attach the cover art was the only one that ...
Clamarc's user avatar
  • 663
0 votes
1 answer
989 views

Downloading and merging mp3 in time-range from Youtube using youtube-dl and ffmpeg

Background I am trying to download best quality mp3 from Youtube videos in specified time range (first 30 seconds, 20-55 seconds etc), and then merge them to create one output file. Tools being used ...
Green goblin's user avatar
2 votes
0 answers
535 views

ffmpeg returns error cur_dts is invalid when converting mp3 to ogg

need some help with this part of code: ffmpeg -y -fflags +igndts -i "/var/radio-content/temp/music/85e45890-cdca-4754-aabf-295ce01dbf45.mp3" -map 0:0 -filter:a "loudnorm,silenceremove=...
Ph Abd's user avatar
  • 21
0 votes
0 answers
494 views

How can I export seamless MP3 to loop without gaps?

I opened a 10-second MP3 in Audacity that has a 0.05-second silent gap at the beginning and the end of the clip. I removed this silent space and exported it again as MP3. The problem is that when I ...
M -'s user avatar
  • 131
0 votes
1 answer
54 views

Adding mild BGM to a full length of a video file

I have a video file (about 6 mins) and a BGM file (about 2 mins). I need to add the BGM to my video file for entire 6 mins without reducing my original audio content of my video file, I tried the ...
Andrews Gilbert's user avatar
0 votes
1 answer
2k views

Set a audio bitrate cap in ffmpeg

I want to set a maximum audio bitrate in my FFmpeg conversions, but it seems like the only option is to specify a constant one like -c:a libopus -b:a 128K It would allow FFmpeg to only compress audio ...
user avatar
1 vote
2 answers
6k views

Why can't I edit audio file proprieties?

So I just downloaded a song and it works just fine, the pc can open and play it. But it doesn't let me edit the details like "Artist" or "Album" and it's blank. And if I use and ...
Petrutz's user avatar
  • 11
-1 votes
1 answer
316 views

Import list of songs into Apple Music

Import list of songs into Apple Music Context: Essentially, I've been writing down a list of songs in my note app on my Macbook Pro (more specifically, OneNote) which I like - just the name, because ...
global05's user avatar
  • 107
0 votes
1 answer
338 views

FFMPEG - Convert MP3 and JPEG to MP4, different JPEG to every MP3

I want to convert every MP3 with different JPEGs and output an MP4. mp3 and 1.jpg = 1.mp4 mp3 and 2.jpg = 2.mp4 mp3 and 3.jpg = 3.mp4 etc How can I make code to get this right? I use a batchfile @...
Marek's user avatar
  • 1
-1 votes
1 answer
2k views

FFMPEG: How to merge a video file (with its own audio) and an audio track (that should loop to fit the vido length)

So, I have a video called video.mp4, and the video has its own audio track. I also have an audio track called background.mp3, and I want it to loop for the duration of the video. How do I merge video....
Corman's user avatar
  • 101
2 votes
1 answer
1k views

Using SoX in Python to Increase mp3 Bitrate

I am trying to increase the bitrate on an mp3 in an audio archiving program written in Python, that uses SoX. Here's a portion of the code: #fullHour is a boolean DeltaSeconds = chunk['...
DRT's user avatar
  • 21
0 votes
0 answers
34 views

FFMPEG - audio crackling when merging wav files [duplicate]

i'm merging two audio files into 1 with a acrossfade filter. Here is my acrossfade filter config: acrossfade=d=10:o=1:curve1=cbr:curve2=cbr; The merge is working well for .mp3 files, but when one(or ...
Vitu_ 77's user avatar
2 votes
0 answers
324 views

MP3 Mix Tape from a M3U files (Long audio file)

I wish to create a "Mix Tape" a long continues audio file (mp3, wave) from a M3U file that contains 24 Hours of music / eg about mp3 500+ psongs . Problem every application i look at just ...
user1217917's user avatar
0 votes
1 answer
380 views

Windows 10 Groove music default app can't show songs bitrate?

I opened some mp3s on Windows 10 and Groove Music is launched as default app to reproduce them... Well, I was looking to have songs bitrate shown in current playlist (together with song title, ...
danicotra's user avatar
  • 1,986
0 votes
2 answers
213 views

Prepend MP3 ID3 title tag with time stamp

I am downloading channel audios with following script: #!/bin/bash ............... youtube-dl -o "%(upload_date)s %(title)s.%(ext)s" --write-annotations --download-archive "$ArchiveFile&...
Paul's user avatar
  • 944
0 votes
1 answer
1k views

How to edit audio bitrate, speed and trim in FFmpeg with a single command?

I'm trying to edit audio files with 3 parameters: I have to change the bitrate, speed and I have to trim the audio. I tried filter complex to combine 3 commands into one commands but didn't worked. ...
G3n1t0's user avatar
  • 103
0 votes
1 answer
155 views

OneDrive and Audio tags Dilemma

I use WMP and I would like to put all of my music files on OneDrive and let WMP view the Music library from OneDrive. But when making my music files on OneDrive online only to save space, all of the ...
Phy's user avatar
  • 127
0 votes
1 answer
726 views

ffmpeg error when converting mp3 to aac

I've been using this solution to convert mp3's to aac's. So far it's been working really well. However, I have a number of files that keep erring with the following error: [ipod @ 0x7fe585819600] ...
sansSpoon's user avatar
  • 239
2 votes
3 answers
2k views

Command-line tool to add a cover picture to mp3 / m4a files (Windows 10)

I'm using Windows 10 (which complicates things). So I have a bunch of music files and associated cover picture in the form of "x.m4a" and "x.jpg". I would like to associate them. A ...
Liios's user avatar
  • 21
0 votes
0 answers
197 views

ffmpeg adding audio to videos file duration issue

I am adding a background music mp3 file in the existing video file using the following ffmpeg command ffmpeg \ -i ./output/output.mp4 \ -i ./output/audio-loop.mp3 \ -filter_complex \ "[0:a]apad[...
Munish Kapoor's user avatar
0 votes
1 answer
790 views

Auto volume leveling with Windows Media Player 12

It seems that it was possible before using a WMP Enhancement, but the [manual][1] I found seems to be for an older version, since I can't find this option in WMP 12. [![Screenshot][2]][2] Is it still ...
Cyman's user avatar
  • 415
0 votes
0 answers
539 views

Fixing an audio cassette recording, due to "stretched tape"?

I was able to convert audio cassette to mp3 form, using a walkman style device with built in mp3 conversion, but when I go to listen to the audio, the sound is a little distorted. I am suspecting this ...
Andre M's user avatar
  • 151
0 votes
0 answers
31 views

Can you send mp3 record found on a website straight to a podcast app such as "Podcast Player"?

I have recently found a great tool on Product Hunt called Send as a Podcast it's a chrome extension that allows you to select a text found on any website and then send it straight to your preferred ...
demashqi's user avatar
2 votes
1 answer
2k views

Audio out of sync when using ffmpeg, adelay, and amix

I have a series of mp3 files with a start time offset. I am trying to merge them together with adelay and amix. The following codes run and creates the combined MP3 but when I listen to the final ...
Randy Johnson's user avatar

1
2 3 4 5 6