Add vflip note

ABelliqueux 2021-10-14 17:46:59 +02:00
parent 21f6d620ea
commit 1d468196c3

2
STR.md

@ -35,6 +35,8 @@ ffmpeg -i $INPUT.MKV -vcodec rawvideo -pix_fmt bgr24 -vf scale=320:240,setsar=1:
mencoder tmp.avi -ovc copy -o $OUTPUT.avi
```
**If your video is upside down after using these commands, add the `vflip` filter to the ffmpeg's '-vf' section; i.e : `-vf scale=320:240,setsar=1:1,vflip`**
### AVI to STR
#### Via the Graphic interface