diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5afb0e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +timelapse +timelapse.mp4 diff --git a/main.go b/main.go index 778fe20..7d40815 100644 --- a/main.go +++ b/main.go @@ -150,7 +150,7 @@ func timelapse(date string, files []string) { // {{{ panic(err) } } // }}} -func concatVideos(unsortedDates []string) { +func concatVideos(unsortedDates []string) { // {{{ fname := "/tmp/timelapse/sequence_all" var videos []string @@ -167,7 +167,7 @@ func concatVideos(unsortedDates []string) { fmt.Printf("%s\n", out) panic(err) } -} +} // }}} func main() { parseCommandLine()