Bug #4685
Convert Mp4 To Mp3
Status: | New | Start date: | 03/10/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
Hi
I tried to use this library too convert mp4 file to wav file and i work perfectly.
But when i tried to convert to mp3 file i get a file in size of 0.
i tried to use this command too but it always give a 0 KB file :
"ffmpeg -i filename.mp4 filename.mp3"
"ffmpeg -i video.mp4 -b:a 192K -vn music.mp3"
There is a ready code for convert mp4 to mp3?