Mercurial > mplayer.hg
annotate help_mp.h @ 1581:435f0a0e6a5c
error messages added
author | arpi |
---|---|
date | Sat, 18 Aug 2001 19:50:33 +0000 |
parents | 94a564660308 |
children | e49b3927c793 |
rev | line source |
---|---|
1 | 1 static char* banner_text= |
340 | 2 "\n\n" |
1418 | 3 "MPlayer " VERSION "(C) 2000-2001 Arpad Gereoffy (see DOCS/AUTHORS)\n" |
1 | 4 "\n"; |
5 | |
737 | 6 static char help_text[]= |
1212 | 7 "Usage: mplayer [options] [path/]name\n" |
1 | 8 "\n" |
1212 | 9 "Options:\n" |
10 " -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n" | |
11 " -ao <drv[:dev]> select audio output driver & device (see '-ao help' for list)\n" | |
12 " -vcd <trackno> play VCD (video cd) track from device instead of plain file\n" | |
13 #ifdef HAVE_LIBCSS | |
14 " -dvdauth <dev> specify DVD device for authentication (for encrypted discs)\n" | |
15 #endif | |
16 " -ss <timepos> seek to given (seconds or hh:mm:ss) position\n" | |
17 " -nosound don't play sound\n" | |
732
e14114170e01
applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents:
514
diff
changeset
|
18 #ifdef USE_FAKE_MONO |
1212 | 19 " -stereo select MPEG1 stereo output (0:stereo 1:left 2:right)\n" |
732
e14114170e01
applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents:
514
diff
changeset
|
20 #endif |
1212 | 21 " -fs -vm -zoom fullscreen playing options (fullscr,vidmode chg,softw.scale)\n" |
22 " -x <x> -y <y> scale image to <x> * <y> resolution [if -vo driver supports!]\n" | |
23 " -sub <file> specify subtitle file to use (see also -subfps, -subdelay)\n" | |
24 " -vid x -aid y options to select video (x) and audio (y) stream to play\n" | |
25 " -fps x -srate y options to change video (x fps) and audio (y Hz) rate\n" | |
26 " -pp <quality> enable postprocessing filter (0-4 for DivX, 0-63 for mpegs)\n" | |
27 " -bps use alternative A-V sync method for AVI files (may help!)\n" | |
28 " -framedrop enable frame-dropping (for slow machines)\n" | |
1 | 29 "\n" |
1212 | 30 "Keys:\n" |
31 " <- or -> seek backward/forward 10 seconds\n" | |
32 " up or down seek backward/forward 1 minute\n" | |
33 " p or SPACE pause movie (press any key to continue)\n" | |
34 " q or ESC stop playing and quit program\n" | |
35 " + or - adjust audio delay by +/- 0.1 second\n" | |
36 " o cycle OSD mode: none / seekbar / seekbar+timer\n" | |
37 " * or / increase or decrease volume (press 'm' to select master/pcm)\n" | |
38 " z or x adjust subtitle delay by +/- 0.1 second\n" | |
808 | 39 "\n" |
1212 | 40 " * * * SEE MANPAGE FOR DETAILS, FURTHER OPTIONS AND KEYS ! * * *\n" |
1 | 41 "\n"; |
1581 | 42 |
43 // mplayer.c: | |
44 | |
45 #define MSGTR_Exiting "\nExiting... (%s)\n" | |
46 #define MSGTR_Exit_frames "Requested number of frames played" | |
47 #define MSGTR_Exit_quit "Quit" | |
48 #define MSGTR_Exit_eof "End of file" | |
49 #define MSGTR_IntBySignal "\nMPlayer interrupted by signal %d in module: %s \n" | |
50 #define MSGTR_NoHomeDir "Can't find HOME dir\n" | |
51 #define MSGTR_GetpathProblem "get_path(\"config\") problem\n" | |
52 #define MSGTR_CreatingCfgFile "Creating config file: %s\n" | |
53 #define MSGTR_InvalidVOdriver "Invalid video output driver name: %s\nUse '-vo help' to get a list of available video drivers.\n" | |
54 #define MSGTR_InvalidAOdriver "Invalid audio output driver name: %s\nUse '-ao help' to get a list of available audio drivers.\n" | |
55 #define MSGTR_CopyCodecsConf "(copy/link DOCS/codecs.conf to ~/.mplayer/codecs.conf)\n" | |
56 #define MSGTR_CantLoadFont "Can't load font: %s\n" | |
57 #define MSGTR_CantLoadSub "Can't load subtitles: %s\n" | |
58 #define MSGTR_ErrorDVDkey "Error processing DVD KEY.\n" | |
59 #define MSGTR_CmdlineDVDkey "DVD command line requested key is stored for descrambling.\n" | |
60 #define MSGTR_DVDauthOk "DVD auth sequence seems to be OK.\n" | |
61 #define MSGTR_DumpSelectedSteramMissing "dump: FATAL: selected stream missing!\n" | |
62 #define MSGTR_CantOpenDumpfile "Can't open dump file!!!\n" | |
63 #define MSGTR_CoreDumped "core dumped :)\n" | |
64 #define MSGTR_FPSnotspecified "FPS not specified (or invalid) in the header! Use the -fps option!\n" | |
65 #define MSGTR_NoVideoStream "Sorry, no video stream... it's unplayable yet\n" | |
66 #define MSGTR_TryForceAudioFmt "Trying to force audio codec driver family %d ...\n" | |
67 #define MSGTR_CantFindAfmtFallback "Can't find audio codec for forced driver family, fallback to other drivers.\n" | |
68 #define MSGTR_CantFindAudioCodec "Can't find codec for audio format 0x%X !\n" | |
69 #define MSGTR_TryUpgradeCodecsConfOrRTFM "*** Try to upgrade %s from DOCS/codecs.conf\n*** If it's still not OK, then read DOCS/CODECS!\n" | |
70 #define MSGTR_CouldntInitAudioCodec "Couldn't initialize audio codec! -> nosound\n" | |
71 #define MSGTR_TryForceVideoFmt "Trying to force video codec driver family %d ...\n" | |
72 #define MSGTR_CantFindVfmtFallback "Can't find video codec for forced driver family, fallback to other drivers.\n" | |
73 #define MSGTR_CantFindVideoCodec "Can't find codec for video format 0x%X !\n" | |
74 #define MSGTR_VOincompCodec "Sorry, selected video_out device is incompatible with this codec.\n" | |
75 #define MSGTR_CouldntInitVideoCodec "FATAL: Couldn't initialize video codec :(\n" | |
76 #define MSGTR_EncodeFileExists "File already exists: %s (don't overwrite your favourite AVI!)\n" | |
77 #define MSGTR_CantCreateEncodeFile "Cannot create file for encoding\n" | |
78 #define MSGTR_CannotInitVO "FATAL: Cannot initialize video driver!\n" | |
79 #define MSGTR_CannotInitAO "couldn't open/init audio device -> NOSOUND\n" | |
80 #define MSGTR_StartPlaying "Start playing...\n" | |
81 #define MSGTR_SystemTooSlow "\n************************************************************************"\ | |
82 "\n** Your system is too SLOW to play this! try with -framedrop or RTFM! **"\ | |
83 "\n************************************************************************\n" | |
84 //#define MSGTR_ |