A GUI based datamoshing apllication for everyone! Apply this glitch to your videos and gifs. Supports all video formats!

Overview

Datamosher Pro


Datamoshing is an effect that really looks cool and if you also want to make this glitch effect with your videos, you are in the right place! icon
➤Why I made this?
I was also looking for good datamoshing softwares, you can either have to use those old softwares like Avidemux or have to look for some paid plugins, but I created my own GUI based application that is Datamosher Pro which is a free project. It contains 7 different effects and more will be added in future, you can also help to make new effects. With Datamosher Pro, you can quickly and easily datamosh your videos(supports mp4, gif, avi, etc).

➤How to Install?
You can either use the python based version for viewing logs and changing source code if you want, but if you are looking for faster renders then download the executable version of Datamosher Pro from the release page(https://github.com/Akascape/Datamosher-Pro-GUI-/releases/tag/Datamosher_Pro.exe)
There is no malware or difference in the exe version(as the same python version is converted to .exe using Auto-Py-To-Exe Converter).
Note: For python users, make sure you have all the assets with the python file and Imageio module installed in your system if not then open CMD and type"pip install imageio" and it will be installed.

➤How to Use?
•Input the video file first (supported formats- mp4, gif, avi + more will be added if you demand")
•Choose the desired datamosh mode, then select the export format"
•Use advance options to get more accurate results"
•Then just click on the datamosh button, then wait for a few seconds"
•Then your video will be moshed, see the video in the directory"
•Note that if you mosh the same files in the same location again, then the new moshed file will replace the old file.

➤Effects Info:
(c is Glitch Frequency and n is Frame Frequency)
random - randomizes frame order
reverse - reverse frame order
invert - switches each consecutive frame witch each other
bloom - duplicates c times p-frame number n
pulse - duplicates groups of c p-frames every n frames
overlap - copy group of c frames taken from every nth position
jiggle - take frame from around current position. n parameter is spread size.

➤How to use Advanced Options?
The advanced tab is very useful and you can use it to get accurate results.
Glitch Frequency - tells how often to glitch (for modes that support it)
Frame Frequency - tells how many frames in the glitch (for modes that support it)
Ignored First Frame - tells whether to keep first video frames
Kill frames - tells max framesize to kill while cleaning
You can try around changing the values from 50-100 and see the results, you can visit https://github.com/itsKaspar/tomato.git to view more examples about the advanced tab.

➤User Interface:
Screenshot 2021-10-26 220159

➤More Info about this project:
The effects are all inspired from ItsKaspar's https://github.com/itsKaspar/tomato.git but it can only handle .avi file structure, but in Datamosher Pro you can use any video file type including mp4, avi, gif. The files are first converted to avi file using Imageio without losing any quality and then the effect is applied and then again the corrupted file is converted to stable version using the same process so that the output video can be directly used by other softwares without any error. A raw form option is also available if needed. You will not find this type of GUI program anywhere, I hope there is no error in the software but if you saw any bug then raise an issue. All the logo and designs are created by me.
Thanks! Made by Akash Bora (a.k.a Akascape).

Comments
  • Can't Find the ffmpeg

    Can't Find the ffmpeg

    Hi, I've successfully run the python program but when creating the file I get this error

    /bin/sh: Datamosher-Pro/Python Version/ffmpeg: No such file or directory

    I've installed ffmpeg using homebrew and it's clearly installed right now. After running "brew list | grep ffmpeg" I get:

    ffmpeg

    Also running "pip3 list | grep ffmpeg" results in:

    ffmpeg 1.4 imageio-ffmpeg 0.4.7

    Do I need to create some kind of folder and put some ffmpeg files where 'Data Mosher.py' is?

    opened by FarmehrF 5
  • tkinter module won't install

    tkinter module won't install

    The automatic setup on open says that all folders are available but not all modules are installed, all the other modules listed in the manual setup wiki are there except tkinter. Running the pip install command shows this error in cmd. pip install tkinter ERROR: Could not find a version that satisfies the requirement tkinter (from versions: none) ERROR: No matching distribution found for tkinter I also tried installing tk but nothing changed when I ran Setup.py.

    Installation Help 
    opened by fartfartfarty 4
  • ffmpeg: No such file or directory

    ffmpeg: No such file or directory

    Expected: Running of script correctly Actual: When hitting "mosh" after choosing video, this error presents:

    /bin/sh: .../Projects/Datamosher Pro/ffmpeg: No such file or directory

    Ffmpeg is installed. Suggestion on what I'm missing? Thank you very much

    opened by sam959 3
  • Does Bloom not work at all?

    Does Bloom not work at all?

    If I select Bloom, Datamosher Pro just hangs on "Converting the Video..." indefinitely. Meanwhile a complete video file is created where no effect has been applied.

    Also, most of the other Modes just bring the error "Please choose the video file again!"

    I'm using Windows 10 Pro version 21H1 OS build 19043.1706

    *Edit: actually now that I've tested it only "Classic" "Glide" "Echo" and "Sort" work at all. Is there a possibility of getting a refund?

    At present, this program doesn't seem to do anything.

    opened by leatherbird 3
  • App does not seem to open in MacOS Monterey 12.6 Python 3

    App does not seem to open in MacOS Monterey 12.6 Python 3

    Got this comment: DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.

    and a black screen running but no GUI. Is it the tk? or python? or a bug?

    opened by quelic 1
  • Best Location for running this?

    Best Location for running this?

    I was unable to get any of the Modes to work. Then, following the advice of someone on Reddit to move the .exe outside of a user folder I put it on a separate drive and BOOM, it started working. I think there are many Permission issues that don't show up in your little script window.

    You may want to make note of this.

    opened by leatherbird 1
  • ModuleNotFoundError: No module named 'tkinter'

    ModuleNotFoundError: No module named 'tkinter'

    While running the 'Datamosher Pro.py' you might encounter the line:

    ModuleNotFoundError: No module named 'tkinter'

    to solve this you need to to do

    sudo apt install python3-tk brew install python3-tk

    Using pip to install this package won't solve this error!

    opened by FarmehrF 0
  • FFgltich Permission denied!

    FFgltich Permission denied!

    While installing if you get the

    FFglitch/ffgac: Permission denied FFglitch/ffedit: Permission denied

    Going to the /FFglitch folder and and running the following solved the problem for me.

    chmod +x ffedit && chmod +x ffgac

    opened by FarmehrF 0
Releases(Datamosher_Prov1.9)
Owner
Akascape
Akash Bora (a.k.a Akascape)
Akascape
FLIR/DJI IR Camera Data Parser, Python Version

FLIR/DJI IR Camera Data Parser, Python Version Parser infrared camera data as NumPy data. Usage Clone this respository and cd thermal_parser. Run pip

14 Dec 23, 2022
A simple Python Youtube Wachtime for YTbebot

Simple bot that was development in python 3.7, that automatically watch youtube videos. It can be used to give more views in your channel helping in the spread and increase the followers because your

Rian eka wiratma 1 Dec 05, 2021
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding

Av1an A cross-platform framework to streamline encoding Easy, Fast, Efficient and Feature Rich An easy way to start using AV1 / HEVC / H264 / VP9 / VP

Zen 947 Jan 01, 2023
A web RTSP play platform based on websocket and tornado, websocket use blob binaryType read as ArrayBuffer

A web RTSP play platform based on websocket and tornado, websocket use blob binaryType read as ArrayBuffer

2 Feb 25, 2022
A GUI based glitch tool that uses FFMPEG to create motion interpolated glitches in your videos.

FF Dissolve Glitch This is a GUI based glitch tool that uses FFmpeg to create awesome and wierd motion interpolated glitches in videos. I call it FF d

Akash Bora 19 Nov 10, 2022
Python package for Near Duplicate Video Detection (Perceptual Video Hashing) - Get a 64-bit comparable hash-value for any video.

The Python package for near duplicate video detection ⭐️ Introduction Videohash is a Python package for detecting near-duplicate videos (Perceptual Vi

Akash Mahanty 144 Dec 19, 2022
I have baked a custom integration to control Eufy Security Cameras and access RTSP and P2P stream if possible.

I have baked a custom integration to control Eufy Security Cameras and access RTSP (real time streaming protocol) and P2P (peer to peer) stream if pos

Fuat Akgün 422 Jan 01, 2023
A platform which give you info about the newest video on a channel

youtube A platform which give you info about the newest video on a channel. This uses web scraping, a better implementation will be to use the API. BR

Custom components for Home Assistant 36 Sep 29, 2022
Python and OpenCV-based scene cut/transition detection program & library.

Video Scene Cut Detection and Analysis Tool Latest Release: v0.5.6.1 (October 11, 2021) Main Webpage: py.scenedetect.com Documentation: manual.scenede

Brandon Castellano 1.8k Jan 02, 2023
A GUI application for cropping images from videos

v-trimming-gui A GUI application for cropping images from videos. 動画をシークバーで操作しながらスクリーンショットを撮るためのアプリ。 Requirement Python =3.7 opencv-python ^4.5.5 PyS

Menrui 6 Feb 05, 2022
Synchronize Two Cameras in Real Time using Multiprocessing

Synchronize Two Cameras in Real Time using Multiprocessing In progress ... 📁 Project Structure 📚 Install Libraries for this Project (requirements.tx

Eduardo Carvalho Nunes 2 Oct 31, 2021
Zaid Vc Player Bot For Telegram

Zaid Vc Player Bot For Telegram

1 Dec 04, 2021
Webcam Indicator is an application to recieve and send messages from your own Webcam Server.

Welcome to Webcam Indicator 👋 Webcam Indicator is an application to recieve and send messages from your own Webcam Server. 🏠 Homepage Prerequisites

Lorenzo Carbonell 2 Apr 04, 2022
Python script for extracting audio from video files and creating Mel spectrograms

video2spectrogram About This package is meant to automate the process of extracting audio files from videos and saving the plots computed from these a

Alexandros Stergiou 1 Oct 28, 2021
Python Script for Streaming YouTube Videos in VLC Media Player.

Short Description Use this Simple Script to stream YouTube Video to VLC

Sijey 6 May 27, 2021
Video processing routines for SciPy

scikit-video Video Processing SciKit BETA Video processing algorithms, including I/O, quality metrics, temporal filtering, motion/object detection, mo

Alex Izvorski 119 Dec 27, 2022
deepstream python rtsp video h264 or gstreamer python rtsp h264 | h264

deepstream python rtsp video h264 or gstreamer python rtsp h264 | h264 deepstrea

Small white Tang 6 Dec 14, 2022
A python youtube search module

A python youtube search module

Fayas Noushad 4 Dec 01, 2021
Turn any live video stream or locally stored video into a dataset of interesting samples for ML training, or any other type of analysis.

Sieve Video Data Collection Example Find samples that are interesting within hours of raw video, for free and completely automatically using Sieve API

Sieve 72 Aug 01, 2022
MPV remote controller is a program for remote controlling mpv player with device in your local network through web browser.

MPV remote controller is a program for remote controlling mpv player with device in your local network through web browser.

5 May 26, 2022