Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
/ libsecam Public archive

SECAM fire video effect

License

Notifications You must be signed in to change notification settings

tuorqai/libsecam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsecam

Superseded by https://github.com/tuorqai/secamiz0r-ng

Description

This header-only library provides a video effect simulating so-called SECAM fire: color noise specific to SECAM analog TV standard. The noise looks like a red, blue and sometimes green horizontal stripes and it might be familiar for those grown up in France, the former Soviet Union or in the Middle East.

Sample

Input and output

Input format is an array of width * height pixels. The pixel consists of 4 bytes: red, green, blue and unused (XRGB). The output is the same.

Usage

Refer to ueit.c for basic usage.