Friday, October 04, 2002, 19:05:29, Alexandru Balan <[EMAIL PROTECTED]> wrote: > jay@xxx /mnt/cdrom$ mplayer Composite\ \(Oct\ 3\).vcr -ao null > Detected MPEG-PS file format! > MPEG: Bad sequence header extension! > Video: can't read properties
Incearca toate codecurile video stiute de mplayer: A=`mplayer -vc help 2>&1|egrep "^vc:" -n|cut -d: -f1` B=`mplayer -vc help 2>&1|wc -l` C=`mplayer -vc help 2>&1|tail -n$(($B-$A))|cut -d' ' -f1` for VC in $C; do echo "[$VC]"; mplayer -vc "$VC" -ao null "$1" &>/dev/null; done -- GZ --- Pentru dezabonare, trimiteti mail la [EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'. REGULI, arhive si alte informatii: http://www.lug.ro/mlist/
