mencoder
Jeg prøver at encode nogle vob-filer fra commandlinjen med mencoder, men jeg får hele tiden beskeder om at der ikke har support for mp3, ikke for h264 (på trods af at jeg med synaptec har forsøgt at downloade og installere alle manglende filer).
Jeg har endda prøvet at lave en ny build af mplayer
Er der et sted hvor jeg kan downloade et komplet sæt af binære filer der har det hele?
hej Arne
Jeg har endda prøvet at lave en ny build af mplayer
Er der et sted hvor jeg kan downloade et komplet sæt af binære filer der har det hele?
hej Arne
Kommentarer1
Re: mencoder
Many of the export presets in OpenShot use h.264 and/or mp3 codecs. If you do not have the correct packages installed on your system, these codecs will not work, and instead of exporting your video, OpenShot will show an error message saying, "The following formats/codecs are missing from your system: libx264 and libmp3lame".
NOTE: The follow package is installed with OpenShot: libavformat. Ubuntu and Debian have 2 versions of this package, one that is restricted (or stipped), and one that is unrestricted (or unstripped).
To fix this problem in Ubuntu / Debian, use the following steps:
Step 1) Open Synaptic Package Manager
Step 2) Search on "libavformat"
Step 3) We need to install the alternate version of libavformat... the one with h.264 and mp3 codecs. These package names vary from distribution to distribution, but it should be something similar to:
a) libavformat-extra
b) libavformat-unstripped
Step 4) Close and re-launch OpenShot. You should now be able to use libmp3lame, h.264, and many other restricted formats.
If you have trouble finding the correct package name, just google "libavformat" and the name of your Linux distribution. Good luck!