Home > By category > Scripts > Multimedia
Sort by : Name|Date|Downloads|Rating|

Listing of Multimedia in Scripts

  • AUTOHELP
  • License: Shareware
  • Price: .price.
  • Rating

generates a helpfile automatically. AUTOHELP only works on GUI's. It reads the data stored in HANDLES. Look at the function SEARCHREPLACEMANYGUI (5/2/05 release) to see how it's used. This function is designed to be used by OKDLGWITHLISTBOX which will display the help it in a popup window with a listbox.

  • Platform: Scripts, Matlab

DVDStyler is a cross-platform DVD authoring application that makes possible for video enthusiasts to create professional-looking DVDs. Main Features: - you can drag and drop MPEG files directly - you can create NTSC/PAL menus - you can import image file for background - you can place text and images anywhere on the menu screen - you can change font/color - you can put buttons, change font and colors - you can copy and paste any menu object - you can set chapters for each movie - you can change post command for each movie.

  • Platform: Scripts, C and C plus plus
  • tmark.m
  • License: Shareware
  • Price: .price.
  • Rating

TMARK Tickmark annotation class for 2-D plots. Usage: t = tmark([x,y],varargin) t = tmark(ginput(1),'color','r','label','Peak 1') Tmarks are user positioned annotation objects whos position's remain fixed in axes units when plot axes are rescaled (unlike standard annotation objects whos positions are not updated as a result of axis rescaling).

  • Publisher: J. Caspar
  • Date: 13-04-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • wysiwyg.m
  • License: Shareware
  • Price: .price.
  • Rating

This is an mfile I use every day, yet is not on the exchange. I hope the original author does not mind it being put here. Its been over 15 years, so I suspect that it is public domain... This function is called with no args and merely changes the size of the figure on the screen to equal the size of the figure that would be printed, according to the papersize attribute.

  • Platform: Scripts, Matlab

This script generates an efficient and elegant rain/snow effects. The effect is created without the aid of images. You can toggle between rain and snow effect with the change of one variable..

  • Platform: Scripts, JavaScript

Display a text file in a popupmenu Usuage: popupmessage(filename,window_name) E.g., popupmessage('popupmessage.m','popupmessage.m');.

  • Platform: Scripts, Matlab

PLOTEPSTEX prints an EPS figure for inclusion in LaTeX documents, with LaTeX fonts. It creates a complet EPS-file with annotation of the figure (titles, labels and texts) and graphics (lines,arrows,markers,...). This function uses the LAPRINT function and makes simply a concatenation of the text part and the graphical part in a single EPS file.

  • Platform: Scripts, Matlab

Create a custom 2D gauss, which can be used for filtering, weighting, etc. All parameters are customizable, including standard deviations (sigmaX, sigmaY), rotation (theta), result size, center, etc..

  • Platform: Scripts, Matlab

USERCOLORMAP(COLOR1,COLOR2,COLOR3,...) creates a colormap with colors specified by 1x3 vectors (COLOR1, COLOR2, COLOR3...). When the number of input colors are three for example, the function linearly interpolates every column of a 3x3 matrix [COLOR1;COLOR2;COLOR3] to 256 values, which is to be used as an input to COLORMAP.

  • Platform: Scripts, Matlab

main executing reference usage: mouseTracker.m The objective is to illustrate mouse activity tracking. This is an enhanced version of gtrack. The enhancement includes: 1. Direction determination 2. Polar coordinates computation (includes distance and angle of direction moved).

  • Platform: Scripts, Matlab

php4flicks is a small yet powerful, PHP/MySQL powered movie data base. Features: - stores detailed information (like directors, actors, poster, medium, language...) about your movies - genre support lets you store and browse genres for your movies - automatically downloads all the information from IMDb.

  • Publisher: mr. fox
  • Date: 12-04-2013
  • Size: 256 KB
  • Platform: Scripts, PHP

smoothSet Change property values smoothly. smoothSet(object, transitionTime, propertyName, propertyValue) sets the value of the specified property in increments so that over the transitionTime it changes from its initial value to the specified value.

  • Platform: Scripts, Matlab

I thought of exiting matlab in a different way, so came across this info submitted here, I made GUI which executes when i exits matlab, That's how you exit in style from matlab..... :).

  • Publisher: Saim
  • Date: 12-04-2013
  • Size: 61 KB
  • Platform: Scripts, Matlab
  • plamovie
  • License: Shareware
  • Price: .price.
  • Rating

Plays a matlab movie USAGE: playmovie(m,fps,n,option) EXAMPLES: playmovie('C:MATLAB6p5workanimation.mat') playmovie(mov,2,1,'slider') playmovie(mov,1,'fullscreen','slider') DESCRIPTION: Plays the movie frames movieframes n times at frmprsc frames per second The default values for n and frmprsc are 1 and 2 frames per second movieframes can also be a filename of a .

  • Platform: Scripts, Matlab

This script allows you to give your surfers a unique and warm welcome when they enter your site. The idea behind this script is actually quite simple- By using dynamic content and fontsize manipulation, was created a text that appears to "zoom-in" and expand, by continuously refreshing the text so it's larg, by contime.

  • Platform: Scripts, JavaScript

this programs identifies the moving objects in a video ( continious frames) and displays the moving object in a window. when you execute this code just check whether the input video is supported in matlab r not. so for the testing i am attaching a zip file which contains the code and sample video that i have found in internet.

  • Platform: Scripts, Matlab
  • BMPtoCOE
  • License: Shareware
  • Price: .price.
  • Rating

