How to place logo onto movie?


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers How to place logo onto movie?
# 1  
Old 08-24-2005
How to place logo onto movie?

Hello,
I am having a movie (MyMove.avi) and own the logo (Logo.jpg). I want to place this logo on my movie, that when viewing a movie showing the logo in bottom-left corner.
I am using FFMPEG and MPlayer.
Are possible make it? If yes, then how can do it?

PS. My OS – Unix.


-----
Ramunas J.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

Linux logo and logotype

Hello, this is my contribution to open community (LINK): tovic.eu/design/logo/gnu-linux/ If you find it interesting, use it ... Best regards (0 Replies)
Discussion started by: Skulptron
0 Replies

2. Shell Programming and Scripting

upload logo on script

any ideas on how to upload logo on a script?(solaris script) (3 Replies)
Discussion started by: lhareigh890
3 Replies

3. Solaris

What is the best way to copy data from place to another place?

Dear Gurus, I need you to advice or suggestion about the best solution to copy data around 200-300G from serverA(location A) to serverB(location B). Normally, I will share folder and then copy but it takes too long time(about 2 days). Do you have any suggestion or which way should be... (9 Replies)
Discussion started by: unitipon
9 Replies

4. UNIX for Dummies Questions & Answers

Unix logo(Original).

Hi, What is the Unix's logo(Original)? Thanks, regards. (0 Replies)
Discussion started by: Y.P.Y
0 Replies

5. What is on Your Mind?

Cool new logo

I saw this on another board, and burst out laughing. http://www.brandsoftheworld.com/brands/0011/0070/brand.gif Apparently it's a new logo (may even be a new name) for a clothing line. Check them out: www.A-Style.it (9 Replies)
Discussion started by: Dave Miller
9 Replies

6. Solaris

OpenBoot OEM Logo

If you have a graphic display you see some sort of logo in OpenBoot immediately after a reset or when you run the banner command. With most systems, you see a spiffy multicolor logo generated by a routine on the video card. But if you have a low-rent video card you just see a plain monochrome Sun... (2 Replies)
Discussion started by: Perderabo
2 Replies

7. Solaris

dtlogin logo

hiho, where are the frisky CDE admins.... ;-) how can i change the welcome logo? i found the /usr/dt/config/C/Xresources and the entry: Dtlogin*logo*bitmapFile: but when i enter my own *.bm or *.xpm file the screen use a black logo.... i think i am using the wrong resolution for my picture...... (3 Replies)
Discussion started by: pressy
3 Replies

8. Post Here to Contact Site Administrators and Moderators

The unix.com logo - anyone else seeing this?

Hi All I'm not sure if anyone else notices this or not - however when I view the unix.com forums in Windows, the flash logo at the top of the page absolutely kills my performance - CPU usage rockets to 100%! If you open the task manager and monitor performance, and slowly scroll down so that the... (1 Reply)
Discussion started by: saabir
1 Replies
Login or Register to Ask a Question
jpeg2swf(1)							     swftools							       jpeg2swf(1)

NAME
jpeg2swf - Converts jpeg images to SWF. Synopsis jpeg2swf [-options [value]] imagefiles[.jpg]|[.jpeg] [...] DESCRIPTION
This tool converts jpeg image files into an SWF animation. It takes any number of input pictures, and converts them to SWF one-by-one, where every converted picture is a separate frame in the target SWF. OPTIONS
-o, --output outputfile Explicitly specify output file. (Otherwise, output will go to stdout / output.swf) -q, --quality quality Set compression quality (1-100, 1=worst, 100=best). This option can be set independently for each image. -r, --rate framerate Set movie framerate (frames per second) -z, --zlib zlib Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be smaller, but not playable in Flash Plugins of Version 5 and below. -M, --mx Use Flash MX H.263 compression (use for correlated images) -x, --xoffset offset horizontally offset images by offset -y, --yoffset offset vertically offset images by offset -X, --width width Force movie width to width (default: autodetect) -Y, --height height Force movie height to height (default: autodetect) -T, --flashversion version Set flash file version to version -v, --verbose level Set verbose level to level (0=quiet, 1=default, 2=debug) -V, --version Print version information and exit -f, --fit-to-movie Fit images to movie size -e, --export assetname Make importable as asset with assetname AUTHORS
Rainer Bohme <rfxswf@reflex-studio.de> Matthias Kramm jpeg2swf February 2012 jpeg2swf(1)