Mercurial > mplayer.hg
comparison TOOLS/mencvcd @ 16970:50aebc84fe4e
-waveheader is deprecated, using -ao pcm:waveheader instead
author | reynaldo |
---|---|
date | Fri, 11 Nov 2005 01:39:54 +0000 |
parents | 835822ce4bb1 |
children | 8d2ec25b47ac |
comparison
equal
deleted
inserted
replaced
16969:c35e21308577 | 16970:50aebc84fe4e |
---|---|
354 # start de-/encoding | 354 # start de-/encoding |
355 if [ $burnonly -eq 0 ]; then | 355 if [ $burnonly -eq 0 ]; then |
356 # encode streams | 356 # encode streams |
357 if [ $mkstream -eq 1 ]; then | 357 if [ $mkstream -eq 1 ]; then |
358 # start mplayer | 358 # start mplayer |
359 command="mplayer -noframedrop -vo yuv4mpeg -ao pcm -waveheader -v -osdlevel 0 $sub $params" | 359 command="mplayer -noframedrop -vo yuv4mpeg -ao pcm:waveheader -v -osdlevel 0 $sub $params" |
360 echo "$command" | 360 echo "$command" |
361 $command & | 361 $command & |
362 | 362 |
363 # mjpegtools | 363 # mjpegtools |
364 ($denoise < $VIDEO | \ | 364 ($denoise < $VIDEO | \ |