Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
46 views

Quicktime API for C++

I'm developing a C++ application that works with mov files. This is the first time I work with the Quicktime API, and it seems there's more than 1 API. What I'm trying to do is extract frames and/or ...
2
votes
1answer
118 views

Getting videos to play seamlessly on a web page

I have a mov file that's 157 megabytes. I try running it on my page within a javascript scroller animation and the animation is very choppy and in fact I used css to simulate a mask but the thing ...
2
votes
2answers
505 views

MOV BX,[SI] - ASM question

I'm studying ASM 8086 theoretically on highschool. And when I do this: MOV BX,[SI] is SI+1 going to BH or BL? Thank you :-)
2
votes
2answers
714 views

Assembly: MOVing between two memory addresses

I'm trying to learn assermbly (so bear with me) and I'm getting a compile error on this line: mov byte [t_last], [t_cur] The error is error: invalid combination of opcode and operands I suspect ...
1
vote
2answers
152 views

8086 assembly: MOV part of a string into a variable

Assuming I have a string of ascii characters such as "652+346*779=", and I want to move some characters FROM this variable TO another variable... Buffer is the string (in this case "652+346*779=") ...
1
vote
1answer
98 views

iPhone SDK - Converting .mov to .3gp

I need to convert a video in format ".mov" to ".3gp". I searched on Google and I found some people saying to use ffmpeg. I search a lot but I don't found any tutorial to how compile ffmpeg for iPhone ...
1
vote
1answer
29 views

Can 'mov' instructions, which do not require any offset/displacement added to it, be executed without any assistance of ALU?

I've recently started exploring the field of computer architecture. While studying the instruction set architecture, I came across 'mov' instruction which copies data from one location to another. I ...
1
vote
1answer
424 views

Conver .flv to .mov using ffmpeg

I am trying to convert an flv file (recorded using red5 server) to .mov file using ffmpeg. Using below code is actually making the video choppy. We can make out that from file size. flv file size is ...
1
vote
1answer
651 views

Difference between MOVDQA and MOVAPS x86 instructions?

I'm lookig Intel datasheet: Intel® 64 and IA-32 Architectures Software Developer’s Manual and I can't find the difference between MOVDQA and MOVAPS x86 instructions? In Intel datasheet I can find ...
1
vote
1answer
116 views

Disassemble command 8E C0

I need to disassemble command 8E C0, can you help me? I already made this: First byte 8E = 10001110b it's mov sr,reg/mem But I don't know what to do with the second byte 11000000
1
vote
1answer
103 views

Drupal mov video recipe

can anyone please recommend a good video playback recipe. I need a multi-format playback setup with empasis on mov video files. Thanks
1
vote
2answers
135 views

how to convert a .mts into a .mov in xcode?

I was wondering if there is any way or any code to convert a .mts into a .mov with xcode. I need this code for my mac app to work correctly. How can I achieve this?
1
vote
1answer
571 views

Converting EXR image sequence to .MOV

I'm looking for a encoder that creates a Quicktime Movie (PhotoJpeg) from OpenEXR image sequences. Any help would be really appreciated
1
vote
1answer
183 views

Concatenating a folder of quicktime files together

I know on my linux box I can use: cat file1.mov file2.mv file3.mov > combined.mov But in OSX this doesn't seem to work. Only the file1.mov is combined. Any work arounds for OSX? Thanks
1
vote
3answers
166 views

Prevent download of .mov videos

How do I prevent download of .mov when using JQuery Media Plugin to show .mov vidoes?
0
votes
0answers
38 views

Convert .mov to .mp4 and keep alpha channel using FFMPEG

I am trying to convert a .mov file that is Quicktime with Alpha Channel to a .mp4 movie. I am using FFMPEG and I can successfully convert the video to a .mp4 video, but I loose the alpha channel. ...
0
votes
1answer
71 views

MPMoviePlayerController does not work with movie in documents folder

I have a ViewController which plays a movie. If the movie was downloaded (with ASI-HTTP-Request) it takes the local version. Otherwise it streams it from the web. It's the exact same movie. Streaming ...
0
votes
1answer
99 views

How do I get AppleScript to open a movie with the right version of QuickTime Player?

