Add vflip note
parent
21f6d620ea
commit
1d468196c3
2
STR.md
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
|
||||
|
Loading…
Reference in New Issue
Block a user