Page 1 of 1

Prevent resizing video when repeating file

Posted: 12 Feb 2010 17:32
by tarmsaft
I and many others would like to know how to retain the video size when repeating a video file. It appears to be a common "problem"/question.
In short, the video should open in original resolution/size but stay in the current size when repeating (looping). Eg. if I drag and resize the window during playback it should stay that way when repeating the video.

Now, is there a way to achieve this result with given setting options in vlc? I have not found any combination of settings that gives the desired results. I am currently using version 1.0.5.

viewtopic.php?f=14&t=52762&p=197673&hil ... at#p197673
viewtopic.php?f=14&t=70857
viewtopic.php?f=2&t=3457&p=10593&hilit= ... eat#p10593
viewtopic.php?f=2&t=65679&p=218966&hili ... at#p218966

If not possible with current settings, could you implement such a feature? As The DJ state in one of the posts, you can see the quote below, it might not be implemented. I would say that;
1. It is a highly sought after feature. There are probably more threads but these should be enough to prove my point.
2. Why does it have to complicate things? Is there any problems in adding a checkbox Do not resize video when repeating option and make a snippet of code that compares the hash of current file with next file if both the Do not resize video when repeating and the Repeat current item are checked.

The DJ:
It wouldn't be logical. VLC does not know what kind of file you are playing. it does not know that you have selected to repeat the file. It sees "he new file". So it opens it at the correct and original size and aspect ratio. As far as i can see this is a good thing and not something we want to complicate by adding a special check on the playlist from the input core for this rare case. As long as it stays fullscreen when that is selected.

Re: Prevent resizing video when repeating file

Posted: 12 Feb 2010 18:40
by erwan10
Though this is not exactly what you describe, you can try the following on Windows and Linux (qt4 interface) with vlc1.0 or higher

in Preferences (first panel), modify the following parameters :
- uncheck "Resize interface to video size"
- select "Complete" as display mode

Make sure to stop and restart vlc for these parameters to take effect.

These parameters deactivate all automatic resizing. Only drawback may be that it doesn't automatically resize video to original size at all any longer. Is it really a problem ?

Erwan10

Re: Prevent resizing video when repeating file

Posted: 12 Feb 2010 20:48
by g30rge
nice timing for op's question.
thanks for answer, spot on.