[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to rotate ogg/theora video 90 degrees? (having to reencode is ok)



On Tue, 24 Aug 2010 20:40:47 +0300, Timo Juhani Lindfors wrote:

> Camaleón writes:
>> Have you tried by passing "-sameq" to ffmpeg? :-?
> 
> Thanks for the idea but if I use -sameq then
> 
> mplayer -ss 02:00 output.ogv
> 
> starts from the beginning of the video and not at 2 minutes in the
> video. If I don't use -sameq then this works. The difference in the
> output of mplayer -v shows
> 
> -Ogg stream length (granulepos): 4502 +Ogg stream length (granulepos): 0
> 
> so apparently this option breaks seeking completely?

Uh? Weird... :-?

"-sameq" just tries to use the same quality than original source :-?

Anyway, I guess mencoder can rotate the video just in one step (without 
needing "ffmpeging"), have you tried to...?

***
mencoder 1050_Lightning_talk_Redirecting_require.ogv -oac pcm -ovc lavc -lavcopts vcodec=mjpeg -vf scale=320:240,rotate=1 -o output.ogv
***

Greetings,

-- 
Camaleón


Reply to: