fstream to open .mov

Discussion in 'C++' started by therstonsplace, Aug 28, 2010.

  1. therstonsplace

    therstonsplace New Member

    Joined:
    Aug 28, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    im trying to open a .mov file in binary which is easy enough to do...

    i haven't coded in a while... but i reread the book i had in school on the chapter on fstream....

    i am instantiating an fstream obj with ios::binary to open a .mov file... i can do this with a text file and it opens up aand reads... but i was never taught this... i read that you cant read binary files in text pad online... is that why...

    is this the reason its all weird looking..


    okay

    what i have to do is open a .mov into binary... then manipulate the 1's and 0's at first im just going to increment them all by 10 (binary - so 2) then send them back and see what it does to the video footage... im working on a gigantic project...

    okay i have been working on this alot.. and im going to bed

    thank you
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice