Opened 12 years ago

Last modified 12 years ago

#2048 new defect

mencoder stops while creating a mp4 file with subtitles

Reported by: lnoferin@… Owned by: reimar
Priority: normal Component: mencoder
Version: unspecified Severity: major
Keywords: Cc: compn, lnoferin@…, marillat@…
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

You can see the full log in http://paste.debian.net/157404/ or in the attachment

Attachments (1)

mencoder-log.txt (2.3 KB ) - added by marillat@… 12 years ago.
Mencoder output log

Download all attachments as: .zip

Change History (12)

comment:1 by lnoferin@…, 12 years ago

Cc: lnoferin@… added

comment:2 by compn, 12 years ago

Cc: patriotact@… added

no attachment and url is 404.

comment:3 by lnoferin@…, 12 years ago

bug_file_loc: http://paste.debian.net/157967/

I hope now the log will be readable

comment:4 by compn, 12 years ago

your mencoder is 2 years old.

try upgrading.

comment:5 by lnoferin@…, 12 years ago

(In reply to comment #3)

your mencoder is 2 years old.

try upgrading.

Ok, I will try to upgrade.

The mencoder comes from debian mplayer package from debian-multimedia repository, branch sid: 3:1.0~rc4+svn20120216-0.0

by marillat@…, 12 years ago

Attachment: mencoder-log.txt added

Mencoder output log

comment:6 by marillat@…, 12 years ago

comment:7 by marillat@…, 12 years ago

Cc: marillat@… added

Hi,

This version isn't too old, only 15 days. The version return SVN-r34728.

I'm also able to reproduce this bug with SVN-r34771.

I use "divxenc -2p -p nq" and accept all defaults divxenc options.

See the mencoder log attached.

comment:8 by compn, 12 years ago

well -1 point to me for looking at the copyright year:
MPlayer SVN-r34771 (C) 2000-2010 MPlayer Team


instead of the svn revision.

why does it say 2000-2010 ???

comment:9 by compn, 12 years ago

why is -vc mpeg12 forced? does -vc ffmpeg12 work ?

libavcodec just switched from encode to encode2 , so probably mencoder needs to be fixed.

comment:10 by marillat@…, 12 years ago

(In reply to comment #7)

well -1 point to me for looking at the copyright year:
MPlayer SVN-r34771 (C) 2000-2010 MPlayer Team


instead of the svn revision.

why does it say 2000-2010 ???

Because the main problem is when you do a build outside a svn repository the version.sh script return UNKNOWN for the revision number.

So MP_TITLE is defined again in debian/rules

I forgot to update year copyright. Fixed now.

comment:11 by marillat@…, 12 years ago

(In reply to comment #8)

why is -vc mpeg12 forced? does -vc ffmpeg12 work ?

No, same problem with -vc ffmpeg12 :

e.g. -vf spp,scale instead of -vf spp.
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
videocodec: libavcodec (720x576 fourcc=30355844 [DX50])
[VE_LAVC] High quality encoding selected (non-realtime)!
avcodec init failed (ctx->codec->encode == NULL)!
FATAL: Cannot initialize video driver.
[mpegvideo @ 0x8aaf8e0]ac-tex damaged at 11 7
[mpegvideo @ 0x8aaf8e0]Warning MVs not available
[mpegvideo @ 0x8aaf8e0]concealing 1305 DC, 1305 AC, 1305 MV errors

Note: See TracTickets for help on using tickets.