|
1 | 1 | 1275 (4.0a6) |
2 | 2 | X remove java.class.path when launching code from inside the PDE |
3 | 3 | X should prevent conflicts, avoid papering over other bugs |
4 | | - |
| 4 | +_ was fixed in the source for 4.0a5, but may not have been included in the dist |
| 5 | +_ NoClassDefError: processing/core/PApplet when starting 4.0a2 on Windows 10 |
| 6 | +_ https://github.com/processing/processing4/issues/154 |
| 7 | + |
| 8 | +moviemaker |
| 9 | +X MovieMaker .mov not compatible with QuicktTime Player |
| 10 | +X https://github.com/processing/processing/issues/6110 |
| 11 | +X notes in the bug about what's going on |
| 12 | +X confirmed that after Mojave, the QTMovieModernizer went away (was 32-bit) |
| 13 | +_ https://support.apple.com/en-us/HT202884 |
| 14 | +X the modernizer would convert things to ProRes |
| 15 | +_ https://support.apple.com/en-us/HT202410 |
| 16 | +o possible other library: http://jcodec.org/ |
| 17 | +o https://github.com/jcodec/jcodec |
| 18 | +o listing: https://search.maven.org/artifact/org.jcodec/jcodec/0.2.5/jar |
| 19 | +o jars: https://repo.maven.apache.org/maven2/org/jcodec/jcodec/0.2.5/ |
| 20 | +o demo: https://github.com/jcodec/jcodec/blob/master/samples/main/java/org/jcodec/samples/gen/SequenceEncoderDemo.java |
| 21 | +X incorporating ffmpeg |
| 22 | +X the essentials build for macos64, just one file: |
| 23 | +X https://evermeet.cx/ffmpeg/ffmpeg-4.4.7z |
| 24 | +X https://evermeet.cx/ffmpeg/ffmpeg-4.4.zip (!) |
| 25 | +X via https://evermeet.cx/ffmpeg/ |
| 26 | +X release essentials for windows64, multiple files: |
| 27 | +X https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.7z |
| 28 | +X https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip |
| 29 | +X ffmpeg-4.4-essentials_build/bin/ffmpeg.exe is our man |
| 30 | +X via https://www.gyan.dev/ffmpeg/builds/ |
| 31 | +X linux64 |
| 32 | +X https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz |
| 33 | +X via https://johnvansickle.com/ffmpeg/ also has arm and others |
5 | 34 |
|
6 | 35 | contribs |
7 | 36 | X Module javafx.base not found on Linux |
@@ -77,31 +106,6 @@ _ use ~/.config as parent, or $XDG_CONFIG_HOME |
77 | 106 | o https://github.com/processing/processing/issues/6115 (moved) |
78 | 107 | _ https://github.com/processing/processing4/issues/203 |
79 | 108 |
|
80 | | -_ MovieMaker .mov not compatible with QuicktTime Player |
81 | | -_ https://github.com/processing/processing/issues/6110 |
82 | | -_ confirmed that after Mojave, the QTMovieModernizer went away (was 32-bit) |
83 | | -_ https://support.apple.com/en-us/HT202884 |
84 | | -_ the modernizer would convert things to ProRes |
85 | | -_ https://support.apple.com/en-us/HT202410 |
86 | | -_ possible other library: http://jcodec.org/ |
87 | | -_ https://github.com/jcodec/jcodec |
88 | | -_ listing: https://search.maven.org/artifact/org.jcodec/jcodec/0.2.5/jar |
89 | | -_ jars: https://repo.maven.apache.org/maven2/org/jcodec/jcodec/0.2.5/ |
90 | | -_ demo: https://github.com/jcodec/jcodec/blob/master/samples/main/java/org/jcodec/samples/gen/SequenceEncoderDemo.java |
91 | | - |
92 | | -the essentials build for macos64, just one file: |
93 | | - https://evermeet.cx/ffmpeg/ffmpeg-4.4.7z |
94 | | - https://evermeet.cx/ffmpeg/ffmpeg-4.4.zip (!) |
95 | | - via https://evermeet.cx/ffmpeg/ |
96 | | -release essentials for windows64, multiple files: |
97 | | - https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.7z |
98 | | - https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip |
99 | | - ffmpeg-4.4-essentials_build/bin/ffmpeg.exe is our man |
100 | | - via https://www.gyan.dev/ffmpeg/builds/ |
101 | | -linux64 |
102 | | - https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz |
103 | | - via https://johnvansickle.com/ffmpeg/ also has arm and others |
104 | | - |
105 | 109 |
|
106 | 110 | decisions before final 4.0 release |
107 | 111 | X Shutting off VAqua due to interface ugliness and Contribution Manager freezing |
|
0 commit comments