From fd66fe24ecc2329bdec342f5f9c74b4c4f9cd8b3 Mon Sep 17 00:00:00 2001 From: Yohan Chalier Date: Mon, 13 Oct 2025 08:47:28 +0200 Subject: [PATCH] Archive disclaimer --- .gitignore | 2 ++ README.md | 16 +++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index bd6e6a7..2105f31 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ __pycache__/ *.png *.mov *.h264 + +.vscode \ No newline at end of file diff --git a/README.md b/README.md index 391a4f7..7a97b41 100644 --- a/README.md +++ b/README.md @@ -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 ------------------ | ------------------ | --------------------- | ------------------ -[![](drop-h264-iframes/example.gif)](https://drive.chalier.fr/protected/datamoshing/sunrise-dive.mp4) | [![](drop-xvid-iframes/example.gif)](https://drive.chalier.fr/protected/datamoshing/xvid.mp4) | [![](https://github.com/ychalier/transflow/raw/main/out/ExampleDeer.gif)](https://github.com/ychalier/transflow/raw/main/out/ExampleDeer.mp4) | ![](audacity-scripting/example.gif) +[![](drop-h264-iframes/example.gif)](https://drive.chalier.fr/protected/datamoshing/sunrise-dive.mp4) | [![](drop-xvid-iframes/example.gif)](https://drive.chalier.fr/protected/datamoshing/xvid.mp4) | [![](https://github.com/ychalier/transflow/raw/main/out/ExampleBasic.gif)](https://github.com/ychalier/transflow/raw/main/out/ExampleDeer.mp4) | ![](audacity-scripting/example.gif)