Questions tagged [data-moshing]

Datamoshing is the practice of intentionally using compression artifacts in digital video and animated GIFs that is sometimes to referred to as “glitch art.”

Datamoshing is the practice of intentionally using compression artifacts in digital video and animated GIFs that is sometimes to referred to as “glitch art.”

3 questions
1
vote
1 answer

How can I convert the first frame of a video to an I-frame and the rest to P-frames with FFMPEG?

I'd like to try to do some datamoshing like this tutorial. But I'd like to be able to do it programatically, so instead of vdub and avidemux, I'd like to figure out how to do as many parts of this process as I can with ffmpeg and/or other…
Jason
  • 11,435
  • 24
  • 77
  • 131
0
votes
0 answers

How to parse a class that extends from Arraylist with Moshi

I'm new with Moshi and I'm trying to parse the data, with Retrofit, from one class that extends an Arraylist of items and I'm getting this error: com.squareup.moshi.JsonDataException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at path…
S.P.
  • 2,274
  • 4
  • 26
  • 57
0
votes
1 answer

How to apply an aviglitch script to every file in a folder?

I'm struggling to use an aviglitch script on every file in a folder. I would need it to 1. open every file and perform the alterations 2. export every new file with an prepended glitch_ in front of the original filename Here are the relevant lines…
Benni
  • 3
  • 1