Support and General Use > Plugins/Viewers
PluginMpeg
mevets:
I found mencoder on google:
--- Code: ---mencoder "/path/to/source.ext" -o "/path/to/output.mpeg" -of mpeg -oac lavc -lavcopts acodec=mp2:abitrate=192 -af resample=44100:0:0 -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=250 -vf scale,harddup -ofps 25 -zoom -xy 320
--- End code ---
It works but the video is considerably behind the audio and unwatchable.
Vortex:
--- Quote ---I found mencoder on google:
--- End quote ---
No need to google for that command line. As I already said, you can find this in the wiki.
--- Quote ---WinFF just uses FFMpeg, and can be compiled for linux anyway. Why exactly are you using Wine with it?
--- End quote ---
WinFF can be compiled for linux?? I honestly didn't even think of that possibility.
Of course I do have ffmpeg installed but it's too much of a hassle to create a suitable ffmpeg commandline by hand. WinFF does this very conveniently and still allows you to tweak some parameters.
Llorean:
That's why the wiki page has a section titled "Using WinFF (Windows/Linux)" and the download page it links to has a debian and Red Had package. ;)
Vortex:
Yeah I must have been kind of blind to not see this. :(
However I can't seem to get it to work. The precompiled binary included in the "source" won't run. It gives me
--- Code: ---./winff: error while loading shared libraries: libgdk_pixbuf.so.2: cannot open shared object file: No such file or directory
--- End code ---
even though I do have the gtklibs installed (as well as the 32bit emulation gtklibs).
Furthermore there were no build/installation instructions included and I don't know how to compile Pascal code.
Has anybody compiled and set up a working WinFF on a 64bit Linux box?
EDIT: It seems there really exists no libgdk_pixbuf.so.2 on my system. Any ideas in which package this _might_ be included? I'm running Gentoo Linux by the way.
EDIT2: I have a /usr/lib64/libgdk_pixbuf-2.0.so though.
EDIT3: Since the precompiled WinFF is a 32bit binary I tried to symlink /usr/lib32/libgdk_pixbuf-2.0.so to libgdk_pixbuf.so.2.
Now when I try to run WinFF it pops up a window that contains the helpful message "file not found" and prints the following to the console:
--- Code: ---$ ./winff
[FORMS.PP] ExceptionOccurred
Sender=EInOutError
Exception=File not found
Stack trace:
$08078DE9
$0806F8D1
$0807113C
$080775C2
$08053A44
TApplication.HandleException File not found
Stack trace:
$08078DE9
$0806F8D1
$0807113C
$080775C2
$08053A44
Runtime error 217 at $0805EA5A
$0805EA5A
$0805EE54
$08077603
$08053A44
$080539B1
--- End code ---
It appears to me as if the author didn't put much effort into actually making this run on Linux.
mevets:
Sorry can't help, don't think it would be the best solution nonetheless.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version