[MPlayer-users] About - identify parameter with curly brackets ({})...
actr.d
liste at karzarar.com
Thu Aug 7 23:18:15 CEST 2008
Hello!
mplayer -quiet -really-quiet -identify
{ { "1.avi" } -loop 2 { "2.avi" } } -loop 2 // identify parameter DO work each loop
2 times 1.avi and once 2.avi file information is displayed.
below line diffrent works from above line.
mplayer -quiet -really-quiet -identify
{ "1.avi" -loop 2 "2.avi" } -loop 2 // identify parameter DON'T work each loop
once 1.avi and once 2.avi file information is displayed.
is it expected behavior or not ?
Thanks.
More information about the MPlayer-users
mailing list