by prempujari » Sun Apr 04, 2010 10:14 pm
Ok, here is the thing.
I have made a BAT file that sort of works as a playlist from the DOS prompt. In the sense that it plays certain portions of a couple of video files for a certain time and then moves on to the next file.
This BAT file is a long list of commands that go like this
mplayer -ss 0:26:52.9 -endpos 0:06:00.00 "filename"
Only the filename, time and length changes.
I am only doing it this way as I don't know how to do it from graphic mode smplayer.
Now when I play each file independently from a DOS window I can adjust brightness, saturation, hue etc. just fine. But these controls do not work when I execute the BAT file.
The only way I can adjust these controls is from the 3rd party's (NVIDIA) control panel.