VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. I recently ripped my entire music collection - each folder is an album complete with an image folder.jpg for liner art.
    I am looking for software that will automate converting each track to an mp4 using the liner art as an image.

    I'm hoping for something automated as this could be a long process.
    Quote Quote  
  2. Member
    Join Date
    Dec 2018
    Location
    Pakistan
    Search Comp PM
    Julius Crouch .. This is exactly what am looking for too...since this is an old thread so hope you may have found a solution now. you can share if you like.. so far i can give you a simple FFmpeg command to extract cover art pics..
    Last edited by Love; 22nd Dec 2018 at 06:20.
    Quote Quote  
  3. Member
    Join Date
    Dec 2018
    Location
    Pakistan
    Search Comp PM
    to extract all cover art pics from all your mp3 you should make a batch file like extract.bat file with these lines

    for %%F in (*.mp3) do ffmpeg.exe -i "%%F" -an -vcodec copy "%%~nF.jpg"
    pause

    be careful because jpg will have the same name as its relevant mp3 file ..so avoid duplicate jpgs if you got your mp3s ripped from cd like 1.mp 2.mp3 and so on.
    Last edited by Love; 22nd Dec 2018 at 06:22.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!