This code was written for a colleague of mine that needed a quick script that could convert a 16 color bmp to a Xilinx FPGA memory file. This could be used for your projects or for an example on the structure for your own coe files. Zip file includes the function, a test bmp, and the resultant coe file.

  • Platform: Scripts, Matlab

XSPF Web Music Player is a flash-based web application that uses xspf playlist format to play mp3 songs. XSPF is the XML Shareable Playlist Format. The software is written in Actionscript 2..

  • Platform: Scripts, Flash

CONVOLVE2 can be used wherever CONV2 is used, taking the same arguments and returning the same results to within a small tolerance. The computation is speeded up by using the singular value decomposition of the mask to express it as a sum of outer products.

  • Platform: Scripts, Matlab

CODE = HGOBJ2CODE(HANDLE). HANDLE is the handle to a handle graphics object. CODE is a formatted string containg the code neccessary to duplicate most properties of the object pointed to by HANDLE. Replicable properties are those whose values are LOGICAL, CHAR, 1 dimensional CELL arrays, and up to 2 dimensions for NUMERIC matrices.

  • Platform: Scripts, Matlab

CrosshairDemo aldodA JFreeGraph-Demo The code behind is just a demo of what is possible with JFreeChart using it in Matlab. I played a little with codesnippets I found on the web and the API-Documentation. (http://www.jfree.org/jfreechart/api/javadoc/index.

  • Platform: Scripts, Matlab

** Update: The archive now includes a new function setDateAxes which can be used like SET to set the properties of date axes (such as XLim) and have the tick labels update automatically. For example, setDateAxes(gca, 'XLim', [datenum('July 1, 2008') datenum('August 1, 2008')]) ** Update: DynamicDateTicks now supports an arbitrary day/month date formats.

  • Platform: Scripts, Matlab

DS BGFog script displays a fog effect in the background. The script parameters can be easily adjusted to suit your needs. You can change background image, speed of motion, direction and more. The script is compatible with all modern web browsers and is very easy to install and use.

  • Publisher: DS Effects
  • Date: 11-04-2013
  • Size: 102 KB
  • Platform: Scripts, JavaScript

It's GUI, which is prompted in matlab, while it starts up initially. GUI just shows few images and wishes and welcomes the user according to the time in his system. Read the document first for instruction t run the gui at matlab startup..

  • Publisher: Saim
  • Date: 11-04-2013
  • Size: 440 KB
  • Platform: Scripts, Matlab

This script creates a decrypting text effect to a selected text string in your webpages..

  • Platform: Scripts, JavaScript

This function converts an MATLAB 2-dimensional array (matrix) which can be numerical or a cell array, into proper formated LaTeX code. This utility is actually the GUI representation of M.Koehler matrix2latex code..

  • Platform: Scripts, Matlab

WMJ is a PHP based jukebox for playing MP3 music straight from your Linux server. It creates a database of all your MP3 files with detailed header information(ID3). The jukebox can play in random, single and playlist mode..

  • Platform: Scripts, PHP
  • ccbar
  • License: Shareware
  • Price: .price.
  • Rating

CCBAR creates a custom colorbar with multiple sections. The contents of the CCBar are given as an input, and can consist of one or more arrays of indexed or RGB color data. In addition, setting the contents of a section to the keyword 'colorbar' will place a copy of a normal colorbar in that section of the CCBar.

  • Platform: Scripts, Matlab
  • Surfplot
  • License: Shareware
  • Price: .price.
  • Rating

3D displays of data can look very 'flat', which is why light sources are often added. A non-directional alternative is to make the colour of the surface represent a high pass filtered version of the data. Surfplot calculates the high pass filtering using fspecial, and so requires the Image Processing Toolbox.

  • Platform: Scripts, Matlab

PodAdmin is a very simple web-based podcast management tool. Upload your new episode via web form, PodAdmin will then grab title and description from the ID3 tags and generate a new RSS feed on your website..

  • Publisher: Anonymous
  • Date: 11-04-2013
  • Size: 276 KB
  • Platform: Scripts, PHP

New Downloads

HLP Free PC Cleaner

HLP Free PC Cleaner finding
and removing common junk files
that accumulate over time. It
comes pre-configured with 20
...

PCTuneUp Free Folder
Monitor

PCTuneUp Free Folder Monitor
lets you easily monitor the
file access activities on your
system. It has the ability to
...

Chronos Atomic Clock
Synchronizer

Chronos Atomic Clock
Synchronizer is a utility for
people who need their
computers to use exact time.
The program ...

IP Config Tool

IP Config Tool is a powerful
and easy-to-use tool that
changes your IP address.

BitComet Turbo

BitComet Turbo is a clean and
free peer to peer file sharing
program that offers you the
opportunity to download any
kind ...

ShareGhost

ShareGhost is a
greatly-designed, vastly
capable p2p file sharing
application that supports
Gnutella2, Gnutella, eDonkey,
...

VideoPad Video Editor Free
for Mac

VideoPad Free Video Editing
Program is designed to be
intuitive. VideoPad Free for
Mac is a fully featured video
file ...

Free File Shredder

Free File Shredder is a
virtual file shredder that
completely shreds the unwanted
files or folders from your
computer in ...

zebNet NewsTurbo Free

zebNet NewsTurbo Free is a
professional and freely
available newsletter software
that provides you the best
possible ...

Foxit Reader

Small, fast, and feature rich
PDF viewer which allows you to
open, view, and print any PDF
file. Unlike other free ...