This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- | |
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 (??) | |
--------- |