Skip to content

Instantly share code, notes, and snippets.

View SpangleLabs's full-sized avatar

JC SpangleLabs

View GitHub Profile
@SpangleLabs
SpangleLabs / pyscenedetect_testing.txt
Created June 27, 2020 00:28
Testing PySceneDetect and ffmpeg, experimenting to find a fast and correct solution
---------
time ffmpeg -y -ss 00:00:42.543 -i 014092.mp4 -to 00:01:07.534 -sn output-02.mp4
real 4m7.826s
user 5m19.675s
sys 0m33.276s
Result: Started at right place, cut video to 1m7s long (??)
---------
@SpangleLabs
SpangleLabs / MapTest.tsx
Last active May 13, 2020 18:18
InfoWindow in Marker map test for @react-google-maps/api PR
import * as ReactDOM from "react-dom";
import * as React from "react";
import {GoogleMap, InfoWindow, LoadScript, Marker} from "@react-google-maps/api";
//import LoadScript from "../../../react-google-maps-api/packages/react-google-maps-api/src/LoadScript";
//import GoogleMap from "../../../react-google-maps-api/packages/react-google-maps-api/src/GoogleMap"
//import InfoWindow from "../../../react-google-maps-api/packages/react-google-maps-api/src/components/drawing/InfoWindow"
//import Marker from "../../../react-google-maps-api/packages/react-google-maps-api/src/components/drawing/Marker"
import config from "./config";