mirror of
https://github.com/mpv-player/mpv
synced 2025-02-28 03:10:55 +00:00
More useful example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3252 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ec56759d68
commit
2549868664
@ -49,11 +49,11 @@ Configuring:
|
||||
|
||||
You can tune up some parameters with using following trick:
|
||||
echo "parameter=value">/dev/radeon_vid
|
||||
Example:
|
||||
echo "double_buff=on">/dev/radeon_vid
|
||||
Example (disables adaptive deinterlacing):
|
||||
echo "deinterlace=off">/dev/radeon_vid
|
||||
|
||||
To know more about these parameters - try read /dev/radeon_vid file ;)
|
||||
Note: don't use 'cat' since it cab catch EOF during reading such files.
|
||||
Note: don't use 'cat' since it can detect EOF during reading such files.
|
||||
(I use midnight commander for that ;)
|
||||
|
||||
Note:
|
||||
|
Loading…
Reference in New Issue
Block a user