-
Cutting brngs video upside down
Hello community,
I am relatively new to ffmpeg and all that, so please be little patient with me.
I do have an avi file, which contains a video and an audio track, which is rougly about 5min long. I now want to extract 5seconds from that whole stream. I enter the command:ffmpeg -sameq -ss 00:00:10.540 -t 5 -i movie.avi -vcodec copy -acodec copy 5seconds.avi
The part and duration of that new video are correct, but the video is upside down. Why is that the case, can anybody please help me?
The machine this is running on is a WinXP Pro and the ffmpeg version I am using is SVN-r26292Thanks a lot
Best regards