Troubleshooting

If you encounter any problem I'd like to know. Here are some things you can try yourself if you prefer.

Switching decoder

By default vcs uses FFmpeg to process the video. If it fails, MPlayer might work better.
Use -M to try using MPlayer.
Use -F to try using FFmpeg (this is the default, running without arguments is the same).

The only exception to this is the DVD or ISO mode, which can only work with MPlayer.

Displaying errors

By default error output is suppressed when calling FFmpeg or MPlayer.
Player errors can be displayed by overriding stderr and/or stdout:

$ vcs -O stderr=/dev/stderr -O stdout=/dev/stdout [options] file.avi

Will display errors on the same console you're running vcs.

$ vcs -O stderr=stderr.txt [options] file.avi

Will save error output to stderr.txt

 
vcs/troubleshooting.txt · Last modified: 2010/03/05 14:10 by Toni Corvera
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki