Cleaned up demo.go
This commit is contained in:
parent
3b9be17551
commit
c41eca1bbe
2 changed files with 3 additions and 10 deletions
2
demo.go
2
demo.go
|
@ -10,8 +10,6 @@ func main() {
|
|||
output := "output.mp4"
|
||||
video := NewVideo(filename)
|
||||
|
||||
fmt.Println(video.bitrate)
|
||||
|
||||
writer := NewVideoWriter(output, video)
|
||||
defer writer.Close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue