[FFmpeg-devel] [PATCH 0/1] Add new encoder for camera sensor metadata

Louis O'Bryan lboextdev at gmail.com
Fri Jul 7 03:36:38 EEST 2017


From: Louis O'Bryan <louiso at google.com>

I am adding a new encoder for camera sensor metadata. This is an
implementation of a not-yet-published open standard for adding camera
sensor data to mp4 containers, including the GPS, acceleration, gyro,
and camera orientation.
After this change is submitted, I will be sending patches for a decoder
and usage samples under doc/examples for (de)muxing video/audio/camera sensor
data.

Louis O'Bryan (1):
  This change adds an encoder for Camera metadata motion. This is a type
    of sensor data associated with video, such as GPS, acceleration,
    gyro, and camera orientation. It does not encode video itself, but
    rather, this metadata.

 Changelog               |   1 +
 doc/general.texi        |   2 +
 libavcodec/Makefile     |   1 +
 libavcodec/allcodecs.c  |   3 +
 libavcodec/avcodec.h    |   1 +
 libavcodec/cammenc.c    | 299 ++++++++++++++++++++++++++++++++++++++++++++++++
 libavcodec/codec_desc.c |   6 +
 libavcodec/version.h    |   4 +-
 libavformat/isom.c      |   6 +
 libavformat/movenc.c    | 200 +++++++++++++++++---------------
 10 files changed, 431 insertions(+), 92 deletions(-)
 create mode 100644 libavcodec/cammenc.c

-- 
2.13.2.725.g09c95d1e9-goog



More information about the ffmpeg-devel mailing list