You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user uses the -o flag, they have to add a video container extension otherwise the program crashes without any indication of what went wrong.
Example
$ scriptx -f nwt_01_Ge_ASL_10_r480P.m4v -v 20 -o Gen10-20
thread 'main' panicked at 'ffmpeg's exit status was FAILURE', /home/joel/.cargo/registry/src/github.com-1ecc6299db9ec823/scriptx-0.2.1/src/ff.rs:191:13note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Solution
If the user doesn't add an extension, add one by default
Improve error handling to be more informative
The text was updated successfully, but these errors were encountered:
When the user uses the
-o
flag, they have to add a video container extension otherwise the program crashes without any indication of what went wrong.Example
Solution
The text was updated successfully, but these errors were encountered: