-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ffmpegAdditionalOptions config prop. Also, improve handling of er…
…rors from ffpmeg I wanted to add the ffmpeg option `-movflags +faststart`, as I'm generating video preview thumbnails; so I added the option to add custom options to the ffmpeg commandline. Before, some errors from ffmpeg were being silently dropped, in particular, bad filter errors, which I noticed while testing this new feature. I've therefore fixed ffmpeg error handling so that it will properly catch and handle errors on stdout from ffmpeg.
- Loading branch information
1 parent
58d9226
commit 98feeef
Showing
2 changed files
with
53 additions
and
13 deletions.
There are no files selected for viewing
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
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