Sponsored Content
Operating Systems OS X (Apple) FFMPEG install on 10.4.11, errors compiling and also using port Post 302591913 by codecaine on Saturday 21st of January 2012 02:16:53 PM
 

10 More Discussions You Might Find Interesting

1. Programming

Compiling Errors -- Symbol referencing

I'm trying to compile a FTP_API program. To do this you must use the libftp.so libary. But that libary has references which are not defined. Has anyone had this problems and how is it corrected?? The command line looks like this:-------------------------------------------- # cc ftpstock.c -lftp... (5 Replies)
Discussion started by: spotanddot
5 Replies

2. Programming

Errors while Compiling a PC script.

Hi all, I have created a post-C (PC) script OrdItmpopulate.pc. When I am compiling this using the “Make” command I am getting the following error. My “make” command looks like this: make -f $ORACLE_HOME/precomp/demo/proc/demo_proc.mk build EXE=OrdItmpopulate8.exe OBJS="OrdItmpopulate8.o"... (1 Reply)
Discussion started by: musavir19
1 Replies

3. UNIX for Dummies Questions & Answers

errors compiling gcc 4.2.1

Hello, I have never had a successful compile on the 2.6 kernel. On every arch in which I try to compile gcc I get either "i686-pc-cygwin-ar command not found or "i686-suse-linux-ar command not found. This always happens during the make process after configure checks for ar and finds it's just ar.... (2 Replies)
Discussion started by: kwa71
2 Replies

4. HP-UX

errors while compiling c++ module

hello everyone, here i attempting to compile a c++ module . I am using the following command make -d dummyCHARGP. i am using the gcc compiler .my os is HP-UX 11.11. here i am getting the following errors. errors: ======= /swtemp/usbs/cc/unix-ce/root/subsys/include/main.h:146:... (1 Reply)
Discussion started by: mannam srinivas
1 Replies

5. Solaris

Errors compiling Bind

Hi all, Apologies if this is the wrong forum for this question, if it is, could some one point me to the right one please. I am trying to compile bind-9.5.1b1 on Solaris 10 Get the error when try to configure: checking for OpenSSL library... using OpenSSL from /usr/local/lib and... (5 Replies)
Discussion started by: callmebob
5 Replies

6. UNIX for Dummies Questions & Answers

Custom kernel compiling, won't boot, and errors.

First of all, I'd like to preface this post by relaying that I have considerable experience with FreeBSD but I'm a Linux newb. I've been attempting to compile linux-2.6.29.3 from source and I'm having some problems and have a few newb questions... a) First of all, my kernel won't boot, it fails... (0 Replies)
Discussion started by: urbanriot
0 Replies

7. Debian

Install ffmpeg with x264 without root

Hi, I need help with following problem: I don't have a root access and i need to install ffmpeg with x264 support. The problem is, tha without root, I cannot install shared libraries to /usr/lib and ffmpeg won't find them. I tried multiple workaround, even setting LD_LIBRARY_PATH, but nothing... (1 Reply)
Discussion started by: chrisperry
1 Replies

8. UNIX for Dummies Questions & Answers

FFMPEG install problem on Unix

Guys, I'm new on Unix and I was hoping you could help me installing ffmpeg on Apple TV 1st Gen, which is a Unix based OS. This is the version of Unix. Darwin AppleTV.local 8.8.2 Darwin Kernel Version 8.8.2: Mon Jan 29 18:57:29 PST 2007; root:xnu-792.94.18~1/RELEASE_I386 i386 i386 I was... (6 Replies)
Discussion started by: ferrarih
6 Replies

9. Red Hat

How to solve compiling handbrake errors?

Hello friends, Am trying to compile and build Handbrake 0.9.9 on my redhat box but getting the below errors. Same errors when I compile the source from github and also from the official web site. # uname -a Linux blah.com 2.6.18-274.el5 #1 SMP Fri Jul 8 17:36:59 EDT 2011 x86_64 x86_64... (0 Replies)
Discussion started by: prvnrk
0 Replies

10. UNIX for Advanced & Expert Users

Yum install command -errors

i having this error message when installing a package using yum on red hat 7.2 Please see attachment (21 Replies)
Discussion started by: DOkuwa
21 Replies
gnash(1)																  gnash(1)

NAME
gnash, gtk-gnash, qt4-gnash, dump-gnash, fb-gnash, sdl-gnash, gnash-gtk-launcher, gnash-qt-launcher - GNU Flash (SWF) Player Synopsis gnash [option]... [URL] DESCRIPTION
Run the SWF movie player. -h, --help Print usage info. -V, --version Print the version number, and the configuration, of the Gnash player. Please provide this information when submitting bug reports. -s factor, --scale factor Scale the movie up/down by the specified factor. -c Produce a core file instead of letting SDL trap it -d num, --delay num Number of milliseconds to delay in main loop. -v, --verbose Be verbose; i.e. print log messages to stdout. -a Be very verbose about movie action execution. Must be used in conjunction with -v. -p Be very verbose about parsing. Must be used in conjunction with -v. -A file Audio dump file (wave format). --hwaccel none|vaapi Hardware Video Accelerator to use none|vaapi (default: none) -x xid, --xid xid The XID of the parent window Gnash should use instead of creating a new one. This is only used when embedding the player into another window. -w, --writelog Write the gnash-dbg.log debug log to disk. By default the plugin writes its log in your home directory when using a launcher from GNOME or KDE. -j width, --width width Set the width of the window. This is only used when embedding the player into another window. -k height, --height height Set the height of the window. This is only used when embedding the player into another window. -X x-pos, --x-pos x-pos Set window x position. -Y y-pos, --y-pos y-pos Set window y position. -1, --once Play once; exit when/if movie reaches the last frame. -g Start Gnash with a Flash debugger console so one can set breakpoints or watchpoints. -r [0|1|2|3] 0 disables rendering and sound (good for batch tests). 1 enables rendering, disable sound. 2 disables rendering, enable sound. 3 enables rendering and sound (default setting). -M ffmpeg|gst, --media ffmpeg|gst The media handler to use (default: ffmpeg). -R agg|cairo|opengl, --renderer agg|cairo|opengl The renderer to use (default: agg). -t sec, --timeout sec Timeout and exit after the specified number of seconds. -u url, --real-url url Set "real" url of the movie (useful for downloaded movies). -U url, --base-url url Set "base" url for this run (used to resolve relative urls, defaults to movie url) -P param, --param param Set parameter (ie. "FlashVars=A=1&b=2") -F x:y, --fd x:y Set file descriptors to use for external communications. x is use by the player to send commands to the plugin, y is used by the plugin to send commands to the standalone player. --max-advances num Exit after specified number of frame advances. --fullscreen Start in fullscreen mode. --hide-menubar Start without displaying the menu bar. --screenshot list Set a list of frame advances to be saved as screenshots. The list must be comma-separated. Valid values are integers and the phrase "last". If "last" is specified, the final frame before exit is saved. Invalid values are ignored. Frame numbers apply to the sequence of frames as the SWF is executed, not the frame sequence defined in the SWF. Use in combination with --screenshot-file to specify output filename. --screenshot-file file Specify the output pattern for screenshot filenames. The token %f in a pattern will be replaced with a frame identifier. If you specify multiple frames and do not use %f, the file will be overwritten for each screenshot. If this option is not specified but screenshots are requested, a default filename will be used. KEYS CTRL-Q Quit/Exit. CTRL-W Quit/Exit. CTRL-P Toggle pause. CTRL-R Restart the movie. CTRL-L Force immediate redraw. CTRL-F Toggle fullscreen. ESC also exits fullscreen. CTRL-O Save a spontaneous screenshot. If no screenshots were requested from the command line, a default filename is used. Otherwise, the same filename pattern is used for requested and spontaneous screenshots. Flash is a registered trademark of Adobe Corporation. 24 January 2014 gnash(1)
All times are GMT -4. The time now is 03:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy