Fedora :: Ffmpeg Unrecognized Option 'vf'?

May 2, 2011

Anyone else SUDDENLY getting this??? Still trying to find why this is happening...

Code:
FFmpeg version 0.6.2-rpmfusion, Copyright (c) 2000-2010 the FFmpeg developers
built on Apr 12 2011 16:45:34 with gcc 4.5.1 20100924 (Red Hat 4.5.1-4)
configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64
--mandir=/usr/share/man --arch=x86_64 --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions

[Code]...

View 5 Replies


ADVERTISEMENT

Fedora :: Error: Unrecognized Option '--warn-common'

Jun 11, 2011

I've download the gpac files for MP4box from:[URL]..but im having issues compiling it. Its telling me "gcc: error: unrecognized option '--warn-common'"Running 64bit FC 15

View 2 Replies View Related

Hardware :: Run Memtest86 - Error: Unrecognized Command Line Option

Jun 17, 2011

I am having memory problems on my old Compaq PC, and am trying to run memtest86+-4.20 to check it. I downloaded the source file, and tried a compile, but had the following problem:

[code]...

how to get around this issue?

View 3 Replies View Related

Software :: Use Gcc Command To Compile A *.c File Error:unrecognized Option '--eh-frame-hdr'

Jun 27, 2011

use gcc command to compile a *.c file error:unrecognized option '--eh-frame-hdr' why is it? and how to solution it?

View 2 Replies View Related

Software :: Is There A Resize Option On Ffmpeg

Apr 14, 2010

I'm looking for the option that will let you resize the width of a video during conversion.

In ffmpeg2theora it's
ffmpeg2theora -x ###

that option will let you change the width (or the height), and the program will properly scale the height (or width) automatically.

Is this possible in ffmpeg or do you have to figure out the scale manually?

View 5 Replies View Related

Software :: Cc1: Error: Unrecognized Command Line Option "-m486"

Dec 12, 2010

while trying to compile grace (5.1.22), I am facing problem:

Code:

