Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564798 - media-video/mplayer-1.2 - mencoder is not able to convert mpeg2 to divx
Summary: media-video/mplayer-1.2 - mencoder is not able to convert mpeg2 to divx
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal major (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-03 12:14 UTC by Sebastian Heyn
Modified: 2015-11-10 15:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Heyn 2015-11-03 12:14:23 UTC
I use mencoder to convert a DVD to DIVX. This script has not been altered and I use the following mencoder command line
mplayer dvd://1 -dvd-device ... -dumpstream -dumpfile vid.m2v
mencoder vid.m2v -ovc lavc -lavcopts vcodec=mpeg4:vpass=1:v4mv:dia=4:trell:vmax_b_frames=2:vb_strategy=1:autoaspect -nosound  -ffourcc DX50 -o /dev/null
mencoder vid.m2v -ovc lavc -lavcopts vcodec=mpeg4:vpass=2:v4mv:dia=4:trell:vmax_b_frames=2:vb_strategy=1:autoaspect -nosound  -ffourcc DX50 -o video0.avi 


I havent used this for a while - so now I keep getting:

[mpeg2video @ 0xb6041400]get_buffer() failed (stride changed)
Error while decoding frame! 

My slackware test system (mplayer 1.1) doesnt have the issue but I cannot compile mplayer-1.1 due to some gentoo-bug.

Any ideas?

Reproducible: Always

Steps to Reproduce:
1.try to convert mpeg2
2.
3.
Actual Results:  
[mpeg2video @ 0xb6041400]get_buffer() failed (stride changed)
Error while decoding frame! 

Expected Results:  
converting the video