Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6694277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:04:59+00:00 2026-05-26T06:04:59+00:00

I have a mov file, that I am modifying by adding a track with

  • 0

I have a mov file, that I am modifying by adding a track with an image to the beginning of the movie (using QTMovie’s -addImage method). When I flatten such a movie (using -writeToFile: method of QTMovie), I get an another .mov file with this “watermark” in the beginning.
But when I try to play it, I end up with the message that QuickTime 7 needs to be installed in order to play such a file (original not-processed mov file didn’t require QuickTime Player 7 and could be played fine in QT Player X which comes with Snow Leopard and Lion).

I am wondering whether it is possible to make this file be able to be played on QuickTime Player X? I wouldn’t like the users of my application to be obliged to install this old version of the player. Furthermore, some applications like Final Cut Pro 7, Telestream Episode Engine encoder, Autodesk Smoke – just do not understand this “file format” correctly, after adding an image track to it.

Would it be possible to add an image as a movie track, not as an image track, somehow? Maybe using an old QT API? (QTKit seems to be raw still, anyway).

I am specifying “mpv4” as an image encoder (in the -addImage method), but still this watermark image is not considered as a movie track but rather as an image track encoded with the movie encoder.

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T06:04:59+00:00Added an answer on May 26, 2026 at 6:04 am

    Make a new movie and set the attribute to allow editing:

    QTMovie* trailerMovie = [QTMovie movie];
    [trailerMovie setAttribute:[NSNumber numberWithBool:YES] forKey:QTMovieEditableAttribute];
    

    Select the time ranges in the original movie and append them to the new one:

    QTTimeRange selectionRange = QTMakeTimeRange(QTMakeTime(...), QTMakeTime(...));
    [originalMovie setSelection:selectionRange];
    [trailerMovie appendSelectionFromMovie:originalMovie];
    

    Add images:

    [trailerMovie addImage:image forDuration:duration withAttributes:nil];
    

    Save the movie to a file with QTMovieFlatten attribute:

    [trailerMovie writeToFile:@"trailer.mov" withAttributes:[NSDictionary dictionaryWithObj:[NSNumber numberWithBool:YES] forKey:QTMovieFlatten]]
    

    Try this scenario, please let me know how it went.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a movie file using QTMovie from QTKit and everything's working nicely.
I have a simple script that allows someone to download a movie file to
I have an .mov file that is too long to upload to YouTube. I
I have a MOV file with alpha channel that is 320x480. I want to
I have a mov file that's 157 megabytes. I try running it on my
I have a file that keeps appending the following xml. What I want to
I have a JavaScript function that loads a flash movie into a webpage div
I have a servlet that construct response to a media file request by reading
I'm currently using AVAssetWriter to generate a Quicktime mov. The video track is generated
I have a flash file that contains actionscript3 in it. I am trying to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.