gibney.org
:
Technology
:
Flash
:
Convert FLV files to mp3
:
If you get "I/O error" from ffmpeg
search:
See as:
raw
|
code
terms of service
|
imprint
gibney.org
is powered by
m1d1
If you get "I/O error" from ffmpeg
(Entry Nr. 247, by user 1 |
edit
)
ffmpeg sometimes (???) seems to need absolute paths. So instead of this:
ffmpeg -i movie.flv -f mp3 sound.mp3
use this:
ffmpeg -i /home/user/Desktop/movies/movie.flv -f mp3 sound.mp3
Create a new entry at this position