Stanley i found your X264 settings bug and more

Bug report and feature request
Post Reply
CruNcher
Amateur
Amateur
Posts: 20
Joined: Wed Jun 14, 2006 7:57 am

Stanley i found your X264 settings bug and more

Post by CruNcher » Sat Jul 08, 2006 7:23 am

just test the settings for "Fullpixel motion estimation algorithm" im sure you gonna find it then ;) it's the answer to the bug i described in my earlier post hope you gonna finaly fix this now :)

did you found a solution on how to make the Crop Window from the Mplayer instance resizeable by 50% to avoid problems with Video Sizes bigger as the Display Resolution especialy HDTV resolutions ?

you should also check your temporary save system seems it fails to save raw ouptut (only) (im sure thats also why alot of people get the Nothing Transcoded window)

# ".\mplayer\mencoder.exe" "C:\Silent_Hill.ts" -vf crop=1920:816::132 -of rawvid
eo -ovc x264 -x264encopts qcomp=0.60:level_idc=41:dct_decimate:bframes=2:keyint=
250:keyint_min=18:frameref=2:qp_min=15:qp_max=51:qp_step=2:qp_constant=26:cabac:
direct_pred=3:weight_b:i4x4:i8x8:b8x8mv:8x8mv:no4x4mv:8x8dct:nomixed_refs:nobrdo
:trellis=0:nobime:nofast_pskip:threads=1:bitrate=8000:me=1:me_range=16:subq=2 -n
osound -o "C:\Programme\video\MediaCoder\temp\Silent_Hill.ts.264"

this fails for me it gets encoded (it seems so i can see the frames being encoded in the console window) but i get the Nothing Transcoded window @ the end

C:\Programme\video\MediaCoder\temp\Silent_Hill.ts.264 <- the file gets created and grows but @ the end it's deleted and not put into the output folder

and another problem when saving into .mp4 you miss to give it the correct FPS @ muxing input of this is 23.976 fps this is what Mediacoder does when caling mp4box

# ".\tools\mp4box.exe" -add "C:\Programme\video\MediaCoder\temp\Silent_Hill.ts.
264"#video "C:\Silent_Hill.mp4"

Adjusting AVC SizeLength to 16 bits
AVC-H264 import - frame size 1920 x 816 at 25.000 FPS
Adjusting AVC SizeLength to 24 bits
Import results: 3597 samples - Slices: 133 I 2198 P 1266 B - 1 SEI - 86 IDR
Saving to C:\Silent_Hill.mp4: 0.500 secs Interleaving

you see the problem it gets saved as the standard mp4box PAL framerate that is wrong you have to set the correct fps that's coming from mplayer or mencoder and not the standard fps

fluor
Amateur
Amateur
Posts: 16
Joined: Sat Aug 19, 2006 6:00 am

Post by fluor » Wed Oct 18, 2006 5:34 am

I hereby bump this, since no developer has answered this serious issue.

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

Post by stanley » Wed Oct 18, 2006 12:14 pm

The two issues are already fixed quite some time ago. :wink:
When things work together, things work.

Post Reply