Hi there,
I'm attempting to run the provided video examples using Processing 3.3.6 and JDK 9.01 on macOS 10.13 (High Sierra) and none of them play using the transit.mov video sample. Is this normal?
The transit.mov file is h.264. Here is the output from FFMPEG: (download file - expires in 30 days)
Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, smpte170m/smpte170m/bt709), 640x360, 727 kb/s, 29.97
This doesn't work at all but if I convert the video to a .mkv container it then works (download file - expires in 30 days). Here is the output from FFMPEG:
Stream #0:0(eng): Video: theora, yuv420p, 640x360 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 1k tbn, 29.97 tbc (default)
Any ideas if this is something to do with my Java setup?
Thanks! G.