MediaCoder FullEdition 0.7.0.4398 2pass x264 bug

Bug report and feature request
Post Reply
Vboy
Amateur
Amateur
Posts: 46
Joined: Sat Dec 22, 2007 12:17 pm

MediaCoder FullEdition 0.7.0.4398 2pass x264 bug

Post by Vboy » Sat May 16, 2009 6:27 am

There is a bug in MediaCoder FullEdition 0.7.0.4398 where it doesn't transcode when i use 2pass with x264

After the first pass the encoder stops and gives this message

Image

Os : Vista x86 SP1

Here is the x264 setting i am using and container is MP4

Code: Select all

# ".\codecs\x264.exe" "$(SourceFile)" --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 40 --me umh --merange 16  --no-fast-pskip  --non-deterministic --ref 8 --subme 8 --partitions all --8x8dct --bframes 15 --direct auto --mixed-refs --trellis 2 --b-pyramid --weightb --deblock 1:1 --bitrate $(VideoBitrate) --qcomp 0.6 --threads auto  --stats "$(PassLogFile)" --pass 1 -o NUL

# ".\codecs\x264.exe" "$(SourceFile)" --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 40 --me umh --merange 16  --no-fast-pskip  --non-deterministic --aq-mode 1 --aq-strength 1.0 --b-adapt 2 --ref 8 --subme 8 --psy-rd 1:1 --partitions all --8x8dct --bframes 15 --direct auto --mixed-refs --trellis 2 --b-pyramid --weightb --deblock 1:1 --bitrate $(VideoBitrate) --qcomp 0.6 --threads auto  --stats "$(PassLogFile)" --pass 2 -o "$(DestFile)"
Audio : Nero He2

Code: Select all

.\codecs\neroAacEnc.exe -hev2 -br 64000 -if "$(SourceFile)" -of "$(DestFile)"
I tried changing the settings but still the same results.
It works in Bitrate & Quality based mode, but not in Two-Pass mode.

Also tried older versions (stable versions 0.6.2.4275 & 0.6.1.4045) and still the same result.

Here is the info of a sample 720P video i am trying to convert.

Code: Select all

General
Complete name                    : D:\720P HD.mkv
Format                           : Matroska
File size                        : 36.4 MiB
Duration                         : 1mn 29s
Overall bit rate                 : 3 425 Kbps
Encoded date                     : UTC 2009-05-09 00:49:55
Writing application              : mkvmerge v2.6.0 ('Kelly watch the Stars') built on Mar 24 2009 15:23:17
Writing library                  : libebml v0.7.7 + libmatroska v0.8.1
Cover                            : Yes / Yes

Video
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : Main@L5.0
Format settings, CABAC           : Yes
Format settings, ReFrames        : 16 frames
Muxing mode                      : Container profile=Unknown@5.0
Codec ID                         : V_MPEG4/ISO/AVC
Duration                         : 1mn 29s
Bit rate                         : 3 227 Kbps
Width                            : 1 280 pixels
Height                           : 720 pixels
Display aspect ratio             : 16/9
Frame rate                       : 23.976 fps
Resolution                       : 24 bits
Colorimetry                      : 4:2:0
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.146
Stream size                      : 34.3 MiB (94%)
Title                            : 720P HD
Language                         : English

Audio
ID                               : 2
Format                           : Vorbis
Format settings, Floor           : 1
Codec ID                         : A_VORBIS
Duration                         : 1mn 29s
Bit rate mode                    : Constant
Bit rate                         : 128 Kbps
Channel(s)                       : 2 channels
Sampling rate                    : 48.0 KHz
Video delay                      : 8ms
Stream size                      : 1.36 MiB (4%)
Title                            : 2.0 Vorbis
Writing library                  : aoTuV Beta 4.51 (UTC 2005-11-17)
Language                         : English

Text #1
ID                               : 3
Format                           : ***
Codec ID                         : S_TEXT/***
Codec ID/Info                    : Advanced Sub Station Alpha
Title                            : ***
Language                         : English

Text #2
ID                               : 4
Format                           : UTF-8
Codec ID                         : S_TEXT/UTF8
Codec ID/Info                    : UTF-8 Plain Text
Title                            : SRT
Language                         : English
Just to make sure that there is no problems with the original videos, i tried encoding them with RipBot264 and it worked perfectly. And most of the source videos are 1280x720 mkv files.

Stanley please fix this :)

stanley
Site Admin
Site Admin
Posts: 4135
Joined: Mon May 15, 2006 7:43 pm
Location: Sydney

Re: MediaCoder FullEdition 0.7.0.4398 2pass x264 bug

Post by stanley » Sat May 16, 2009 5:35 pm

Can you confirm:

1. whether you can do 1-pass transcoding with your settings
2. whether you can do 2-pass transcoding with default settings
When things work together, things work.

Vboy
Amateur
Amateur
Posts: 46
Joined: Sat Dec 22, 2007 12:17 pm

Re: MediaCoder FullEdition 0.7.0.4398 2pass x264 bug

Post by Vboy » Sat May 16, 2009 8:00 pm

Yup i can do 1 pass (bitrate based) transcoding with my settings (predictor frames=8, etc.)

The 2-pass transcoding works when i use the default setting (predictor frames=1, etc.) , but produces the error 14 when i use my setting (predictor frames=8, etc.).

Also i just downloaded 0.7.0.4399, and unfortunately the same problem :(

Post Reply