Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
71 views

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 ...
S.P.'s user avatar
  • 2,544
0 votes
1 answer
91 views

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 ...
Benni's user avatar
  • 3
1 vote
1 answer
603 views

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 ...
Jason's user avatar
  • 11.6k