comparison help/help_mp-en.h @ 33140:d57654eb9f31

Add -benchmark to recommended fast dumping options.
author reimar
date Wed, 06 Apr 2011 17:49:15 +0000
parents 5ad451a5ebec
children cee07c3dbff5
comparison
equal deleted inserted replaced
33139:64f29d5dfea2 33140:d57654eb9f31
1183 #define MSGTR_AO_MPEGPES_CantSetMixer "[AO MPEGPES] DVB audio set mixer failed: %s.\n" 1183 #define MSGTR_AO_MPEGPES_CantSetMixer "[AO MPEGPES] DVB audio set mixer failed: %s.\n"
1184 #define MSGTR_AO_MPEGPES_UnsupSamplerate "[AO MPEGPES] %d Hz not supported, try to resample.\n" 1184 #define MSGTR_AO_MPEGPES_UnsupSamplerate "[AO MPEGPES] %d Hz not supported, try to resample.\n"
1185 1185
1186 // ao_pcm.c 1186 // ao_pcm.c
1187 #define MSGTR_AO_PCM_FileInfo "[AO PCM] File: %s (%s)\nPCM: Samplerate: %iHz Channels: %s Format %s\n" 1187 #define MSGTR_AO_PCM_FileInfo "[AO PCM] File: %s (%s)\nPCM: Samplerate: %iHz Channels: %s Format %s\n"
1188 #define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: Faster dumping is achieved with -vc null -vo null -ao pcm:fast\n[AO PCM] Info: To write WAVE files use -ao pcm:waveheader (default).\n" 1188 #define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: Faster dumping is achieved with -benchmark -vc null -vo null -ao pcm:fast\n[AO PCM] Info: To write WAVE files use -ao pcm:waveheader (default).\n"
1189 #define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Failed to open %s for writing!\n" 1189 #define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Failed to open %s for writing!\n"
1190 1190
1191 // ao_sdl.c 1191 // ao_sdl.c
1192 #define MSGTR_AO_SDL_INFO "[AO SDL] Samplerate: %iHz Channels: %s Format %s\n" 1192 #define MSGTR_AO_SDL_INFO "[AO SDL] Samplerate: %iHz Channels: %s Format %s\n"
1193 #define MSGTR_AO_SDL_DriverInfo "[AO SDL] using %s audio driver.\n" 1193 #define MSGTR_AO_SDL_DriverInfo "[AO SDL] using %s audio driver.\n"