Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#41 | Link | |
|
Registered User
Join Date: Jul 2008
Posts: 576
|
Quote:
![]() There is a little annoyance though: I have added ColorMatrix to the filters and I have added a line to the INI like this: Code:
Before Resize=ColorMatrix(mode="Rec.709->Rec.601") Code:
ColorMatrix(mode |
|
|
|
|
|
|
#42 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
|
thanks, fixed
now use the # as separator so the microx264.ini can be like this Code:
Encoding Mode=2 pass Preset=ultrafast Tuning=Film Bitrate=1500 Audio Codec=Aac Audio Quality=50 Normalize=1 Custom x264=--subme 3 MT Mode=1 MT Value=2,0 Resizer=PointResize Before Resize#ColorMatrix(mode="Rec.709->Rec.601") After Resize#
__________________
HDConvertToX: your tool for BD backup MultiX264: The quick gui for x264 AutoMen: The Mencoder GUI AutoWebM: supporting WebM/VP8 |
|
|
|
|
|
#44 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
|
sorry pal.. why this request ?
decoding is done via DSS.. BHH
__________________
HDConvertToX: your tool for BD backup MultiX264: The quick gui for x264 AutoMen: The Mencoder GUI AutoWebM: supporting WebM/VP8 |
|
|
|
|
|
#45 | Link |
|
Unregistered User
Join Date: Mar 2002
Location: Bulgaria
Posts: 98
|
Open D2V, crop doesn't do anything. Preview shows this output from avisynth: The script return value is not a video clip. When I removed the last two lines from preview.avs I can play it in MPC.
last = isRGB(last) ? ConvertToYV12(last) : last <= remove last = isYUY2(last) ? ConvertToYV12(last) : last <= remove autocrop.avs: There is no function named autocrop?
__________________
my subtitle site |
|
|
|
|
|
#46 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
|
please put autocrop.dll in \filters folder
i missed it will put it in next full package BHH
__________________
HDConvertToX: your tool for BD backup MultiX264: The quick gui for x264 AutoMen: The Mencoder GUI AutoWebM: supporting WebM/VP8 |
|
|
|
|
|
#47 | Link |
|
Registered User
Join Date: Jul 2008
Posts: 576
|
Not for MPEG2.
FFMS2 is used for the video (VOB and DVB captures) and DSS for the audio which leads to huge A/V sync problems. Or is there a way to force the use of DSS ? Because with FFMS2 and interlaced material bobbed with Yadif mode=1 the video is playing at like half speed. With Yadif mode=0 I'm getting the right speed but it's out of sync with the audio by several seconds. |
|
|
|
|
|
#48 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
|
understand
please update microx264.exe and add in microx264.ini this line Code:
Force DSS=1
__________________
HDConvertToX: your tool for BD backup MultiX264: The quick gui for x264 AutoMen: The Mencoder GUI AutoWebM: supporting WebM/VP8 |
|
|
|
|
|
#49 | Link |
|
Registered User
Join Date: Jul 2008
Posts: 576
|
I did that and now I'm getting this error:
Code:
Avisynth error: I don't know what "movie" means (F:\HAM\MicroX264.avs, line 13) |
|
|
|
|
|
#50 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
|
thanks, fixed.
please update microx264 BHH
__________________
HDConvertToX: your tool for BD backup MultiX264: The quick gui for x264 AutoMen: The Mencoder GUI AutoWebM: supporting WebM/VP8 |
|
|
|
|
|
#51 | Link |
|
Registered User
Join Date: Jul 2008
Posts: 576
|
DSS is now working fine
![]() However I still have a problem with MPEG2 interlaced sources when using Yadif in mode=1. The resulting files are playing at half speed even though they are at 50 FPS as expected. They also show a duration which is the double of the source file one. Encoding of MicroX264.avs from the temporary folder directly with x264 is making correct files. Code:
x264 -o test.mp4 MicroX264.avs |
|
|
|
|
|
#53 | Link |
|
Registered User
Join Date: Jul 2008
Posts: 576
|
queue.bat :
Code:
"F:\Test\MicroX264\application\avs2yuv.exe" "F:\HAM\MicroX264.avs" - | "F:\Test\MicroX264\application\x264.exe" - --stdin y4m --crf 22 --threads auto --thread-input --preset slower --tune film --subme 10 --merange 32 --weightp 1 --output "F:\HAM\MicroX264.h264" "F:\Test\MicroX264\application\wavi.exe" "F:\HAM\MicroX264.avs" - | "F:\Test\MicroX264\application\neroaacenc.exe" -if - -q 0.50 -ignorelength -of "F:\HAM\MicroX264.mp4" "F:\Test\MicroX264\application\mp4box.exe" -add "F:\HAM\MicroX264.h264" -fps 25.000 -add "F:\HAM\MicroX264.mp4" "F:\HAM_MX.mp4" And using a more detailled view in MediaInfo has shown me this from the final file: Code:
Frame rate mode : Constant Frame rate : 25.000 fps Original frame rate : 50.000 fps Code:
F:\HAM\MicroX264.avs: 704x400, 50 fps, 864 frames yuv4mpeg: 704x400@50/1fps, 0:0 Last edited by Brazil2; 18th December 2009 at 20:55. |
|
|
|
|
|
#54 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
|
update microx264
added support for HDConvertToX_profile.txt just put it in the same folder as microx264.exe BHH
__________________
HDConvertToX: your tool for BD backup MultiX264: The quick gui for x264 AutoMen: The Mencoder GUI AutoWebM: supporting WebM/VP8 |
|
|
|
|
|
#55 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
|
@Brazil2
fixed please try the new package. now if microx264 find yadif and mode=1 in "Before Resize" will double the fps for muxing @All new full package with X264.exe supporting LAVF changelog lots of hints added support for DGI input if using avs2yuv and in Bitrate is present a M (like 700M), MicroX264 will automatically compute the bitrate to achive 700 mb final size BHH
__________________
HDConvertToX: your tool for BD backup MultiX264: The quick gui for x264 AutoMen: The Mencoder GUI AutoWebM: supporting WebM/VP8 Last edited by buzzqw; 13th January 2010 at 08:54. |
|
|
|
|
|
#56 | Link |
|
Registered User
Join Date: Apr 2005
Location: San Diego, CA
Posts: 90
|
The download link in the first post of the thread is incorrect, it should be: http://www.64k.it/andres/data/microx...0.1.19.284.rar
|
|
|
|
|
|
#59 | Link |
|
Registered User
Join Date: Feb 2002
Location: Borås, Sweden
Posts: 492
|
"64bit ready" - Does this mean I can replace the x264.exe file with a 64-bit version when I am using 64-bit Windows 7?
Or are all the supplied exe-files already 64-bit versions?
__________________
Ronny |
|
|
|
|
|
#60 | Link |
|
HDConvertToX author
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
|
you can replace x264.exe with x264.exe at 64bit
BHH
__________________
HDConvertToX: your tool for BD backup MultiX264: The quick gui for x264 AutoMen: The Mencoder GUI AutoWebM: supporting WebM/VP8 |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|