You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 11 = SierraLite, 12 = Stucki, 13 = Ordered3x3, 14 = imagemagick (needs to be installed)
27
-
// Different Algorithms will look better on different videos.
28
-
"DitheringMode":1,
29
-
// Wether or not to turn the Video into 30FPS to fix sound sync issues. Is on by default to avoid these issues. Can save a bit on filesize for <30FPS videos.
30
-
"Accurate":true,
31
-
// Adds the option for contrast bump, helps with visual clarity in some cases
32
-
"Contrast":0,
33
-
// Not working, once implemented will split the video into parts that are all playable on a dsi/3ds
34
-
"Split":false,
35
-
// Self Explanatory
36
-
"DeleteOnFinish":true
37
-
}
38
-
```
24
+
25
+
* "DitheringMode": 1, - refer to [wiki](https://github.com/RinLovesYou/Flipnote-Encoder/wiki/Dithering-Modes)
26
+
* "ColorMode": 1, - refer to [wiki](https://github.com/RinLovesYou/Flipnote-Encoder/wiki/Color-Modes)
27
+
* "Accurate": true, - Wether to force 30FPS or not. Fixes audio sync.
28
+
* "Contrast": 0, - How much contrast to add
29
+
* "InputFolder": "frames",
30
+
* "InputFilename": "input.mp4",
31
+
* "Split": false, - Wether or not to split the resulting Flipnote.
32
+
* "SplitAmount": 2, - Unused at the moment. Encoder automatically tries to pick the best split amount
33
+
* "DeleteOnFinish": true - I don't even think i added a case for this. Why wouldn't you want this? Deletes all temp frames.
39
34
40
35
Expect bugs and report them in the [issues](https://github.com/RinLovesYou/Flipnote-Encoder/issues) section please.
41
36
@@ -55,12 +50,19 @@ it won't sign a flipnote if no `fnkey.pem` exists, you can still play it back wi
55
50
## Special Thanks
56
51
*[khang06](https://github.com/khang06) For his awesome encoder, being the inspiration, and his help in understanding audio.
57
52
*[NotImplementedLife](https://github.com/NotImplementedLife) For their FlipnoteDesktop program, which helped a lot in understanding the structure of a Flipnote.
53
+
*[JoshuaDoes](https://github.com/joshuaDoes) For being really. really. really patient.
58
54
* guys from [DSiBrew](https://dsibrew.org/wiki/Main_Page) and [Flipnote Collective](https://github.com/Flipnote-Collective) for their awesome documentation on .PPM file format.
Flipnote Studio is a trademark of Nintendo. This project is not linked to them in any way. It is intended for educational purposes only.
62
63
63
-
This is a program, not responsible for any use that does not follow Sudomemo's TOS, I do not take responsibility for misuse of the tool. Reminder of Section 4.1.1 from Sudomemo Terms of Use: The following activities are prohibited when using Sudomemo: Exploits or content that wasn’t created in the original Flipnote Studio software on a Nintendo DSi or Nintendo 3DS. Plus, animating on a DS is much more fun :) . That's all
64
+
I am not responsible for how this tool is used. It is against Sudomemo TOS to upload encoded flipnotes there.
0 commit comments