ffmpeg makes my video go wierd

Asked by samuel

I was using ffmpeg to convert some videos recorded using gtk-recordMyDesktop, which are in the .ogv format first I used this command:

ffmpeg -i video.ogv -vcodec mpeg4 -sameq -acodec libmp3lame video.avi

However the outputted video.avi had random grey pixels all over it, movement was distorted, and the whole thing was very pixelated, I also tried the simple:

ffmpeg -i video.ogv video.avi, and it didn't work, any help much appreciated thankyou in advance

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu ffmpeg Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
samuel (samuel-h) said :
#2

Thankyou very much, it would appear that I need to get mencdoer not ffmpeg, I will do that now.

Revision history for this message
samuel (samuel-h) said :
#3

Thanks actionparsnip, that solved my question.