Main > Free Download Search >

Free wmv file software for mac

wmv file

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 254
Say File 1.0

Say File 1.0


Say File - Take any text file and say it more>>
Say File is a small AppleScript, written by Joe Erickson, that will take any text file and say it. You can also put special meta tags, like, in the document to have the text said in different voices (e.g. Albert says this. Fred says this).

Completly freeware.


<<less
Download (5KB)
Added: 2006-01-30 License: Freeware Price:
1363 downloads
MTV 0.1

MTV 0.1


MTV - Watch MTV inside your Dashboard! more>> MTV - Watch MTV inside your Dashboard!

MTV is a free Mac OS widget thatwill allow you to watch MTV right inside your Dashboard!
System requirements:
- Flip4Mac Plugin (http://mac.softpedia.com/get/Video/Flip4Mac-WMV-Player.shtml)

<<less
Download (365KB)
Added: 2008-04-10 License: Freeware Price: FREE
190 downloads
File WIZ 1.1

File WIZ 1.1


File WIZ - Edit file type and creator of files more>>
File WIZ can edit the File Type and Creator for MacOS files. You can edit two files simultaneously and set one file based on the other. Manually edit the type / creator or select one from your custom list.
Main features:
Multiple Files
- Work with two files simultaneously.
- Set the type / creator for the first file based on the second or vice versa.
- Drag and drop files onto the window.
- Manually edit the type / creator or select one from your custom list.
Single File
- Work with one file if you prefer.
- Drag and drop files onto the window.
- Manually edit the type / creator or select one from your custom list.
Popup options
- Save the Type / Creator into your custom list.
- Edit the entries within your custom list.
- Select entries from your custom list to apply to the current file.
Edit Custom List
- View and edit the entries within your custom list.
- Specify a name for the Type / Creator combination.
- Modify the Type / Creator for each of the entries.
- Remove entries from the list.
<<less
Download (831KB)
Added: 2005-10-25 License: Freeware Price:
1463 downloads
File.lib 1.0

File.lib 1.0


File.lib - library that handles most common file-related routines more>>
File.lib is a library that handles most common file-related routines in a fast efficent way.
Supports trasparently GZIP compressed files.

<<less
Download (1KB)
Added: 2005-11-25 License: Freeware Price:
1430 downloads
FreeSpace File 1.0

FreeSpace File 1.0


Saves text file to volume displaying free disk space. more>>
FreeSpace File saves a text file whose name tells you how much free space is available on the volume. This is useful if you are accessing files on a server where you cannot perform a get info like with FTP or Hotline servers.
<<less
Download (1.2MB)
Added: 2004-11-18 License: Freeware Price:
1816 downloads
File List 1.2

File List 1.2


File List - Rename files, generate playlists more>> <<less
Download (279KB)
Added: 2006-03-23 License: Freeware Price:
1330 downloads
File Kill 1.0

File Kill 1.0


File Kill - GUI to rm -rf to delete files or folders more>>
File Kill is a simple graphical user interface to rm -rf to delete files or folders that wont delete in the Finder.

Completly freeware for personal use.
<<less
Download (32KB)
Added: 2006-05-03 License: Freeware Price:
1305 downloads
Download File - Plus 1.0

Download File - Plus 1.0


Download File - Plus - Display the fles size with the download link more>>
Based on Softpress own Download File action this version has been extended to include the ability to automatically attach the size of the file to be downloaded to the link itself.

Displaying the files size with the link benefits the user in that that will have a clear indication of the time the file will take to download based on their current connection.

For an example of the action in use simply look to the Download section at the foot of this page where it is being used to provide the link for the action.

<<less
Download (3KB)
Added: 2005-11-17 License: Freeware Price:
1439 downloads
MEO File Encryption 1.11

MEO File Encryption 1.11


Encryption software to encrypt or decrypt files. more>>

MEO File Encryption 1.11 is a powerful application allowing you to encrypt or decrypt files of any type, including Microsoft Word, email and PDF documents on Mac OS X.

MEO allows you to protect your sensitive data against un-authorized viewers by utilizing the latest data encryption technologies. Keep your documents safe and secure with this free data encryption software.

MEO also features the ability to create self-extracting encrypted files. This is handy for those who like the freedom to view their encrypted files without the need for installing any other encryption software. Also, many downloads nowadays supply a checksum or hash value for you to verify the integrity of your download.

Major Features:

  1. Easily encrypt data from a single click of a button
  2. Decrypt files that have been encrypted using MEO
  3. Create self-extracting encrypted files that are accessible from any computer. All you need is the password.
  4. Encrypt or Decrypt entire folders of data
  5. Windows Explorer popup menu integration
  6. MEO will automatically log all operations to a file
  7. Simple and intuitive interface makes you ensrypting your data easy
  8. Allow you to create and verify MD5 checksums

Requirements:

  • Mac OS X 10.2 and above
<<less
Added: 2009-06-26 License: Freeware Price:
18 downloads
File Mover 1.4

File Mover 1.4


File Mover is released to enable you to drop any number of files or folders onto it, select where you want them to go, and off they go! more>>

File Mover 1.4 is released to enable you to drop any number of files or folders onto it, select where you want them to go, and off they go!

Simply place this Droplet anywhere you need it! You'll have to set up the prefs first, it'll ask you to do this the first time you use it.

Requirements: Mac OS X 10.3.6

<<less
Download (19.5KB)
Added: 2004-12-18 License: Freeware Price:
downloads
 
Other version of File Mover
File Mover 1.0File Mover - takes a selected file(s) or folder(s) and shuttles it off to your Documents folder ... "Documents" folder, automatically replacing existing files. Open it up in Automator to tweak
License:Freeware
Download (24KB)
1445 downloads
Added: 2005-11-15
MD2 File Loading Code 1.0

MD2 File Loading Code 1.0


MD2 File Loading Code - Load MD2 model files and PCX textures more>>
Using only standard C++ libraries, theMD2 File Loading Code will load an MD2 model file and a PCX texture. Surrouning code uses the MD2Model class and SDL to setup the application and OpenGL view and display the animated model.

I need code to load MD2 files to use in my game engine (under development) and when I saw that my copy of OpenGL Game Programming had a chapter on it, I was pretty stoked. I figured "hey, this ought to take only about what, 20 minutes to get working?" I was wrong. I ended up rewriting the entire file loading code, restructuring the class, renaming structures, removing functions, and organizing and abstracting the code better because the original code (sorry Kevin and Dave) just didnt work (endian issues which were a PITA to try to fix in their code) and didnt stand up to my rigorous standards of quality code.

The code in this project is really in three parts. Main.cpp is just along for the ride. It sets up the OpenGL view and handles input (using SDL). Object3D is a class designed to represent an object that animates (or doesnt). Its designed to contain more than one loaded MD2 model so that they can be treated as one object and be synchronized in state and animation. The MD2Model class (MD2.h/cpp, Texture.h/cpp) is used only to load the MD2 and texture (PCX only in this code) and to draw it. Thats it. No state handling at all, because thats managed in the Object3D class.

Anyway, if you just need to get MD2 file loading working, just take the MD2.h/cpp and Texture.h/cpp files. Thats all you need. The file loading is endian-aware so it should work on every platform, unlike all of the other code out there.

Completly freeware for non-commercial use.
<<less
Download (420KB)
Added: 2006-05-31 License: Freeware Price:
1264 downloads
Rdx File Manager 1.6

Rdx File Manager 1.6


Rdx File Manager is a free and open source file manager that determines formats after the file content more>> Rdx File Manager is a free and open source file manager that determines formats after the file content

Rdx File Manager is a free and open source file manager that determines file formats by file content. Rdx File Manager has two switchable interfaces: Norton Commander style and Explorer style.

Major Features":
- Two changeable interfaces support
- File type definition (GIF, BMP, JPEG,PNG, TIFF, MP3, WAV, EXE, ZIP, RAR, CLASS)
- Zip archives content viewer
- Image viewer
- Launching executable files
- Synchronization with file system
- Copy, move, rename and delete actions support
- Saving/Loading programs current state
- Logging support

Requirements:
- Java

<<less
Download (138KB)
Added: 2009-06-27 License: Freeware Price: FREE
18 downloads
File Sorter 1.7

File Sorter 1.7


Renames files sequentially, using any file extension. more>>
File Sorter allows you to batch rename files with any custom prefix or suffix by simply dragging them onto File Sorters icon.
<<less
Download (915KB)
Added: 2004-11-17 License: Freeware Price:
1823 downloads
File Type 1.0.1

File Type 1.0.1


Change file type creator. more>>
File Type is a program to change the file types (type- and creator-codes) of any file under MacOS. You can save the file types you use in a database so you dont have to remember them.
<<less
Download (618KB)
Added: 2004-11-18 License: Freeware Price:
1826 downloads
File Wrench 1.1

File Wrench 1.1


File Wrench provides access in Os X to the file attributes and much more that were easily accessible from resedit in classic more>> <<less
Download (1.3MB)
Added: 2005-05-27 License: Freeware Price:
1628 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5