Basic attempt at injecting and reading back user data unregistered (UDU) supplemental enhancement information (SEI) with ffmpeg / libav.
Some references:
#!/usr/bin/env python3 | |
import numpy as np | |
import matplotlib.pyplot as plt | |
def wavelength_to_rgb(wavelengths, gamma=0.8): | |
'''This converts a given wavelength of light to an | |
approximate RGB color value. The wavelength must be given | |
in nanometers in the range from 380 nm through 750 nm | |
(789 THz through 400 THz). |
Basic attempt at injecting and reading back user data unregistered (UDU) supplemental enhancement information (SEI) with ffmpeg / libav.
Some references: