Unmanic / unmanic

Unmanic - Library Optimiser
GNU General Public License v3.0
1.63k stars 82 forks source link

audio file (audio book, music) transcoding #176

Open binarygeek119 opened 3 years ago

binarygeek119 commented 3 years ago

would love to add audio transcoding

i would also like mp3 to mp4 or mkv support

i was a bat file

echo n | for %%a in (O:\audio-story\*.mp3) do ffmpeg -i "%%a" -filter_complex "[0:a]showwaves=s=1280x720:mode=line:rate=25,format=yuv420p[v]" -map "[v]" -map 0:a "O:\Audio-Stories-Videos\%%~na -audio-story.mkv" pause

Josh5 commented 3 years ago

Can we not already do this? What happens when you try? (Disabling the video transcoding)

Josh5 commented 3 years ago

One step closer to this... New Unmanic core functionality merged into staging today PR #201