comparison help/help_mp-en.h @ 16813:b0880e80e5a4

-vc null -vo null is not the fastest way to dump...
author diego
date Thu, 20 Oct 2005 00:08:09 +0000
parents e8148dd5691c
children c0d1b69bf96e
comparison
equal deleted inserted replaced
16812:4c5d08271b32 16813:b0880e80e5a4
1016 // ao_null.c 1016 // ao_null.c
1017 // This one desn't even have any mp_msg nor printf's?? [CHECK] 1017 // This one desn't even have any mp_msg nor printf's?? [CHECK]
1018 1018
1019 // ao_pcm.c 1019 // ao_pcm.c
1020 #define MSGTR_AO_PCM_FileInfo "[AO PCM] File: %s (%s)\nPCM: Samplerate: %iHz Channels: %s Format %s\n" 1020 #define MSGTR_AO_PCM_FileInfo "[AO PCM] File: %s (%s)\nPCM: Samplerate: %iHz Channels: %s Format %s\n"
1021 #define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: fastest dumping is achieved with -vc null -vo null\nPCM: Info: to write WAVE files use -ao pcm:waveheader (default).\n" 1021 #define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: Faster dumping is achieved with -vc null -vo null\nPCM: Info: to write WAVE files use -ao pcm:waveheader (default).\n"
1022 #define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Failed to open %s for writing!\n" 1022 #define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Failed to open %s for writing!\n"
1023 1023
1024 // ao_sdl.c 1024 // ao_sdl.c
1025 #define MSGTR_AO_SDL_INFO "[AO SDL] Samplerate: %iHz Channels: %s Format %s\n" 1025 #define MSGTR_AO_SDL_INFO "[AO SDL] Samplerate: %iHz Channels: %s Format %s\n"
1026 #define MSGTR_AO_SDL_DriverInfo "[AO SDL] using %s audio driver.\n" 1026 #define MSGTR_AO_SDL_DriverInfo "[AO SDL] using %s audio driver.\n"