Sponsored Content
Full Discussion: i Movie HD
Operating Systems OS X (Apple) i Movie HD Post 94742 by sx3v1l_1n51de on Tuesday 3rd of January 2006 02:40:25 PM
Old 01-03-2006
sounds like a codec problem...
 

5 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

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. -----... (0 Replies)
Discussion started by: ramis55
0 Replies

2. UNIX for Dummies Questions & Answers

Movie file help

I have a movie i'm trying to watch using the vlc player but it says it's a unix executable file that can't be played. Help?! (2 Replies)
Discussion started by: sunshine210
2 Replies

3. What is on Your Mind?

My Work Is Like This Movie!

If you could describe your work environment as a movie, what would it be and why? Please pick the closest selection from the list! Thanks! (9 Replies)
Discussion started by: Neo
9 Replies

4. What is on Your Mind?

How to make a movie like a pro...

Hi All, I am in the process of shooting home made movie, I need to do lot of editing. What is the best software for this? I have seen few free but there is always some kind of limit as to what you can do. I don't mind paying $100 or $150 to buy the software. I am using Canon Digital... (0 Replies)
Discussion started by: samnyc
0 Replies

5. What is on Your Mind?

What is your favourite movie at the moment?

Hi, guys. What is your favourite movie at the moment? Which movie are you watching? I am watching the Thor:) (17 Replies)
Discussion started by: Tinna
17 Replies
TIFFcodec(3tiff)					 Introduction to Library Functions					  TIFFcodec(3tiff)

NAME
TIFFcodec, TIFFFindCODEC, TIFFRegisterCODEC, TIFFUnRegisterCODEC - codec-related utility routines SYNOPSIS
#include <tiffio.h> const TIFFCodec* TIFFFindCODEC(uint16 scheme); TIFFCodec* TIFFRegisterCODEC(uint16 scheme, const char* method, TIFFInitMethod init); void TIFFUnRegisterCODEC(TIFFCodec* codec); DESCRIPTION
libtiff supports a variety of compression schemes implemented by software codecs. Each codec adheres to a modular interface that provides for the decoding and encoding of image data, as well as some other methods for initialization, setup, cleanup, and the control of default strip and tile sizes. Codecs are identified by the associated value of the TIFF Compression tag, for example, 5 for LZW compression. EXTENDED DESCRIPTION
The TIFFRegisterCODEC routine can be used to augment or override the set of codecs available to an application. If the specified scheme already has a registered codec, the registered codec is overridden and any images with data encoded with this compression scheme are decoded using the supplied codec. Diagnostics No space to register compression scheme %s. TIFFRegisterCODEC was unable to allocate memory for the data structures needed to register a codec. Cannot remove compression scheme %s; not registered. TIFFUnRegisterCODEC did not locate the specified codec in the table of registered compression schemes. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWTiff | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
libtiff(3) NOTES
This man page was originally written by Sam Leffler. Updated by Breda McColgan, Sun Microsystems Inc., 2004. SunOS 5.10 01 Apr 2004 TIFFcodec(3tiff)
All times are GMT -4. The time now is 06:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy