Skip to content
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

Readme file needs a refresh #130

Open
benab opened this issue Mar 17, 2021 · 3 comments
Open

Readme file needs a refresh #130

benab opened this issue Mar 17, 2021 · 3 comments

Comments

@benab
Copy link

benab commented Mar 17, 2021

It appears that some parts of Readme.md are no longer accurate.

The Ini file section states:
You can find ini files at: http://www.kaashoek.com/comskip/
but it only links to a forum.

The Readme only states how to install, not how to use the program.
Is there a guide or documentation on how to use the program? If so, I'm unable to find it.

@rudluff
Copy link

rudluff commented Mar 17, 2021

run 'comskip' naked from the command line and it prints out a help file

  comskip  [-h|--help] [-w|--debugwindow] [-n|--playnice] [--zpcut] [--zpchapter] [--scf] [--videoredo] [--videoredo3] [--csvout] [--quality] [--plist] [-m|--demux] [--hwassist] [--cuvid] [--vdpau] [--dxva2] [--decoders] [--threads=<int>] [-p|--pid=<string>] [-t|--ts] [-d|--detectmethod=<int>] [-v|--verbose=<int>] [-u|--dump=<int>] [-s|--play] [--timing] [-q|--quiet] [--ini=<file>] [--logo=<file>] [--cut=<file>] [--output=<file>] [--output-filename=<file>] [--selftest=<int>] <file> [<file>]

  -h, --help                Display syntax
  -w, --debugwindow         Show debug window
  -n, --playnice            Slows detection down
  --zpcut                   Outputs a ZoomPlayer cutlist
  --zpchapter               Outputs a ZoomPlayer chapter file
  --scf                     Outputs a simple chapter file for mkvmerge
  --videoredo               Outputs a VideoRedo cutlist
  --videoredo3              Outputs a VideoRedo3 cutlist
  --csvout                  Outputs a csv of the frame array
  --quality                 Outputs a csv of false detection segments
  --plist                   Outputs a mac-style plist for addition to an EyeTV archive as the 'markers' property
  -m, --demux               Demux the input into elementary streams
  --hwassist                Activate Hardware Assisted video decoding
  --cuvid                   Use NVIDIA Video Decoder (CUVID), if available
  --vdpau                   Use NVIDIA Video Decode and Presentation API (VDPAU), if available
  --dxva2                   Use DXVA2 Video Decode and Presentation API (DXVA2), if available
  --decoders                List all decoders and exit
  --threads=<int>           The number of threads to use
  -p, --pid=<string>        The PID of the video in the TS
  -t, --ts                  The input file is a Transport Stream
  -d, --detectmethod=<int>  An integer sum of the detection methods to use
  -v, --verbose=<int>       Verbose level
  -u, --dump=<int>          Dump the cutscene at this frame number
  -s, --play                Play the video
  --timing                  Dump the timing into a file
  -q, --quiet               Not output logging to the console window
  --ini=<file>              Ini file to use
  --logo=<file>             Logo file to use
  --cut=<file>              CutScene file to use
  --output=<file>           Folder to use for all output files
  --output-filename=<file>  Filename base to use for all output files
  --selftest=<int>          Execute a selftest
  <file>                    Input file
  <file>                    Output folder for cutlist

Detection methods available:
	  1 - Black Frame
	  2 - Logo
	  4 - Scene Change
	  8 - Resolution Change
	 16 - Closed Captions
	 32 - Aspect Ratio
	 64 - Silence
	128 - CutScenes
	255 - USE ALL AVAILABLE

@benab
Copy link
Author

benab commented Mar 19, 2021

run 'comskip' naked from the command line and it prints out a help file

Thanks. That is a bit minimal, but may work for many.

Do you know more about my question regarding the .ini file? The link only goes to a forum. Are we to search the forum for an .ini file?

@eddyg
Copy link

eddyg commented Aug 29, 2021

There is a comskip tuning guide.

They are also several .ini files here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants