[packman] problem with ffmpeg : preset not found
Michael Schneider
mike2.schneider at googlemail.com
Sun Oct 28 23:23:29 CET 2012
Hi,
I'm using:
Name : ffmpeg
Version : 1.0
Release : 1.2
Architecture: x86_64
Install Date: Di 16 Okt 2012 19:58:53 CEST
Group : Productivity/Multimedia/Video/Editors and Convertors
Size : 3688084
License : LGPL-2.0+ and some code GPL-2.0+
Signature : RSA/SHA1, Sa 06 Okt 2012 16:29:32 CEST, Key ID
45a1d0671abd1afb
Source RPM : ffmpeg-1.0-1.2.src.rpm
Build Date : Sa 06 Okt 2012 14:17:38 CEST
Build Host : uschi
Relocations : (not relocatable)
Packager : packman at links2linux.de
Vendor : http://packman.links2linux.de
URL : http://www.ffmpeg.org
Summary : Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
on my openSuSE 12.2 system.
ffmpeg is not using the provided preset-files:
/usr/share/ffmpeg/libvpx-1080p.ffpreset
/usr/share/ffmpeg/libvpx-1080p50_60.ffpreset
/usr/share/ffmpeg/libvpx-360p.ffpreset
/usr/share/ffmpeg/libvpx-720p.ffpreset
/usr/share/ffmpeg/libvpx-720p50_60.ffpreset
/usr/share/ffmpeg/libx264-ipod320.ffpreset
/usr/share/ffmpeg/libx264-ipod640.ffpreset
strace turn out, that it is looking for files with an "avpreset" extension
(which are not present)
The output of
strace -e trace=open ffmpeg -i MVI_0211.MOV -pre libvpx-1080p out.avi
is:
open("/home/mike/.avconv/mpeg4-libvpx-1080p.avpreset", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/home/mike/.avconv/libvpx-1080p.avpreset", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/share/ffmpeg/mpeg4-libvpx-1080p.avpreset", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/ffmpeg/libvpx-1080p.avpreset", O_RDONLY) = -1 ENOENT (No
such file or directory)
-Mike
More information about the Packman
mailing list