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
Oh, sorry about the confusing. Here is a summary of how to use the -f and -w flags.
First of all,
-w work directory that hold output files (FFCVT_W)
i.e., the -w flag is for specifying the output directory. It should better be -o or -d but both of the flags have already been taken when it was added.
Now, the best way to to use the -f and -w flags together is,
cd into the source directory
use -f with relative path from the current source directory
specify the output directory with the -w flag (either relative path or absolute path are OK)
haha, yeah, that's an option, but I'd like to keep my options handling as dumb as possible ☺️, but keep working on enhancing my document. As you can see from above, once we are on the right track, things are much smoother.
I know my options handling is only covering 10 ~ 20% of the cases, but I don't want to spent my efforts on the rest 80 ~ 90% of something that can be clearly avoided by following a good document.
When trying to use ffcvt with an input file path, it fails:
that's incorrect, source directory is
/some/where
.The text was updated successfully, but these errors were encountered: