News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

test1.sh ffmpeg question

Started by Lodda, March 18, 2012, 13:10:33

Previous topic - Next topic

Lodda

Hey to All,
hopefully i will receive help here.I ahev some avi files. If i watch them via MVP with wellenvogel test1.sh the file starts and i can see it.
BUT in an wrong size (= no correct 16:9 View).
I tried to change the test1.sh and added in the ffmpeg line the switch -s 720x405 . As far as i know the -s switch changes the size of the video (is that right)?? Unfortunatly there was no change at all with this -s switch.
Does anybody knows an other solution to get the avi correctly resized (on the fly) ??

All the Best from Lodda

muellerph

Just reading the help infos.
I think you are searching for the -aspect 16:9 option, not -s. -s leave as 720x576.