Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] mencoder using cropping flag
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Uli Sing
Apprentice
Apprentice


Joined: 03 May 2010
Posts: 197
Location: MUC

PostPosted: Fri Feb 11, 2011 6:42 pm    Post subject: [solved] mencoder using cropping flag Reply with quote

Hallo Ihr Lieben,

Code:
mencoder infile.vob -vf crop=674:344:24:116 -ovc x264 -x264encopts crf=20 -nosound -o outfile.x264

produces junk. This is a new behaviour since mencoder did that well so far.

Code:
ffmpeg -i infile.vob -vf crop=674:344:24:116 -an -vcodec libx264 -vpre slow -crf 22 -threads 0 outfile.mp4

works.

Hm.

I must confess I'm at a loss...

MEncoder SVN-r32719-4.5.2

Is it a known issue?
Back to top
View user's profile Send private message
Uli Sing
Apprentice
Apprentice


Joined: 03 May 2010
Posts: 197
Location: MUC

PostPosted: Sat Mar 05, 2011 6:26 pm    Post subject: Reply with quote

To save this thread from sinking into the orcus of unanswered posts here the conclusion:

MEncoder SVN-r32999-4.5.2 is working as expected.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum