mirror of
https://github.com/ychalier/datamoshing.git
synced 2026-06-16 12:31:19 +02:00
Archive disclaimer
This commit is contained in:
@@ -10,3 +10,5 @@ __pycache__/
|
||||
*.png
|
||||
*.mov
|
||||
*.h264
|
||||
|
||||
.vscode
|
||||
@@ -4,14 +4,16 @@ This repository contains Python scripts to perform some datamoshing effects.
|
||||
|
||||
For details about how this works and what it does, please see [this blog article](https://chalier.fr/blog/datamoshing).
|
||||
|
||||
**This repository is now archived. Scripts here are old, sometimes broken. Updated versions are available in separate repositories, as listed below.**
|
||||
|
||||
## Contents
|
||||
|
||||
Script | Description
|
||||
------ | -----------
|
||||
[Drop h264 I-Frames](drop-h264-iframes/) | Removes every reference frames from a video, except the first one. (poorly works)
|
||||
[Drop Xvid I-Frames](drop-xvid-iframes/) | Removes every reference frames from a video, except the first one. (works great!)
|
||||
[Optical Flow Transfer](https://github.com/ychalier/transflow) | Transfer optical flow from one media to another.
|
||||
[Audacity Scripting](audacity-scripting/) | Frame by frame datamoshing relying on Audacity.
|
||||
Script | Description | New Location
|
||||
------ | ----------- | ------------
|
||||
[Drop h264 I-Frames](drop-h264-iframes/) | Removes every reference frames from a video, except the first one. (poorly works) | Deprecated, use the Xvid version instead
|
||||
[Drop Xvid I-Frames](drop-xvid-iframes/) | Removes every reference frames from a video, except the first one. (works great!) | As tools within [ychalier/fftools](https://github.com/ychalier/fftools)
|
||||
[Optical Flow Transfer](https://github.com/ychalier/transflow) | Transfer optical flow from one media to another. | [ychalier/transflow](https://github.com/ychalier/transflow)
|
||||
[Audacity Scripting](audacity-scripting/) | Frame by frame datamoshing relying on Audacity. | [ychalier/audacity-scripting](https://github.com/ychalier/audacity-scripting)
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -19,5 +21,5 @@ Here are some videos made using those scripts (click on the thumbnails to see th
|
||||
|
||||
Drop h264 I-Frames | Drop Xvid I-Frames | Optical Flow Transfer | Audacity Scripting
|
||||
------------------ | ------------------ | --------------------- | ------------------
|
||||
[](https://drive.chalier.fr/protected/datamoshing/sunrise-dive.mp4) | [](https://drive.chalier.fr/protected/datamoshing/xvid.mp4) | [](https://github.com/ychalier/transflow/raw/main/out/ExampleDeer.mp4) | 
|
||||
[](https://drive.chalier.fr/protected/datamoshing/sunrise-dive.mp4) | [](https://drive.chalier.fr/protected/datamoshing/xvid.mp4) | [](https://github.com/ychalier/transflow/raw/main/out/ExampleDeer.mp4) | 
|
||||
|
||||
|
||||
Reference in New Issue
Block a user