Fórum Root.cz
Hlavní témata => Software => Téma založeno: Papek 11. 09. 2016, 12:55:47
-
Je možné nějak nastavit VLC, aby ve fullscreen byl obraz každého přehrávaného videa automaticky roztažen tak, aby úplně zaplnil celý display?
-
vlc -f videosoubor
-
Případně
--autoscale
, ale to je defaultně zapnutý, tak nevím, co chceš dosáhnout
-
vlc -f videosoubor
Toto mi pouze spustí video ve fullscreen - má to ale nějaký poměr stran, takže to není přes celou obrazovku. To s --autoscale taky nezabírá.
-
Je možné nějak nastavit VLC, aby ve fullscreen byl obraz každého přehrávaného videa automaticky roztažen tak, aby úplně zaplnil celý display?
Použijet video scaling filter
Video scaling filter
Crop:
--croppadd-croptop=<integer [0 .. 2147483647]>
Pixels to crop from top
Number of pixels to crop from the top of the image.
--croppadd-cropbottom=<integer [0 .. 2147483647]>
Pixels to crop from bottom
Number of pixels to crop from the bottom of the image.
--croppadd-cropleft=<integer [0 .. 2147483647]>
Pixels to crop from left
Number of pixels to crop from the left of the image.
--croppadd-cropright=<integer [0 .. 2147483647]>
Pixels to crop from right
Number of pixels to crop from the right of the image.
Padd:
--croppadd-paddtop=<integer [0 .. 2147483647]>
Pixels to padd to top
Number of pixels to padd to the top of the image after cropping.
--croppadd-paddbottom=<integer [0 .. 2147483647]>
Pixels to padd to bottom
Number of pixels to padd to the bottom of the image after cropping.
--croppadd-paddleft=<integer [0 .. 2147483647]>
Pixels to padd to left
Number of pixels to padd to the left of the image after cropping.
--croppadd-paddright=<integer [0 .. 2147483647]>
Pixels to padd to right
Number of pixels to padd to the right of the image after cropping.
-
nojo, ty chces zmenit aspect ratio asi?
aspect ratio si ale budes muset vypocitat podle monitoru --aspect-ratio=16:10
pak budou ale obrazky deformovany
nebo orezat, pak bude kus obrazku chybet, jak radi Novy