Added gitignore
This commit is contained in:
parent
1f3d87d37f
commit
e441b4880f
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
timelapse
|
||||||
|
timelapse.mp4
|
4
main.go
4
main.go
@ -150,7 +150,7 @@ func timelapse(date string, files []string) { // {{{
|
|||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
} // }}}
|
} // }}}
|
||||||
func concatVideos(unsortedDates []string) {
|
func concatVideos(unsortedDates []string) { // {{{
|
||||||
fname := "/tmp/timelapse/sequence_all"
|
fname := "/tmp/timelapse/sequence_all"
|
||||||
var videos []string
|
var videos []string
|
||||||
|
|
||||||
@ -167,7 +167,7 @@ func concatVideos(unsortedDates []string) {
|
|||||||
fmt.Printf("%s\n", out)
|
fmt.Printf("%s\n", out)
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
}
|
} // }}}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
parseCommandLine()
|
parseCommandLine()
|
||||||
|
Loading…
Reference in New Issue
Block a user