-
Notifications
You must be signed in to change notification settings - Fork 164
Display possible vspipe errors when ffmpeg pipe is present #519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🏆
Oh wait. Clippy is mad. |
Ah, I was getting an insane amount of borrow checker errors when implementing this, so I switched to manually doing |
Ping on Discord if you need help 👍 |
Should be fixed now, the real fix was to use |
Particularly since we have pedantic and nursery lints enabled, which tend to be buggier and have more false positives... which is another discussion. 🙂 |
* Display possible errors vspipe when ffmpeg pipe is present * Fix clippy warnings (cherry picked from commit 38c1db6)
* Display possible errors vspipe when ffmpeg pipe is present * Fix clippy warnings (cherry picked from commit 38c1db6)
* Fixed a typo [enocoder => encoder] (#517) * new av1an preview * Update preview screenshot, again * Display possible vspipe errors when ffmpeg pipe is present (#519) * Display possible errors vspipe when ffmpeg pipe is present * Fix clippy warnings * Fixed mkvmerge on windows by allowing for commands over 32767 characters to be executed. (#521) * Fixed mkvmerge on windows by allowing for commands over 32767 characters to be executed. * Fix formatting * Fix errors * Fix clippy warnings Co-authored-by: Kesava Viswanadha <kviswanadha@berkeley.edu> Co-authored-by: Redzic <yusufredzic@gmail.com> * Fix mkvmerge concat (#523) * Call fix_path for mkvmerge concat (#533) * Call fix_path for mkvmerge concat * Fix formatting * Encoder mode/rate check (#532) * Encoder mode/rate check * Tweak Co-authored-by: Redzic <yusufredzic@gmail.com> * Re-add concat info to --help (#537) * Update version to 0.3.1 (#541) Co-authored-by: nusu-github <29514220+nusu-github@users.noreply.github.com> Co-authored-by: Zen <46526140+master-of-zen@users.noreply.github.com> Co-authored-by: redzic <48274562+redzic@users.noreply.github.com> Co-authored-by: KesavaViswanadha <79319318+KesavaViswanadha@users.noreply.github.com> Co-authored-by: Kesava Viswanadha <kviswanadha@berkeley.edu> Co-authored-by: Redzic <yusufredzic@gmail.com>
This makes better error messages in the case of an ffmpeg pipe, where it would otherwise only display
pipe:: invalid data found when processing input
and the error from the encoder.Here is an error message with this PR, showing the error from all 3 places: