Hi all,
first of all I'm on Sabayon Linux (a Gentoo derivative with its own package management system)
After the latest upgrade yesterday, WinFF stopped working that is extracting the audio track from video files which it nicely before. The error message is "Cannot find FFPlay"
Searching for a solution only got me threads in Ubuntu forums where people unsuccessfully compiled ffmpeg from source
All packages related to
ffmpeg are installed. Still neither ffmpeg nor ffplay can be found on my system.
Code:
Sabayon ~ # equo search ffmpeg
╠ @@ Suche...
╠ @@ Paket: kde-base/ffmpegthumbs-4.12.1 Branch: 5, [sabayon-weekly]
╠ Verfügbar: Version: 4.12.1 ~ tag: NoTag ~ Version: 1
╠ Installiert: Version: 4.12.1 ~ tag: NoTag ~ Version: 1
╠ Slot: 4
╠ Homepage: http://www.kde.org/
╠ Beschreibung: A FFmpeg based thumbnail Generator
╠ for Video Files.
╠ Lizenz: GPL-2
╠ @@ Paket: media-libs/ffmpegsource-2.19 Branch: 5, [sabayon-weekly]
╠ Verfügbar: Version: 2.19 ~ tag: NoTag ~ Version: 0
╠ Installiert: Version: 2.19 ~ tag: NoTag ~ Version: 0
╠ Slot: 0
╠ Homepage: https://github.com/FFMS/ffms2
╠ Beschreibung: A libav/ffmpeg based source library
╠ for easy frame accurate access
╠ Lizenz: MIT
╠ @@ Paket: media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r1 Branch: 5, [sabayon-weekly]
╠ Verfügbar: Version: 0.10.13_p201211-r1 ~ tag: NoTag ~ Version: 1
╠ Installiert: Version: 0.10.13_p201211-r1 ~ tag: NoTag ~ Version: 1
╠ Slot: 0.10
╠ Homepage: http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
╠ Beschreibung: FFmpeg based gstreamer plugin
╠ Lizenz: GPL-2
╠ @@ Paket: media-video/ffmpeg2theora-0.29-r1 Branch: 5, [sabayon-weekly]
╠ Verfügbar: Version: 0.29-r1 ~ tag: NoTag ~ Version: 1
╠ Installiert: Version: 0.29-r1 ~ tag: NoTag ~ Version: 1
╠ Slot: 0
╠ Homepage: http://www.v2v.cc/~j/ffmpeg2theora/
╠ Beschreibung: A simple converter to create Ogg
╠ Theora files.
╠ Lizenz: GPL-3
╠ @@ Paket: media-video/ffmpegthumbnailer-2.0.8 Branch: 5, [sabayon-weekly]
╠ Verfügbar: Version: 2.0.8 ~ tag: NoTag ~ Version: 3
╠ Installiert: Version: 2.0.8 ~ tag: NoTag ~ Version: 3
╠ Slot: 0
╠ Homepage: http://code.google.com/p/ffmpegthumbnailer/
╠ Beschreibung: Lightweight video thumbnailer
╠ that can be used by file managers
╠ Lizenz: GPL-2
╠ @@ Paket: media-video/kffmpegthumbnailer-1.1.0-r2 Branch: 5, [sabayon-weekly]
╠ Verfügbar: Version: 1.1.0-r2 ~ tag: NoTag ~ Version: 1
╠ Installiert: Version: 1.1.0-r2 ~ tag: NoTag ~ Version: 1
╠ Slot: 4
╠ Homepage: http://code.google.com/p/ffmpegthumbnailer/
╠ Beschreibung: A thumbnailer for KDE based on ffmpegthumbnailer
╠ Lizenz: GPL-2
╠ @@ Paket: virtual/ffmpeg-9 Branch: 5, [sabayon-weekly]
╠ Verfügbar: Version: 9 ~ tag: NoTag ~ Version: 0
╠ Installiert: Version: 9 ~ tag: NoTag ~ Version: 0
╠ Slot: 0
╠ Beschreibung: Virtual package for FFmpeg implementation
╠ Lizenz:
╠ Schlüsselwörter: ffmpeg
╠ Gefunden: 7 Einträge
The configuration file ~/.winff/cfg.xml tells me that WinFF is looking for /usr/bin/ffmpeg and /usr/bin/ffplay to do its jobs.
Code:
<?xml version="1.0"?>
<CONFIG>
<unix ffmpeg="/usr/bin/ffmpeg" ffplay="/usr/bin/ffplay" terminal="/usr/bin/gnome-terminal" termoptions="-x"/>
<general pause="true" playsound="true" addfilesfolder="/home/pascal/Downloads/Youtube-Downloads/" currentpreset="MP3" showoptions="false" pass2="false"/>
<window height="977" width="1920" top="27" left="0"/>
</CONFIG>
Well, these files do not exist (anymore?) since the upgrade. A reinstallation of the ffmpeg did not solve the issue.
Could anyone help me out here?