Pardus:ffmpeg


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Pardus:ffmpeg
# 1  
Old 12-18-2008
Pardus:ffmpeg

LinuxSecurity.com: Two vulnerabilities have been fixed in ffmpeg which can cause to a DoS (Denial of Service). An endless loop vulnerability when opening corrupt FLV files. And divided by zero vulnerability in sub_packet_size.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

To call ffmpeg in a loop

Hello, I was inquiring myself if it's possible to call ffmpeg in loop, an in each iteration, ffmpeg will pick one of the files in a directory and produce a new with a slightest different name. Can be as simple as a '*' in the beginning of the file name. I know how to use ffmpeg to do the... (2 Replies)
Discussion started by: colt
2 Replies

2. Windows & DOS: Issues & Discussions

Ffmpeg

Hello everyone, I am new here so forgive me if this is in the wrong place. I am new to shell script and am trying to write a script to use with a program called ffmpeg. Would this be something I could get help with here? set /p VIDEO=Enter full name of video file on desktop: md... (7 Replies)
Discussion started by: junorich
7 Replies

3. UNIX and Linux Applications

Slideshow with ffmpeg converter

Hi, everyone! I'm on a Debian 9.0 GNU/Linux machine. I'm not a very experienced user, but I do my best to learn. So, I have a bunch of images PNG files. I'm trying to make a slideshow with these using the ffmpeg video converter. I also have an audio WAVE stereo file which I'd like to merge... (0 Replies)
Discussion started by: worov
0 Replies

4. Windows & DOS: Issues & Discussions

FFMPEG command problem...

Hi, Currently having some trouble with FFMPEG.... I have the following files: 0001_.gif 0002_.gif ............. 0584_.gif 0585_.gif 0586_.gif 0587_.gif 0588_.gif 0589_.gif 0590_.gif 0591_.gif And am trying to use ffmpeg to join them to a video as follows: (7 Replies)
Discussion started by: pasc
7 Replies

5. Shell Programming and Scripting

a playlist for ffmpeg streamer

Hi, I hope I am posting in the right place. I use to stream to justin tv using ffmpeg with that command ffmpeg -re -i "path/to/input.avi" -vcodec libx264 -preset fast -crf 30 -acodec libfaac -ab 128k -ar 44100 -f flv rtmp://live.justin.tv/app/xxxxxxxxxxx I would like to know if a bash... (2 Replies)
Discussion started by: undercash
2 Replies

6. Shell Programming and Scripting

FFMPEG in linux box

Hi all, I have successfully used ffmpeg.exe in windows. But i dont know how to use it in linux:confused:. When i tried running a java program in linux using ffmpeg, I am getting, the following error even after having that ffmpeg.exe in my classpath: "java.io.IOException: java.io.IOException:... (3 Replies)
Discussion started by: ananthi_ku
3 Replies

7. OS X (Apple)

Video grab using ffmpeg?

Does anyone know how to grab video (screen) on Terminal using ffmpeg (not X11). I have written a unix library and I'd like to make a short movie (demo) of it. Tried: I already own SNapz Pro2 but it hangs the system (I have an old Powerbook 15" PPC). I guess my system is too slow for version... (0 Replies)
Discussion started by: sentinel
0 Replies

8. UNIX for Dummies Questions & Answers

Completing ffmpeg installation

Hello. i am new to unix, though have quite a substantial background of other systems. i recently installed ffmpeg and mencoder on a unix server, which holds a website, in order to use these programs from the website. after installation, i can activate both commands directly using putty, no... (1 Reply)
Discussion started by: noamon
1 Replies
Login or Register to Ask a Question
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)