Skip to content

Commit bd4ce7c

Browse files
committed
confirm that video is working
1 parent 5b3a6dc commit bd4ce7c

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

todo.txt

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,27 @@ X fix includes Platform cleanup
3535
X get rid of editor.laf.vaqua preference (use the laf pref)
3636
X move macOS-specific code out of DefaultPlatform and into MacPlatform
3737
X update the splash screen to say 2021
38+
X video totally broken on macOS
39+
X https://github.com/processing/processing-video/issues/134
40+
X how to fix:
41+
X https://github.com/processing/processing-video/issues/134#issuecomment-617301980
42+
X beta 4 works better, but only if replacing just the library folder
43+
X https://github.com/processing/processing-video/releases
44+
X https://github.com/processing/processing-video/releases/download/r6-v2.0-beta4/video-2.0-beta4.zip
45+
X could make a script to do this process, but:
46+
X 1) weird to replace 'library' not the rest
47+
X 2) why the quarrantine hacks? will downloading a stream work?
48+
X still a little glitchy/slow to start
49+
X need to update to version 2.x of the video library
3850

3951
contribs
4052
X Updates and fixes for PDE_pt.properties (Portugese translation)
4153
X https://github.com/processing/processing4/pull/133
4254
X https://github.com/processing/processing4/pull/134
55+
X Small change in Portuguese translation
56+
X https://github.com/processing/processing4/pull/147
57+
X correct alphabetical order for language list
58+
X https://github.com/processing/processing4/pull/146
4359

4460
Sam
4561
X preproc needs spaces in the size command, per our guidelines
@@ -56,6 +72,7 @@ X https://github.com/processing/processing4/pull/152
5672
X automate notarization in the build process
5773
X https://github.com/processing/processing4/issues/24
5874

75+
5976
already fixed in 4.x? (confirm/close on release)
6077
_ HDPI support GNOME desktop
6178
_ https://github.com/processing/processing/issues/6059
@@ -77,7 +94,6 @@ _ OpenGL available but deprecated on Apple Si
7794
_ https://developer.apple.com/documentation/xcode/porting_your_macos_apps_to_apple_silicon
7895

7996
_ MovieMaker .mov not compatible with QuicktTime Player
80-
_ adding -pix_fmt yuv420p
8197
_ https://github.com/processing/processing/issues/6110
8298

8399
_ getSystemZoom() not available to splash screen
@@ -105,20 +121,10 @@ _ can we get rid of pdexEnabled? does it work w/ java tabs?
105121

106122

107123
discuss with Andres
108-
_ Add language support to modes
109-
_ https://github.com/processing/processing4/pull/14
110124
_ next video release
111125
_ https://github.com/processing/processing-video/milestone/1
112-
_ video totally broken on macOS
113-
_ https://github.com/processing/processing-video/issues/134
114-
_ how to fix:
115-
_ https://github.com/processing/processing-video/issues/134#issuecomment-617301980
116-
_ beta 4 works better, but only if replacing just the library folder
117-
_ https://github.com/processing/processing-video/releases
118-
_ https://github.com/processing/processing-video/releases/download/r6-v2.0-beta4/video-2.0-beta4.zip
119-
_ could make a script to do this process, but:
120-
_ 1) weird to replace 'library' not the rest
121-
_ 2) why the quarrantine hacks? will downloading a stream work?
126+
_ Add language support to modes
127+
_ https://github.com/processing/processing4/pull/14
122128

123129

124130
would like to fix

0 commit comments

Comments
 (0)