Software :: Codec Errors Using Ffmeg And Winff Frontend In Ubuntu 10.04 - Unknown Encoder 'libxvid'
Sep 9, 2010
I am testing several programs for video editing and video format change.I have been trying avidemux, and now I am trying to use ffmpeg, and a graphical frontend for it, Winff.As an example I am trying to convert an MP4 file to AVI. I obtain an error that says: "Unknown encoder 'libxvid'". How could I possibly now what I have to install to be able to convert the files without errors?
PD: This is the output from ffmpeg when called from Winff:
FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1, Copyright (c) 2000-2009 Fabrice Bellard, et al.configuration: --extra-version=4:0.5.1-1ubuntu1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-
[code]....
View 3 Replies
ADVERTISEMENT
Dec 28, 2010
I want to be able to rip videos off ..... and put them on my ipod. I added installed "Download helper" which enables me to rip the videos off ..... in a flv format. When I try and convert the files to .mp4a (using the WinFF GUI) my terminal pops up and says "unknown encoder 'libx264'"
Here is the full message:
FFmpeg version SVN-r19352-4:0.5+svn20090706-2ubuntu2.2, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --extra-version=4:0.5+svn20090706-2ubuntu2.2 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --extra-cflags=-I/build/buildd/ffmpeg-0.5+svn20090706/debian/include --enable-shared --disable-static
[Code]...
View 2 Replies
View Related
May 21, 2010
I have a video - taken on my mobile phone. In totem, I get sound and video: lovely. However, in Openshot I don't get sounds, and in WinFF it tells me "Unsupported codec (id=7372" for the audio stream. Why, when both are using FFMpeg do the installed codecs work differently in different programs?
View 2 Replies
View Related
Oct 31, 2010
I'm using ffmpeg to convert my files but when I tried to convert WAV -> MP3 I got this error. It's surprising for me cause I installed this one yesterday. What could happen?
View 3 Replies
View Related
Jan 27, 2011
i have installed winff onto my netbook but when i try to run it to covert .ogg to mp3 i get this error.
Quote:
Unknown encoder 'libmp3lame'
View 1 Replies
View Related
Apr 20, 2011
I installed the MOTU ffmpeg and libav ppa in Natty beta, the installation went through ok and media players all work. But I am having problems converting MP4 to MP3 (extracting audio) with the error message that libmp3lame unknown encoder. I checked that lame and libmp3lame0 are both installed. I wonder what might have been the missing piece.
View 9 Replies
View Related
Mar 5, 2010
I am trying to convert some mp3's into m4r format.I got to step 4 on this page:
Code:
ffmpeg.exe -i ringtone.mp3 -ac 1 -ab 128000 -f mp4 -acodec libfaac -y ringtone.m4r
minus the .exe part. here's what i use:
Code:
ffmpeg -i test.mp3 -ac 1 -ab 128000 -f mp4 -acodec libfaac -y test.m4r
but ffmpeg throws me this error:
Code:
Unknown encoder 'libfaac'
even though i have libfaac0 and libfaac-dev installed
View 2 Replies
View Related
Feb 10, 2009
I want to play some tracks of .wma suffix in opensuse 11.0. But it gives me an error of unknown codec!
When I try to install the needed codec it fails.
How to play such files.
View 3 Replies
View Related
Nov 28, 2009
Running Opensuse KDE 11.2 64bit. Trying to backup DVD, but no sound after playing ripped copy. After looking at the settings in K9copy and DVD95, the sound section says "Unknown AC3" where it normally says "English AC3". I've tried mencoder and ffmpeg.
View 7 Replies
View Related
Aug 11, 2010
I am trying to get bind 9 up and running on a new installation of server 10.04 and keep getting errors when starting the daemon -
* /etc/bind/named.conf.local:19: unknown option 'zone'
* /etc/bind/named.conf.local:20: unknown option 'zone'
* /etc/bind/named.conf.default-zones:3: unknown option 'zone'
* /etc/bind/named.conf.default-zones:11: unknown option 'zone'
* /etc/bind/named.conf.default-zones:16: unknown option 'zone'
* /etc/bind/named.conf.default-zones:21: unknown option 'zone'
* /etc/bind/named.conf.default-zones:26: unknown option 'zone'
The onlything I could find after scrubbing the internet is once ina while there's a missing bracket. But I have checked and triple checked my config files and the syntax and can't find anything wrong. I have another installation of bind9 running on Fedora and the same exact syntax works just fine.
[Code]....
View 2 Replies
View Related
Feb 24, 2011
I'm attempting to install a small application called Asymptopia Flashcard System on Xubuntu x64. It's unsupported and virtually unknown, so I don't know many details about it aside from what I can gather from the source files. The first step in the installation directions is to type "make lib_install" as root at the command line. I get this output:
Making libasymptopia.so ... compiling Path.C ... Path.C: In member function �void Path::listdir(char*, std::deque<char*, std::allocator<char*> >*): followed by a bunch of errors like this: Path.C:38: error: �strcmp� was not declared in this scope
all for the file Path.C, all of them complaining about various header files not being declared. I have the latest version of gcc installed, so I'm very confused about what the problem is. This application is at least a few years old...maybe there's something out-of-date about the way it includes the header files?
View 1 Replies
View Related
Apr 13, 2011
I am trying to stream an MP3 using ffserver. My config for ffserver is
Port 8090
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 4096
CustomLog -
NoDaemon
[Code]...
but it goes right to the prompt screen after this. It does not appear to do anything and when I try to play the stream nothing happens. Is there something I'm missing?
View 1 Replies
View Related
Aug 14, 2010
Iam trying to burn wave files to a cd that i ripped from a cd when i try burning to gets to 300 meg and stops with these errors CD RECORD RETURNED AN UNKNOWN ERROR (CODE 254) SOMETIMES USING TAO WRITING MODE SOLVES THIS ISSUE Using ubuntu 10.04
View 1 Replies
View Related
Jan 29, 2011
I'm using mencoder to encode a DVD on my computer (reading it is not an issue), and I'm having trouble getting the codec to read a certain library.My command includes these options:
Code:
-ovc lavc
-lavcopts vcodec=libx264 (I also tried with libxvid)
It spat out this error at the end:
Code:
Cannot find codec 'libxvid' in libavcodec...
Couldn't open video filter 'lavc'.
Failed to open the encoder.
Exiting...
Unless I can get this working I'll fall back on mpeg4 but I would like these codecs. I've had good experiences with them. I've checked and the libx264-98 package is installed, along with libxvidcore4 and avifile-xvid-plugin Is this a permission problem? Or do I have to set a conf file? DO NOT suggest using a different -ovc or vcodec. If you have one that works for you, keep that for yourself. I am going to use lavc.
View 4 Replies
View Related
Jan 2, 2010
This is a transcript I get emailed at least once every day, usually about 3 to 10 a day recently.
Transcript of session follows.
SMTP server: errors from unknown[ip address]
<boring stuff snipped>
In: RCPT TO: <server@my domain>
Out: 550 5.1.1 <server@my domain>: Recipient address rejected: User unknown in local recipient table
Session aborted, reason: lost connection Now I cannot seem to find anything via Google, as when I put "server@" anywhere in the string, I just get web hosting or other kroomst. The emails usually come from legit places, usually hotels. Does this mean they are sending bad emails, i.e. they have a Trojan/worm, or is this a live hack attempt?. I believe the later, as I might get upto 3 domains from the one ip address, which is always, NOT associated with the listed domain. Not causing me any issues, except I have been getting a lot recently.
View 4 Replies
View Related
Jan 26, 2010
how I can use in my Kubuntu 9.10, audio codec - <voxware metasound audio codec>? P.S. Sorry for my bad english. I look forward to an answer,
View 7 Replies
View Related
Sep 24, 2009
I'm trying to install ffmpeg however I always get an error when I run ./configure. I know xvid is compelled into the dir below, this is the output from the xvid make install.
make install
D: /usr/local/lib
I: /usr/local/lib/libxvidcore.so.4.2
I: /usr/local/lib/libxvidcore.a
D: /usr/local/include
I: /usr/local/include/xvid.h
Then from the ffmpeg directory I run
./configure --prefix=/usr --libdir=/usr/local --enable-libmp3lame --enable-libxvid --enable-gpl --enable-shared
ERROR: libxvid not found
View 9 Replies
View Related
Aug 31, 2010
Running any freeglut based application from a terminal with Opensuse 11.3 cause that terminal to be spammed with freeglut messages like the following one:
freeglut (./myglutapp): Unknown X event type: 105
There are some bug reports on redhat and ubuntu as well
[url]
[url]
View 1 Replies
View Related
Jun 28, 2010
I've got a bunch of wmv files that I'd like to re-encode to avi - about 50 of them. Is there a straightforward GUI application that does the same thing as Sound Converter does with audio files? As in, add a folder full of files, select the output format and output filename/folder, click "convert", and come back a few hours later.
Yes I know I can convert video files with mencoder and ffmpeg, but doing it file by file at the command line means I can't leave it running overnight or something.
I found something called Arista but the only output options are designed for specific hardware, ie. iPods and PSPs. I just want to convert the wmv's to avi's, not mess around with resolution etc. Also, with Arista you still need to add the files one at a time.
View 4 Replies
View Related
Dec 27, 2009
As K3b is the standard ripper I suppose it must be possible rip an audio cd to flac? In the plugin menu I see that the flac decoder is installed but not the encoder. Did someone already succeeded in installing the flac encoder plugin?
FYI: With virtual folders I am able to copy from the flac directory. It works to encode with flac like this but I experience the last seconds of the song are gone...
View 9 Replies
View Related
Aug 13, 2011
I made an AVI video and I need to convert it to GIF to open it in Photoshop but it fails and here is my output:
Code:
earl@earl-HP-Pavilion-g6-Notebook-PC:~$ cd Videos/Webcam
earl@earl-HP-Pavilion-g6-Notebook-PC:~/Videos/Webcam$ ffmpeg -i out.avi out.gifFFmpeg version 0.6.2-4:0.6.2-1ubuntu1, Copyright (c) 2000-2010 the Libav
[Code]....
View 1 Replies
View Related
Nov 17, 2010
I tried to play a mpg file on a clean ubuntu 10.4 system which I guess laundhed totem movie player....it asked to me to download and install some packages which I accepted but unfortunately the quality of the movie isnt good (very black and red for all colors)...I want to un-install what I accepted previously and install the extended extra package found here:URl...
and hopefully that will set this as my default encoders and work better....however I dont know what I installed previously.does someone know what it was and how to un-install it?If there is another decoder anyone recommends for playing movies that would help as I am still at this point not sure the restricted-extras will fix my video.
View 2 Replies
View Related
Mar 16, 2011
I am trying to rip some home made sound tracks recorded onto CD using kaudiocreator. I am not infringing any copyright in doing this.It goes through ripping then encoding process but fails with'the selected encoder was not found'I am trying to get the sounds from a cd onto my mp3 player, so using mp3 as the chosen encoder. Do I have to use MP3 or can I use another encoder to do this job? I tried ogg vorbis but it failed with the same error.
View 5 Replies
View Related
May 16, 2010
I recently upgraded to Ubuntu 10.04 and recorded a screencast with gtk-recordMyDesktop. Upon completion of the recording I attempted to convert the OGV file to an AVI, for ease of editing purposes, using WinFF.(And yes, I have installed libavcodec-unstripped-52) The result was an incredibly annoying error message Which stated:
Code:
FFmpeg version SVN-r19352-4:0.5+svn20090706-2ubuntu2.2, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --extra-version=4:0.5+svn20090706-2ubuntu2.2 --prefix=/usr --enable-
[code]....
View 5 Replies
View Related
Jun 17, 2011
I downgraded from 11.04 to 10.10 due the problems, one thing I don't like is that Ubuntu dosen't give the latest updates of most software if the OS isn't the latest, such as LibreOffice, Firefox, WinFF etc. is there a way to get the updates to do that?
View 2 Replies
View Related
Jun 5, 2011
I need to install these packages LAME MP3 Encoder, Libogg + Libvorbis, Mencoder and also Mplayer, FFMpeg-PHP, GD Library 2, CGI-BIN on a centos . I searched the Google but most of the wget commands are not working because the links are not active links and I get error message failed: Connection timed out. Does anyone know where to get these packages with explanation of how to install them?
View 11 Replies
View Related
Jan 19, 2010
Iam trying to use winff to convert a FLv file to AVI but i get this error message "Unknown encoder 'libmp3lame'"i know this is on my machine i looked.
View 9 Replies
View Related
Mar 8, 2010
I am trying to convert movies to mpeg4 or more specifically formatted to play on my blackberry curve. I followed installation guide from this tutorial [URL]. Everything installed and the program works but when I add a file and pick presets and hit convert the terminal pops up and says the following:
[Code].....
So I press Enter and the terminal closes, than... nothing happens just staring at the winff screen.
I really have no idea where to go with this. I found a link from the forums earlier on these common crashes but cant seem to find it again.
View 1 Replies
View Related
Jul 22, 2010
when i try to convert a flv video to mp3 by winff
it gets to me this:
le-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --extra-
[Code]....
are there a good video and audio converters?
View 1 Replies
View Related
May 13, 2011
How do I add a preset to the program winff a popular frontend for ffmpeg so that I can have MPEG4 audio support.
P.S. if this is in the wrong area of the forum I will move it if someone will tell me where it needs to go.
View 2 Replies
View Related