$ make
make[1]: Entering directory `/home/rudra/Downloads/grace-5.1.22/
cephes'
gcc -O2 -m486 -fno-common -Wall -Wpointer-arith -Wnested-externs -I.. -
I. -c -o airy.o airy.c
cc1: error: unrecognized command line option "-m486"

[code]...

I am forced to use source because rpm is also giving some problem and crashing while starting.

View 2 Replies View Related

CentOS 5 :: Kernel Panic Unrecognized Mount Option "mand"?

Apr 10, 2011

After upgrading from 2.6.18-194.32.1.el5 to 2.6.18-238.5.1.el5 EXT3-fs: Unrecognized mount option "mand" or missing value

View 1 Replies View Related

Fedora Networking :: GBC HSDPA Modem Unrecognized

May 27, 2009

For F10 patched. I'm in Honduras. The local cell / Internet provider that covers Guatamala, Honduras, El Salvador, uses an HSDPA modem marked "GBC" and is also known as the "China Bird". It's a black usb stick that looks identical to the option unit, but its definitely not an option modem.

lsusb lists it as 1c9e:1001 with no text after it. It automounts as a disk drive with typical Windows software on it. Nothing ever shows up in /dev/ttyUSB*, as I believe the disk mount causes it to not try mounting it as a modem. Dismounting it also does no good.

View 4 Replies View Related

Fedora :: Unrecognized Partition - Won't Show Up In Grub?

Feb 20, 2010

i got a new installation of grub after installing fedora. now they won't show up in grub and when i see them in disk utility, and other software, they say unrecognized partition

---------- Post added at 07:21 PM CST ---------- Previous post was at 07:13 PM CST ----------

is there a software for linux that would fix this?

---------- Post added at 07:23 PM CST ---------- Previous post was at 07:21 PM CST ----------

does anybody know if partition table doctor will fix this?

View 1 Replies View Related

Red Hat / Fedora :: Installing Mysql - Unrecognized Service ?

Jan 20, 2010

Im using centos. I have install rpm for mysql

But when i have enter service mysqld start it shows mysqld: unrecognized service

And when I type mysql it shows ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)

View 1 Replies View Related

Ubuntu Multimedia :: Ffmpeg 6 Is Out For Some Time When Will Lucid Afford Such A New Ffmpeg?

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

Fedora Installation :: Fedora And 7 Say Unrecognized Partition

Feb 20, 2010

i got a new installation of grub after installing fedora. now they won't show up in grub and when i see them in disk utility, and other software, they say unrecognized partition how do i fix the hdd?

View 1 Replies View Related

Red Hat / Fedora :: Shows Unrecognized Service After Restart Service Smb

Feb 28, 2010

i can smb in centos 5 and i run service smb restart, it shows :smb: unrecognized service..... i run rpm -qa |grep samba,it shows

samba-common-3.0.33-3.7.el5
samba-client-3.0.33-3.7.el5
.....

View 2 Replies View Related

Fedora :: Ffmpeg With Amr Support ?

Aug 15, 2010

If anyone is interested i have rebuilt ffmpeg with amr support, for those having trouble converting files to 3gp etc....only 64bit rpms [url]

View 1 Replies View Related

Fedora :: Install Ffmpeg Using Yum ?

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

Fedora :: Compiling 32 Bit Ffmpeg On 64 Bit FC11?

Oct 3, 2009

its been a long time since i was last on here, (2006)

I am trying to compile ffmpeg (and libraries) but im stuck. I am running x86_64 FC11 and want to compile 32 bit binaries so i can post them online for people to download, and mine is different then the ones hosted by the yum repo's.

here is what the output is

Code:
[rbehera@roflmao ffmpeglinux]$ ./configure --cpu=pentium3 --arch=x86 --enable-cross-compile
[rbehera@roflmao ffmpeglinux]$ ./configure --cpu=pentium3 --arch=i686 --enable-cross-compile

[Code].....

View 3 Replies View Related

Fedora :: Enabling Libfaac In Ffmpeg?

Nov 24, 2009

Is there an easy way to enable libfaac in ffmpeg? I'm hoping to not have to compile it myself, but it appears that it was compiled without libfaac support. Not sure if what I'm using is from rpmfusion, but it's enabled.

View 9 Replies View Related

Fedora :: Add Title To Video With Ffmpeg?

Jun 24, 2010

I have some video clip and I want to add a title in its buttom center. For exemple, My clip is video.mp4 and I want to add the title "hello world".Does ffmpeg (or mencoder) enables me to do this?

View 2 Replies View Related

Fedora :: Ffmpeg Generates Very Big Files?

Sep 27, 2010

I use this command line to transcode media file

Code:
ffmpeg -i in.ts -y -threads 2 -vcodec libxvid -b 300000 -bufsize 8192 -g 300 -s 320x240 -aspect 4:3 -f mp4 -pass 1 out.mp4

[code]....

View 1 Replies View Related

Fedora Installation :: Ffmpeg Yum Install ?

Feb 24, 2011

Having trouble with #yum install ffmpeg.

Here's the error:

I added:

View 3 Replies View Related

Fedora :: Converting Movies For Psp Using Ffmpeg?

Aug 13, 2011

I installes ffmpeg according to [URL] The program works (i get textoutput) but i am doing something wrong i think. Whet i enter

Code:
ffmpeg -i TheHitList{2011}DVDRIP.Jaybob.avi -title hitlistpsp -f psp -r 29.97 -b 512k -ar 24000 -ab 64k -s 320x240 M4V00001.MP4
i get
Code:
[root@Koen-PC sadaci]# ffmpeg -i TheHitList{2011}DVDRIP.Jaybob.avi -title testfilmpsp -f psp -r 29.97 -b 512k -ar 24000 -ab 64k -s 320x240 M4V00001.MP4

[Code]....

View 6 Replies View Related

Fedora :: Which Device To Use For Ffmpeg Sound Input?

Dec 27, 2010

I am trying to record a video clip, using my webcam, but sound synchronisation is always poor. I have used Cheese, UCView and VLC. One possible cause is explained in the reply to this question, but I am not an expert. In desperation, I now want to try ffmpeg. The ffmpeg documentation gives the following example

Code:
ffmpeg -f oss -i /dev/dsp -f video4linux2 -i /dev/video0 /tmp/out.mpg
My system has no /dev/dsp, but does have /dev/snd with these files
Code:
$ ls /dev/snd

[Code]...

View 11 Replies View Related

Fedora :: Compile FFMPEG With VDPAU Support

Mar 16, 2011

I have trouble compiling FFMPEG with VDPAU support. I have clean typical installation Fedora 14 + all updates and after installation I install Nvidia driver with VDPAU support - kmod (VPDAU works well, tested with mplayer - I play MKV 1080p on Atom D525 + chipset Nvidia ION with 10-15% CPU ussage). I try compilie FFMPEG with this procedure:

[Code]...

View 4 Replies View Related

Fedora :: FFmpeg Configure Error - Libxvid Not Found

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

Fedora :: OpenCV Cannot Resolve FFmpeg Codec Libraries

May 19, 2011

OpenCV doesn't work. I wonder why would anyone create a RPM package and not bother to check whether it actually works? Do they get paid per package at Red Hat? The problem seems to be in cap_ffmpeg.cpp. Somehow, OpenCV cannot resolve the ffmpeg CODEC libraries, but the annoying part is that it compiles and installs error free - it just doesn't work. Without any error messages, it is really hard to figure out what is wrong.

View 8 Replies View Related

Red Hat / Fedora :: Ffmpeg-php And Gd Module Loading / Unable To Load Dynamic Library?

Jan 19, 2010

fedora 12 with php 5.3.1 + apache is installed on the server

I needed a FFMPEG + MENCODER + FFMPEG-PHP setup , so I have installed all of the necessary libraries/codecs along with ffmpeg , mencoder and ffmpeg-php

I've added ffmpeg-php (ffmpeg.so) module to php.ini and restarted httpd

But ffmpeg was not showing up in phpinfo() so I grepped : php -i | grep ffmpeg
for some clues and got this warning
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/ffmpeg.so' - /usr/lib/php/modules/ffmpeg.so: undefined symbol: php_gd_gdImageSetPixel in Unknown on line 0

That error explains why ffmpeg is not loading

Obviously something to do with GD library , so I've researched on the net , and found that some users suggest loading the GD module before FFMPEG module.

I gave it a try and added this at the end of php.ini:
Code: [gd]
;loading gd
extension=gd.so
[ffmpeg]
;loading ffmpeg
extension=ffmpeg.so ...but still same error when greping phpinfo()

View 1 Replies View Related

Ubuntu :: Password Unrecognized At Login

Feb 16, 2011

After a couple of months of not using the dektop it warned me to check/correct some issue with the HDD, which I did. After the steps taken by the system to check the disk it went to the sign-in screen for ubuntu but it no longer recognize my password, so can't use it.

I remember that at the time when I was installing the OS it gave me a long list of alphanumeric characters which I would need in case of login problems in the future but I can't find where I wrote that string of chrs.. I deal with this issue by using the livecd from where I installed the OS or I do indeed need that string?

Important notes

1) Ubuntu 10.04 LTS
2) Plenty of free hard disk space
3) Properly partitioned disk
4) Recognized partitions at startup
5) Never before any issue/error of this sort

View 9 Replies View Related

Hardware :: External HDD Unrecognized - Smart Not Available

Jan 13, 2010

HP Pavillion hdd crashed in my daughters computer so I removed it and purchased a 2.5 USB 2.0 IDE Drive Enclosure and connected it to my laptop Asus Eeee running Ubuntu 9.10. I need to get access to the files on the external hdd and nothing seems to recognize except Palimpsest says:
Hard Disk 811 ATA/ATAPI Device
Unknown Size
Unrecognized
Smart Not Available
/dev/sdb

When I open a terminal and run:
rhg@rhg-laptop:~$ sudo parted /dev/sdb
rhg@rhg-laptop:~$ sudo gpart /dev/sdb
Floating point exception
rhg@rhg-laptop:~$

When I run Test Disk:
Test Disk 6.11, Data Recovery Utility, April 2009
Christophe GRENIER <grenier@cgsecurity.org>
[URL]
Select a media (use Arrow keys, then press Enter):
Disk /dev/sda - 160 GB / 149 GiB - ATA ST9160310AS

It only recognizes the hdd in my Asus. So if the Ubuntu Disk utility can see the drive how to I get these tools to see it? I know for a fact the OS on the external hdd is Ubuntu 9.04 ext3 because I set this system up for my daughter. The gpu chip melted onto her HP motherboard and crashed her system. Now to add more excitement to this puzzle, the external hdd does have the Captain Hook and the Aligator loud Tick Tock sound when you first plug it in so the hdd is not the healthiest either.

View 4 Replies View Related

General :: Xinetd - Unrecognized Service

May 21, 2010

I've already installed centos 5.5 and checked the xinetd services using the command : service xinetd status and the reply is xinetd: unrecognized service.

View 3 Replies View Related

CentOS 5 Hardware :: External USB DVD R/W Unrecognized?

Feb 1, 2010

Since some days ago, my external usb BenQ DVD R/W become unrecognizable by CentOS. It was recognized before.
During those days, I updated software packages, and later reinstall the whole system. I cannot remember the time point that the problem began to happen. Yestoday, my kernel version was still 2.6.18-164.10.1.el5, when I enter single user mode through Quote:(exit gnome) $ init 1

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved