Wolfgang Klein - 2018-11-08

**Supplement: **

I think I found the bug. The program seems to insist to use avconv, but that package is not used any more in Ubuntu > 14.x:

pacpl --decoder mp4

Perl Audio Converter - 5.0.1

decoders for: mp4

avconv -> 
faad -> installed (default)
ffmpeg -> installed
mplayer -> installed

If I force pacpl to use ffmpeg, all goes well:

pacpl --to mp3 --encoder ffmpeg --decoder ffmpeg video.mp4 

Perl Audio Converter - 5.0.1

Konvertierung: video.mp4 -> mp3

Total files converted: 1, failed: 0

So, how do I tell papcl to use ffmpeg as standard encode/decoder in its config file?

 

Last edit: Wolfgang Klein 2018-11-08