I am attempting to use the following script with QuickTime Player 7 v7.6.6 to batch-convert AVI-container files to MOV-container files: tell application "Finder" try set myFolder to (the ...
0
votes
0answers
51 views

how to stream mov file on windows machine

We have Asp.Net application on Windows 2003 Server. We have requirement that we need to upload mov file in our application. User visit that file we need to run that file on web page. currently we are ...
0
votes
0answers
324 views

FFMPEG Convert from mov, mjpeg codec error

I've a problem when i try to convert a .mov to a .webm with ffmpeg... I've no problems from any others video format. I've enable the Quicktime formats "--enable-zlib" and with the "ffmpeg -formats" ...
0
votes
0answers
252 views

iOS Extracting Audio from .mov file

I've been trying to extract audio from a .mov file for a while now and I just can't seem to get it working. Specifically, I need to extract the audio and save it as an .aif or .aiff file . I've tried ...
0
votes
2answers
180 views

FlowPlayer and IE

Have just setup FlowPlayer to play some videos on a new web app i'm working on. Works perfectly well in Safari (iPad), however, it seems i am not getting any audio in IE. Code: <div ...
0
votes
0answers
45 views

Problme with video Codec and swf player

I have a link in my site and I want to connect it with a video, placed in my server. <a href="swf/player.swf?url=../myvideo.mp4&volume=100" target="_blank"> Click for Video </a> ...
0
votes
2answers
153 views

Detecting a MOV file's duration

I've got a client app written in C# and want to read the duration of a MOV file. I would have to create and host a Quicktime COM control in a Windows Form, then load the movie in it and get the ...
0
votes
4answers
453 views

How can I convert a movie into .MP4 from .MOV using a PHP upload script?

I am trying to upload a movie onto a site and then automatically convert it into .mp4 format from the .mov iPhone format. Is there a php conversion library or tool that would help me do this? Thanks. ...
0
votes
1answer
67 views

command line tool for converting swf w/ actionscript into mov

In flash you have the ability to export your .fla file as a .mov, and this .mov compiles for a user-prompted amount of time, along with recording all the material that the actionscript commands ...
0
votes
0answers
61 views

Is there a limit when reading .mov videos with the mpmovieplayer in progressive download?

Is there any kind of limit to the mpmovieplayer when loading a .mov or .m4v distant movie in progressive mode (so no streaming) ? I'm talking full-length movie (600+ Mb) The app will be distributed ...
0
votes
0answers
78 views

How to link an embedded .mov file to another page

I have a .mov file embedded using an tag, and I want the users to be able to click on the movie and be taken to another page. I have tried using tags around the tag to no avail. I have tried ...
0
votes
1answer
633 views

How to play mov and wmv video format file in Java Swing?

I am using JMF jar file, but i am only able to listen the sound but cant view the movie. Unable to handle format: RLE , 800x600, FrameRate=14.6, Length=31280 Failed to realize: ...
0
votes
1answer
237 views

Which are the FLV supported audio types?

I'm having issues with playing back some quick time files using actionscript 3.0 (NetStream class). I have no control on how the quick time files are produced, but it seems so far that the files with ...
0
votes
0answers
791 views

IE8 embed quicktime mov fails to play

I am embedding some quicktime movies on an internal website. If I set width/height equal to a percent (width="100%" for instance), IE8 will not display the movie. Firefox does. If I set ...
0
votes
1answer
183 views

Unable to write into variable (ASM)

I'm trying to learn Assembler and following a tutorial, and the first examples worked perfectly. I know a bit of the basics, but I'm having problems with variables. Here's the code I'm trying to ...
0
votes
1answer
241 views

creating a quicktime file from a keynote with embedded mov files then to mp4 for ipad

I am trying to create a quicktime file from a keynote presentation that has mov movies embedded in them. I have used the "record slideshow" option and then created a quicktime file from that, but the ...
0
votes
1answer
103 views

Store multiple values at the same memory address. Delimiter?

I'm doing some tinkering with Read- and WriteProcessMemory and an old platformer game I found laying around. Whenever the player enters a new level, enemies are created and the health points, ...
0
votes
1answer
506 views

Can anybody explain about Movie function and cdata in MATLAB?

I'm trying to figure out how to use cdata under Movie function in MATLAB. Can any expert please give me a short explanation? Thank you!
0
votes
1answer
768 views

QuickTime MOV embedded in HTML page: Can't get controls to appear

Video plays fine, but the controls (play, stop, rewind etc.) don't appear, despite setting the "controller" parameter to "true". <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ...
0
votes
1answer
938 views

FFMPEG/X264 how to use them together

Need a little help. I am trying to encode large videos using ffmpeg/x264. While x264 is totally unable to encode these videos to .mov, ffmpeg does a decent job. But I need to use one of the flags ...
0
votes
2answers
137 views

DiVX Decoder for AIR

I am building a video player using Flex for my desktop. With AIR, is it possible to write a decoder to play AVI and .MOV on my system or do such solutions exist?