Debian :: Can't Install Gstreamer0.10-ffmpeg / Get It To Work?
Aug 9, 2011
First when trying to play some video Totem (as was set as default application) asked about missing decoder then offered installing of gstreamer-version-xx, but it couldn't as described below. I removed Totem and installed MPlayer and Gnome-MPlayer interface and everything is perfect in regard of playing video files
Now I wanted to install other package and it again needs this gstreamer0.10-ffmpeg package:
Depends: gstreamer0.10-ffmpeg but it is not going to be installed
View 14 Replies
ADVERTISEMENT
Aug 26, 2010
I'm using Ubuntu jaunty and was using old version of pidgin until today. Today I had decided to install newer version of Pidgin 2.7 and uninstalled my old version from system. Because it had so many problem like not login to yahoo account.
I went to Pidgin website and downloaded Debian package for ubuntu. But got an error while installing. Finally I decided to install it from source package and downloaded it to install. While I try to make configure file by typing
Code:
./configure
command, it gave me following error:
Code:
checking for update_panels in -lpanel... no
[Code]...
So I can not install Pidgin now. If I have to install it anyway I have to disable video and voice service for Pidgin. But I would like to use Pidgin with video and voice.
View 3 Replies
View Related
Feb 4, 2015
I've been trying to compile OpenCV3 beta for Debian Jessie, but I can't figure out how to compile support for video I/O .Tutorials that can be found on-line usually use ffmpeg library, but as I found out Debian 8 replace this library with libav (?). Of course I found tutorials how to remove libav and install ffmpeg, but I would rather try to find some another way.
I use OpenCV3 beta from URL...
When I use this switch
Code: Select all-DWITH_FFMPEG=0 compilation succeed, but there is no support for video.
When I don't use that switch, then I get this error:
Code: Select allIn file included from /home/sehny/Dokumenty/opencv-3.0.0-beta/modules/videoio/src/cap_ffmpeg_impl.hpp:65:0,
from /home/sehny/Dokumenty/opencv-3.0.0-beta/modules/videoio/src/cap_ffmpeg.cpp:45:
/home/sehny/Dokumenty/opencv-3.0.0-beta/modules/videoio/src/ffmpeg_codecs.hpp:98:7: error: ‘CODEC_ID_H264’ was not declared in this scope
{ CODEC_ID_H264, MKTAG('H', '2', '6', '4') },
[code]...
View 9 Replies
View Related
Apr 9, 2011
I am running 64 Bit Debian, 6.0 install with VLC and libavcodec52, libavformat52, and libavdevice52 installed. I also installed recordmydesktop which creates an ogv file, and I would like to use VLC to convert the file to an MP4. Then I can add it to a project under Open Shot Video Editor.
I get the following errors when I try to convert the file: Streaming / Transcoding failed: It seems your FFMPEG (libavcodec) installation lacks the following encoder: H264 - MPEG-4 AVC (part 10). If you don't know how to fix this, ask for support from your distribution. This is not an error inside VLC media player.Do not contact the VideoLAN project about this issue.
Streaming / Transcoding failed: It seems your FFMPEG (libavcodec) installation lacks the following encoder: MPEG AAC Audio. If you don't know how to fix this, ask for support from your distribution. This is not an error inside VLC media player. Do not contact the VideoLAN project about this issue. I've used Google to search for the error message, searched on the forum.videolan.org, and searched on this forum. So far, I've not found a lead to the solution. What am I overlooking/missing?
View 6 Replies
View Related
Dec 22, 2009
CentOS 5.4 (cPanel 11.25.0-R42213) I've used this guide several times on several servers to get FFMPEG`/FFMPEG-PHP to work with CentOS 5.2 and various hosting panels. But after trying on a server with CentOS 5.4, I've run into problems.
# Install FFMPEG on CentOS
cd /root
echo "[dag]" > /etc/yum.repos.d/dag.repo
echo "name=Dag RPM Repository for Red Hat Enterprise Linux" >> /etc/yum.repos.d/dag.repo
[code]....
View 1 Replies
View Related
Oct 15, 2010
Where can I download a copy of gstreamer0.10-lame plug-in? I looked in Synaptic Package Manager but did not see it listed.
View 2 Replies
View Related
Jul 20, 2010
Since ffmpeg 6 is out for some time, when will Ubuntu Lucid afford such a new ffmpeg package from its repository?
View 2 Replies
View Related
Nov 10, 2010
i installed an nvidia graphics card recently and this
Code:
ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1024x768 -i :0.0 -acodec pcm_s16le -vcodec libx264 -vpre lossless_ultrafast -threads 0 ./Desktop/mydesktop.mkv
[code]....
View 4 Replies
View Related
Mar 26, 2016
I'm currently running ffmpeg from a windows machine and realized it's rather redundant as I could be running it from the Debian (headless server) machine instead. What I'm trying to achieve is to get ffmpeg running as a background job...
Effectively, as far as I've gathered, this should be enough:
Code: Select allffmpeg -re -hide_banner -i "LIVE_INPUT_1" -f "LIVE_OUTPUT_1" &
But it's not working - when I run the command from terminal to check it, it works fine... but when I try to run it as a background job it creates the job but no output is generated. According to posts around the web, other people have been successful at running background jobs like this for transcoding static files.Should it be done differently or is this an issue with ffmpeg itself?
View 1 Replies
View Related
Nov 20, 2015
How do I convert an ovg to avi file?
Why was ffmpeg removed in Jessie?
I read through more of this thread than I wanted to. [URL] ....
Does libav provide command line utilities to do something like converting ovg to avi, or determining the length of an mp3 file? Why is there absolutely no explanation as to why libav was preferred over ffmeg?
View 6 Replies
View Related
Mar 1, 2011
As I understand (and remember) debian does not package x264 with its ffmpeg. [I say remember because I have a debian-multimedia line in my sources.list that I believe I added when I wanted a x264 enabled ffmpeg]
Is this status still the same? Do we still need to compile ffmpeg by hand if we want x264?
View 6 Replies
View Related
Jan 20, 2010
yesterday tried to install ffmpeg with yum. but package not found. so i found the webpage about updating dag.repo and trying again. that didn't work.
So i ram yum update. that took 5 hours but still yum install ffmpeg gave me package not found. yum can't seem to find anything now.
Code:
View 3 Replies
View Related
Sep 20, 2009
I download ffmpeg from repository with command svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
after cd /home/username/Desktop/ffmpeg
./configure --enable-shared --enable-gpl --enable-nonfree
make
make install
after that if i call ffmpeg I will obtain this error ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory
what can i do?
View 3 Replies
View Related
Jun 10, 2015
I am trying to stream from a webcam to mp4 file with avconv/ffmpeg with the GRBG pixel format. I can find a lot of ffmpeg commands and other stuff on google about a webcam stream to file with ffmpeg, but none of them use GRBG pixel format and are working for me ...
I have never tried something like this before
Output of v4l2-ctl --list-formats-ext:
Code: Select allioctl: VIDIOC_ENUM_FMT
Index : 0
Type : Video Capture
Pixel Format: 'GRBG'
Name : GRBG
Size: Discrete 162x120
Size: Discrete 324x240
How to get this working?
View 5 Replies
View Related
Jan 12, 2015
I use ffmpeg to covert video files for the net.
Code: Select allffmpeg -i infile -vcodec libx264 -vpre ipod640 -b 250k -bt 50k -acodec libfaac -ab 56k -ac 2 -s res.mp4
which works good. I was wondering if I could use larger resolution presets, but
find /usr -iname '*.ffpreset' only gives
#/usr/share/ffmpeg/libvpx-360p.ffpreset
#/usr/share/ffmpeg/libvpx-1080p.ffpreset
#/usr/share/ffmpeg/libx264-ipod320.ffpreset
#/usr/share/ffmpeg/libvpx-1080p50_60.ffpreset
#/usr/share/ffmpeg/libx264-ipod640.ffpreset
#/usr/share/ffmpeg/libvpx-720p50_60.ffpreset
#/usr/share/ffmpeg/libvpx-720p.ffpreset
with only 2 presets for libx264.
I installed ffmpeg from deb-multimedia. Is there a package which provides further preset files? There should be e.g. hq, max etc..
View 2 Replies
View Related
Jan 27, 2011
I use Kino to transfer dv from my camera and also use it for video editing, but there are very few GUI options when it comes to transcoding the edited files into, say, h264. Kino is using ffmpeg, and I know there are a plethora of options. For instance, here is the output of the logfile from a file I made with h264 and the best quality available in Kino.#options: 768x576 fps=25/1 cabac=0 ref=1 deblock=0:0:0 analyse=0x1:0 me=dia subme=8 psy_rd=1.0:0.0 mixed_ref=0 me_range=4 chroma_me=0 trellis=0 8x8dct=0 cqm=0 deadzone=21,11 chroma_qp_offset=-2 threads=2 nr=0 decimate=1 mbaff=0 bframes=0 keyint=300 keyint_min=25 scenecut=0(pre) rc=abr bitrate=2048 ratetol=2.0 qcomp=0.50 qpmin=2 qpmax=31 qpstep=3 ip_ratio=1.25 aq=1:1.00Frankly, I am not that impressed with the result, and would like to use settings that give a better result, e.g. adjusting bitrate and more passes
View 1 Replies
View Related
Mar 24, 2011
I am running a video script on my server and I am very new to running a dedicated server and commands. Most of our site was setup but other and someone has broke something and no one seems to know how to fix.
Here is the issue. We run a script that uses these requirements
[Mod edit]Adult content Link removed
requirements
Now our server guy ran a update inside webmin for debian and now our videos still convert but wont make thumbs. Here is what he did.
Now updating libsmbclient ..
Now the AVS script wont make thumbs and webmin still wants to do 3 more updates that get unmet dependencies errors. Here they are when we try to run another update.
Building complete list of updates ..
Now what we need to do is either undo the update he already did or maybe get the one its asking for now to work but not sure which one will fix our thumb generating problem? Here is the error in the log file of the AVS script.
Seems stream 0 codec frame rate differs from container frame rate:
View 3 Replies
View Related
Feb 24, 2011
Having trouble with #yum install ffmpeg.
Here's the error:
I added:
View 3 Replies
View Related
May 4, 2010
I am using Ubuntu 9.04 I wish to inter convert one video to another format using ffmpeg and x64. how to install offline ffmpeg and x64
View 2 Replies
View Related
Nov 6, 2010
I'm trying to get FFMpeg installed on my server, but I'm not having much luck I've managed to get it working with AVI/MOV etc , but now I'm trying to convert into MP4, I get an problem:
root@vps [/etc/apt]# apt-get install ffmpeg
Reading Package Lists... Done
Building Dependency Tree... 50%
Building Dependency Tree... Done
ffmpeg is already the newest version.
0 upgraded, 0 newly installed, 0 removed and 4 not upgraded.
root@vps [/etc/apt]#
[Code]....
View 1 Replies
View Related
Feb 10, 2011
I was wondering if Debian Net install would work on a Dell machine. Because when I installed Windows on it I had actually go online with my other computer to find the damn dell drivers. So just wondering if Debian would detect the dell devices and actually have drivers for it.Yes, I realize it's probably a completely stupid question.
View 7 Replies
View Related
Mar 18, 2010
I'm wondering if anyone distributes mplayer, mencoder, and ffmpeg, up-to-date builds of each and their associated dependencies (x264, faac, xvid, etc).I had to compile all that stuff myself and fought with it, and finally got it working.
If no one distributes latest builds, then I was thinking of going further with what I've done to help others: virtualbox lenny and automated compiles of all packages and putting up the builds, with latest revisions of mplayer and ffmpeg from their source code repos. Using LD_LIBRARY_PATH to isolate the build so any modern linux can run the produced binaries, with only glibc as a dependency.
View 3 Replies
View Related
May 11, 2010
I received a few updates today, one of which is mplayer. Now mplayer is broken and from what I can gather it's because it's incompatible with the version of ffmpeg I have installed. But the real problem is that mplayer and ffmpeg were originally installed from the debian-multimedia repo but the update for mplayer is from the debian repo. I can't go back because this new mplayer is dependent on libdirectfb-1.2-9 whereas mplayer from debian-multimedia is dependent on libdirectfb-1,2-0.
In case you want the error from mplayer:
mplayer: relocation error: mplayer: symbol codec_wav_tags, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference
View 10 Replies
View Related
Feb 17, 2011
i wanted to install ffmpeg with lame mp3 support.its procedure is as follows:
cd /usr/local/src/ffmpeg/
./configure -enable-libmp3lame -enable-libogg -enable-libvorbis
make && make install
but i have not passed -enable-libmp3lame during installing to ./configure so mp3lame support is not available.how can i modify existing installation to install libmp3
View 1 Replies
View Related
Jun 15, 2010
I have been working on vlc (windows) and now i want to use the same in linux...so ma trying to compile it in linux..... i need ffmpeg functionality and others as such...so please provide me with the complete link and order so as where to fetch the source code and to compile....i have done googling and found lots of tutorials and most of the are confusing and not clear......and i tried doing them and am now confused(whether they are compiled or not) cos when i try to instll them it says already exists and when i try to use the functionality it says canot transcode ffmpeg doesnt exitst.....I am badly need of vlc transcoding options. Am using ubuntu 10.
View 9 Replies
View Related
Apr 8, 2009
I would like to install on my box FFMPEG with libx264 support. First of all I've tried yum install ffmpeg, but it occurs that it downloads a version from 2007 (?) and without libx264. Than I've tried this: [URL]. And everything goes ok till last ./configure:
./configure --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-libfaad --enable-swscale --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
And in this moment I do "make" and get:
-bash-3.2# make
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I"/usr/local/lib/tmp/ffmpeg2/ffmpeg" -I"/usr/local/lib/tmp/ffmpeg2/ffmpeg" -fomit-frame-pointer -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -fno-math-errno
-c -o libswscale/swscale.o libswscale/swscale.c .....
libswscale/swscale.c:3409: warning: assignment discards qualifiers from pointer target type
make: *** [libswscale/swscale.o] Error 1
And as you can see I get a lots of errors. Tried to install it for 5 day now, How to make this work??
View 2 Replies
View Related
Mar 18, 2011
How do I get the "gstreamer0.10-lame" package?OK it's not in sysnaptic and the debian repository. I have partners enabled in software sources but cant find it.
View 2 Replies
View Related
May 27, 2011
I have installed ffmpeg via github on a ubuntu 11.04-machine.An application - ClipBucket - require ffmpeg version r19000...When doin a ffmpeg -version I get the following:Quote:
ffmpeg version git-N-29993-ga4b6000, Copyright (c) 2000-2011 the FFmpeg developers
built on May 26 2011 04:30:20 with gcc 4.5.2
configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-
[code]....
View 4 Replies
View Related
Jan 29, 2010
How users to install the latest svn versions of x264, ffmpeg and mplayer. Primarily, this is important for users who rip movies from dvds.
How do I perform the same tasks using sbopkg? I believe some compilation options must be changed to reflect the svn changes.
Has anyone done this before? Are the steps important when using slackware 13 x86_64?
View 5 Replies
View Related
Jul 22, 2009
I bought un-managed VPS server for host a video sharing script. Server details
[Code]...
And that video sharing script needs "FFmpeg,Flvtool2,Libogg + Libvorbis,LAME MP3 Encoder" I searched google,forums,Articles. But i couldn't be able to find a way to install them on Centos
View 1 Replies
View Related