Skip to content
#

armv7

Here are 299 public repositories matching this topic...

CyberFoxHax
CyberFoxHax commented Nov 9, 2019

Here's a copy paste ready description.

Command formatting

A simple command line looks like this

new String[]{"-i", "input.avi", "-b:v", "64k", "-bufsize", "64k", "output.avi"};

You must split your arguments each into one array element or you'll get errors such as "Unrecognized option"
it's not necessary to write "ffmpeg" in the beginning, FFmpeg-Android w

marceltaeumel
marceltaeumel commented Dec 17, 2019

See #396, #454, and #42. Maybe also #43.

I investigated the differences in the low-level event array sent by the VM to the image for relevant CTRL-key combinations.

For key-character events, that array is structured as follows:

{
   2 "type for keyboard event"
   293847 "timestamp"
   ... "character code ASCII"
   0 "key character, not key down or key up"
   2 "ctrl key

MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. ARMv7 and ARMv8 assembly userland minimal examples tutorial. Runnable asserts on x86 hosts with QEMU user mode or natively on ARM targets. Nice GDB step debug setup. Tested on Ubuntu 18.04 host and Raspberry Pi 2 and 3 targets.

  • Updated Jun 26, 2019
  • Makefile

Improve this page

Add a description, image, and links to the armv7 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the armv7 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.