Can you write an avi file without using imaq

Just curious if anybody has tried to write an avi file without using imaq vi's? So far I have only found sketchy info on the file format and am looking for some help on the file structure etc. Any references or example avi files with explanations of format would be most helpfull. Thanks in advance -

Absolutely.......
An AVI video file is actually structured in the same way as most Windows media files or RIFF files as they are generically known, thus the description below is applicable to for example WAV files etc.
Thus the file always begins with the four byte code RIFF and continues to use this generic four byte coding known as FOURCC, four-character code or FCC throughout.
There are then specific requirements for each different media content and the sections that must be included to define a valid file structure of the desired meadia type.
Each section or 'CHUNK' is defined by an FCC (RIFF being the first) with facility to include additional FCC's as required. The FCC is followed by a length descriptor and then the data (just for fun the odd CHUNK does not quite fit this very general overview). These chunks then align to even word boundries so padding zeros are often inserted at the end of a CHUNK to make it all nice and neat.
It is a requirement that software that does not recognise an additional custom CHUNK should ignore it, this is very easy as all you have to do is use the length descriptor to 'jump' over the CHUNK concerned.
The following is an example from the 'CLOCK.AVI' found on windows computers for a number of years...
RIFFjB AVI LISTΠhdrlavih8
Here you can see the RIFF followed by a four byte length descriptor (4 Gigabytes), followed by various sub CHUNKS in this example the sub CHUNK is an AVI (note that it is actually 'AVI ' to conform to the FCC).
So the CHUNK structure looks a bit like this:-
RIFF ('AVI '
LIST ('hdrl'
'avih'()
LIST ('strl'
'strh'()
'strf'()
'strd'()
'strn'()
LIST ('movi'
{SubChunk | LIST ('rec '
SubChunk1
SubChunk2
['idx1']
For more information on all this you need to read the RIFF specification documentation on the MSDN website or on the MSDN Technet materials. Most of the stuff you will immediately locate will refer to the AVI file format as that is where most of the recent effort has been focused.

Similar Messages

  • Can u write the following query without using group by clause

    select sp.sid, p.pid, p.name from product p, supp_prod sp
    where sp.pid= p.pid and
    sp.sid = ( select sid from supp_prod group by sid
    having count(*) =(select count(*) from product));
    thru this, we retrieving all the products delivered by the supplier.
    Can you write the following query without using the group by clause

      select sp.sid, p.pid, p.name
        from product p, supp_prod sp
       where sp.pid= p.pid the above query will still retrieve all the products supplied by the supplier. sub-query is not necessary.
    maybe if you can post some sample data and output will help us understand what you want to achieve.

  • Can I access time capsule file without using imac

    can I access time capsule file without using imac

    From a time machine backup? No. If you mean just a regular file stored on there? Not directly. There are a couple of apps out there where you can indirectly get to a file but it's a pain. If you have need of accessing a file both from the mac and the iPad then I suggest DropBox. You get 2GB free and it's a good way to share information between machines and devices.

  • Can you move between text boxes without using the mouse?

    Can you move between text boxes without using the mouse?  When I have mutliple text boxes as a template, and then need to move from one to the next can I do it without having to use the mouse to click the next box??

    Jon,
    Option-Tab will sequence through the tables.
    Jerry

  • How can you purchase additional cloud storage without using account credit?

    How can you purchase additional cloud storage without using account credit? Want credit to remain on accounts as it was a gift for my daughter and we haven't finished using it yet but need to purchase additional storage for all of our accounts. Can't I just override the automatic payment from the account and just pay with a separate cc?

    Purchasing additional storage will not use account credit anyway.  It gets directly charged to your credit card, and you must use a credit card since it is an annual subscription service you are purchasing, not a one time payment option.  They insist on a credit card so they have a billable account for the automatic annual subscription fee.  At least it was that way when I did it.
    Sorry - http://support.apple.com/kb/HT4874  either I did not have enough credit at the time or something has changed since I did it?  Maybe call Apple and do it over the phone (explain why you want to do it that way)?

  • Can you write an excel file on client machine instead of on the server

    I am trying to user cfSpreadSheet functon. The first question I have is, can you write the file on a client machine? I tried but they all end up on the server drive. Scecond question, is there a way to do row and column range formating in CF9.0? SpreadsheetFormatCellRange function is only available for ColdFusion server version 9.01.
    Thanks.

    To expand on Dan's answer: CF doesn't have any interaction with the client browser at all: client->server comms are handled by the client and the web server; the web server simply asks CF to provide the response data if the file requested is a CF file.  But even then all CF does is process the requested file and return data to the web server.
    Also, one of the restrictions of the HTTP protocol is that that there is *no* *way* that the server can write to the client machine.  All it can do is send data to the client agent (eg: a web browser) in response to the client agent requesting it.  Can you imagine the sort of security problems one would open one's self up to if a remote web server could write to your PC????
    Adam

  • Can you push install an extension without using Extension Manager?

    I'm looking for a way to deploy a CS5 extension en mass using an unattended network push install utility (i.e. LanDesk). I have not been able to find any documentation yet on how to do this and our corporate customers do not want to send someone to every desktop to install or upgrade extensions manually using Extension Manager (in some cases they can have over 1000 end users spread across the country). Please help me locate some documentation on how to do this.
    Thanks,
    Dwane Ferry

    Extension Manager supports updatable extension. If your existing extension specifies update URL in its mxi file, when the new version of the extension is available, you can put the update information file to the URL. Extension Manager will detect the extension update during launch and notify users. After user clicks the "Update" button, the updated extension will be downloaded and installed.
    Extension Manager also supports command line interface. You can put the extension to a shared loacation, and write a batch file using commands. Send the batch file to all customers to run.
    More detailed information about updatable extension can be found in http://www.adobe.com/go/em_file_format .
    About command line interface, please see http://help.adobe.com/en_US/extensionmanager/cs/using/WSB4845EDD-14E5-476a-B749-FF328830D1 4F.html .

  • How can I write an iBook review without using iTunes?

    I have a problem on how can I write a review on an iPad book or iBook without using iTunes. Some of my friends are also asking me on how can I write a review on an iBook without using iTunes. I am on dilemma and I need your help to solve this problem. I hope you can respond soon if possible. Thanks.

    Simple, you cannot.  You can only post reviews through the store front gateway.
    Well, actually, you can write the review in any editor or tool you wish to use, but to post it, you have to login to the store account.  If you do not have an AppleID and store account, you cannot post a review.

  • Can I write a AVI file adding images (BufferedImages) of one in one?

    Hi!! I show some point clouds in Java3D, then I get the BufferedImages of each scene, but I want to make a AVI file of the following way:
    1)I make (ans I show it) a scene 3D.
    2)I get a BufferedImage of this scene.
    3)I use a JMF processor to add this bufferedImage to the file .AVI.
    4) I return to the step 1).
    Regards!

    If you were using OSX 10.7 then you could go back to a previous version, but you have overwritten the file.
    Peter

  • Can you execute a class file without invoking the command line java command

    I am running java on a Windows XP equipped machine, and I am wondering if it is possible to execute a class file by double clicking the file icon, or can it only be done via command line. So far I have been unsuccessful in my attempts - I tried associating the class file with the java executable in my JRE directory, but that didn't work.
    Many thanks,
    -Stile

    nope, can't be done, by design... microsoft recognised java as threat to the empire very early on in the peace.... but you can write a batch file to execute myprogram.class called myprogram.bat and stick it in your PATH.
    keith.

  • Can You Find A Stolen ipod without using icloud?

    can you track an ipod using anything else but icloud ?

    hellokitty3 wrote:
    pawn shops do it all the time to see if the device is stolen
    Since the pawn shops have the device in their hands, they have no need to try and track it, which again is not possible unless Find My iPod was set up. As Philly_Phan said, all the pawn shops do is check the serial number against stolen property lists.
    Regards.

  • Can you delete iMovie video files without affecting a project?

    I downloaded files from my recorder and created an iMovie. I didn't use every recorded file.
    Now that I've created a project can the orginal files be deleted to save space?

    If you never ever want to edit that project again, and if the raw footage contains images that are not important to you, and you never want to use those clips in a future project you can delete them.
    The important thing to remember is that your video clips are stored in Events. The Project only contains a text file that has the paths to the event clips and instructions for how to put your video together.
    When you finish a project and SHARE it using the Share menu, you are creating a finished version of the project. So if that is all you will ever need, you can delete your events and even your project.
    What a lot of people do is to have a large external drive to store old events on. See instructions here.
    https://discussions.apple.com/docs/DOC-4141
    Also, if you create a camera archive (for AVCHD camcorders) of your raw clips, you can re-import your event clips later.

  • How do you convert .AVI files for using in iMovie without losing the original clip time and date

    Hi everyone! does anyone know how to convert .AVI files for using in iMovie without losing the original clip time and date? Handbrake, MPEG Streamclip and Evon all replace the original timecode with the date of modification. This is very frustrating when you are trying to keep the chronology right. I know that if you upload the files to iMovie from one device the chronology isn't a problem, but I'm adding video files from a couple of iPhones and a couple of camcorders. any help much appeciated.
    paul

    Hi everyone! does anyone know how to convert .AVI files for using in iMovie without losing the original clip time and date? Handbrake, MPEG Streamclip and Evon all replace the original timecode with the date of modification. This is very frustrating when you are trying to keep the chronology right. I know that if you upload the files to iMovie from one device the chronology isn't a problem, but I'm adding video files from a couple of iPhones and a couple of camcorders. any help much appeciated.
    paul

  • Crystal Report XI: Can you write your query in SQL instead of using the GUI

    Hello
      In crystal report version XI, can you write your query in sqlplus and then use the crystal report designer to build your report instead of using the GUI . I would like to be able to go database and show sql query and open that query and make changes directly there, is that possible on this version, if yes is there a setting somewhere? Please let me know.
    Thank you
    alpha

    Moved to Database forum.
    No you can no longer modify the SQL directly. Use a Command Object to enter the SQL directly.
    Thank you
    Don

  • How can you tell if a file is being used in your project or not?

    How can you tell if a file in your bin is being used in your project or not? My director dragged hundreds of reference files into my project and only used a few of them. I'd like to do some house cleaning and delete the ones that are not in use. This project file has 100 sequences in it, so it would be a tough manual hunt to figure this out.
    In Premiere Pro (or Flash for example), where all the information is in the Project Bin such as in/out times and duration, there is where it tells you how many times that piece of media has been used or if it hasn't been used yet.
    Can FCP tell me this info?
    Thanks for yout time!
    -Monty

    Monty,
    Within FCP, there is a menu item called "Media Manager" (depending on what version you are in). This would be worth your while to look into. It basically organizes your project by moving/archiving any used assets of a project and leaving out un-used assets. It saves a ton of disk space.
    For example, say you have a 5 minute clip with an in/out point that is just 30 seconds. Media Manager will "archive" just that 30 seconds, not the entire clip. There is even a setting that you can add additional "handles" time to the front andd back of the clip if you think you may need to add or change transition.
    Do a google search. I was just watching a few Youtube videos on this myself.
    Jonathan

Maybe you are looking for

  • How can I stop videos from playing in a slideshow?

    I only want to see a slideshow of the photos in an event but iPhoto 09 is showing all the videos as well. Is there a way for me to stop this without having to remove all the videos from every event?

  • Parallels + Bootcamp = Problem/ Please Help me

    Hey, I am using an external Firewire drive, because my internal is damaged. So I was not able to install windows xp through bootcamp (Bootable device Error). So what I did is, I made a Bootcamp Partition and I set up Parallels to install Windows on t

  • ITunes Wi-Fi Please Help!

    How do you actually get the iTunes button on your home screen? Its not there and I synced the latest version of software for my iPhone. Am I the only person having this problem?

  • Problem with Desktop Shortcuts and icons

    I have a customer with a Windows 8.1 machine, all up to date and no virus issues, Her Desktop icons display the file size not the name. This happened suddenly with no known reason, she did have some screen problems (hardware) which meant she needed a

  • When I export an image from Illustrator, my placed images are distorted

    Hi, I've rendered an image in Maya, saved it as a .psd, and placed it into Illustrator. In Illustrator, I get very jagged curves and lines on my artboard and when I export to a bitmap (see attached...the first image is before Illustrator, the second