mirror of
https://github.com/mpv-player/mpv
synced 2025-03-23 20:00:56 +00:00
-vc null is better than -hardframedrop -- hint by gabor <gabor@realtime.sk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6942 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f607a0cfb1
commit
c750b8ab2d
@ -97,8 +97,7 @@ static int init(int rate,int channels,int format,int flags){
|
||||
"PCM: Samplerate: %iHz Channels: %s Format %s\n",
|
||||
ao_outputfilename, (ao_pcm_waveheader?"WAVE":"RAW PCM"), rate,
|
||||
(channels > 1) ? "Stereo" : "Mono", audio_out_format_name(format));
|
||||
printf("PCM: Info: fastest dumping is achieved with -vo null "
|
||||
"-hardframedrop.\n"
|
||||
printf("PCM: Info: fastest dumping is achieved with -vc null -vo null\n"
|
||||
"PCM: Info: to write WAVE files use -waveheader (default); "
|
||||
"for RAW PCM -nowaveheader.\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user