Top "Mov" questions

Questions related to the assembler `mov` instruction

How can I get a frame sample (jpeg) from a video (mov)

I want to get a frame sample (jpeg) from a video file (mov) with java. Is there an easy way …

java jpeg extract mov
assembly "mov" instruction

I'm learning assembly by comparing a c program to its assembly equivalent. Here is the code. .file "ex3.c" .section .…

assembly instruction-set mov
Understanding %rip register in intel assembly

Concerning the following small code, which was illustrated in another post about the size of structure and all the possibilities …

assembly x86-64 intel mov addressing-mode
Convert from .mov to .mp4 (or h264) using avconv

Looking at the avconv website there seem to be a vast array of options to convert video. However, I'm getting …

mp4 mov avconv
MOVing between two memory addresses

I'm trying to learn assembly (so bear with me) and I'm getting a compile error on this line: mov byte […

assembly x86 instructions mov
How to support MOV(quick time) in android?

I want to play in .mov file in android. But videoview or mediaplayer doesn't support this meida format. How can …

android media-player mov
How does MOVSX assembly instruction work?

How does the assembly instruction MOVSX work in this following example: MOVSX ECX,BYTE PTR DS:[EDX] In this case, …

assembly x86 mov
what is the diffrence between zero flag and carry flag ?

What is the difference between the zero flag and carry flag? For zero flag it said mov ax , 0FFFF ; inc …

assembly zero mov
x86 Instruction help: MOV [edx], eax

I'm reading through a book that is describing C linked lists and how they are represented within x86 ASM. I …

assembly x86 mov
Installing codecs for mov to mp4 conversion ffmpeg

I have been trying to convert a .mov file to a .mp4 file for a while now i think this …

ffmpeg mp4 codec mov