gregoryjjb / cs160

Computer vision pipeline for class project, primarily authored by @deanljohnson and @dang3
1 stars 0 forks source link

No way to specify output format/codec for static file processing #14

Closed gregoryjjb closed 6 years ago

gregoryjjb commented 6 years ago

Ideal solution: cvprocessor -f [blah] -ffmpegout "string of ffmpeg output parameters" (from @deanljohnson on Discord)

deanljohnson commented 6 years ago

Resolved. Can pass "-of", stands for 'output format', to specify output parameters. Defaults to "-f webm -c:v vp8 -b:v .5M".

Ex: ./cvprocessor -f test.webm -of "-f webm -c:v vp8 -b:v .5M"