User User name Password  
   
Friday 8.11.2024 / 20:44
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > software, operating systems and more > windows - software discussion > megui blackscreen error
Show topics
 
Forums
Forums
MeGui Blackscreen Error
  Jump to:
 
Posted Message
mansion69
Newbie
_
21. May 2011 @ 08:53 _ Link to this message    Send private message to this user   
Hi, I started encoding with megui and everything worked perfectly. Then I made a slowmotion script and since I used this megui stops encoding after about 10000 frames. It then rapidly finishs the project with like 100frames per second.
When I then watch my slowmotion movie it is fine till the part that megui stopped encoding, from then on the movie is just blackscreen.
I cant find the bug/error in the log file... but hopefully you can
This is my script:
MPEG2Source("MOVIENAME.d2v",cpu=0)
AssumeTFF()
yadifmod(mode=1, edeint=nnedi2(field=-2))
Crop(8,8,-8,-8)
super = MSuper(pel=2)
backward_vec = MAnalyse(super, overlap=4, isb = true, search=3)
forward_vec = MAnalyse(super, overlap=4, isb = false, search=3)
MFlowFps(super, backward_vec, forward_vec, num=4*FramerateNumerator(last), \
den=FramerateDenominator(last))

LOG:
[Information] [21-May-11 2:05:28 PM] Started handling job
[Information] [21-May-11 2:05:28 PM] Preprocessing
[Information] [21-May-11 2:05:28 PM] Avisynth input script
- [NoImage] MPEG2Source("MOVIENAME.d2v",cpu=0)
- [NoImage] AssumeTFF()
- [NoImage] yadifmod(mode=1, edeint=nnedi2(field=-2))
- [NoImage] Crop(8,8,-8,-8)
- [NoImage] super = MSuper(pel=2)
- [NoImage] backward_vec = MAnalyse(super, overlap=4, isb = true, search=3)
- [NoImage] forward_vec = MAnalyse(super, overlap=4, isb = false, search=3)
- [NoImage] MFlowFps(super, backward_vec, forward_vec, num=4*FramerateNumerator(last), \
- [NoImage] den=FramerateDenominator(last))
[Information] [21-May-11 2:05:28 PM] Job commandline: "C:\Program Files (x86)\megui\tools\x264\vfw4x264.exe" --crf 16.0 --deblock -3:-3 --bframes 6 --b-adapt 2 --ref 5 --qpmin 10 --qpmax 51 --merange 24 --me umh --direct auto --subme 8 --partitions all --trellis 2 --no-dct-decimate --sar 40/33 --output "C:\MOVIENAME" "C:\MOVIENAME.avs"
[Information] [21-May-11 2:05:28 PM] Encoding started
[Information] [21-May-11 2:13:24 PM] Standard output stream
[Information] [21-May-11 2:13:24 PM] Standard error stream
-[NoImage] raw [info]: 704x464p 40:33 @ 240000/1001 fps (cfr)
-[NoImage] x264 [info]: using SAR=40/33
-[NoImage] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64
-[NoImage] x264 [info]: profile High, level 4.2
-[NoImage]
-[NoImage] x264 [info]: frame I:63 Avg QP:13.96 size: 29475
-[NoImage] x264 [info]: frame P:8943 Avg QP:20.14 size: 3930
-[NoImage] x264 [info]: frame B:6711 Avg QP:22.09 size: 1476
-[NoImage] x264 [info]: consecutive B-frames: 39.1% 11.6% 4.2% 40.0% 3.8% 1.3% 0.0%
-[NoImage] x264 [info]: mb I I16..4: 35.2% 59.2% 5.5%
-[NoImage] x264 [info]: mb P I16..4: 0.0% 0.5% 0.0% P16..4: 19.7% 9.8% 3.0% 0.1% 0.1% skip:66.8%
-[NoImage] x264 [info]: mb B I16..4: 0.0% 0.0% 0.0% B16..8: 32.1% 3.2% 0.6% direct: 2.4% skip:61.6% L0:26.8% L1:57.5% BI:15.7%
-[NoImage] x264 [info]: 8x8 transform intra:73.3% inter:54.9%
-[NoImage] x264 [info]: direct mvs spatial:99.9% temporal:0.1%
-[NoImage] x264 [info]: coded y,uvDC,uvAC intra: 77.6% 73.8% 52.8% inter: 13.9% 13.0% 4.9%
-[NoImage] x264 [info]: i16 v,h,dc,p: 90% 1% 3% 6%
-[NoImage] x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10% 10% 9% 8% 13% 12% 14% 11% 14%
-[NoImage] x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12% 7% 3% 7% 17% 14% 17% 10% 12%
-[NoImage] x264 [info]: i8c dc,h,v,p: 56% 17% 12% 14%
-[NoImage] x264 [info]: Weighted P-Frames: Y:0.1% UV:0.0%
-[NoImage] x264 [info]: ref P L0: 65.3% 16.3% 12.9% 2.4% 2.7% 0.4%
-[NoImage] x264 [info]: ref B L0: 92.2% 6.9% 0.7% 0.2%
-[NoImage] x264 [info]: ref B L1: 96.1% 3.9%
-[NoImage] x264 [info]: kb/s:5724.34
-[NoImage] encoded 15717 frames, 33.06 fps, 5724.43 kb/s
[Information] Final statistics
-[Information] [21-May-11 2:13:24 PM] Constant Quality Mode: Quality 16 computed...
-[Information] [21-May-11 2:13:24 PM] Video Bitrate Obtained (approximate): 5737 kbit/s
[Information] [21-May-11 2:13:24 PM] Postprocessing
-[Information] Deleting intermediate files
[Information] [21-May-11 2:13:24 PM] Job completed

As small movies work with megui my solution was that I split up the movie in small parts, encoded them with megui and merged them together with mkvtools.. but this sucks and takes way too much time.
Does anybody have an idea how that blackscreen happend or a better solution?
thanks

This message has been edited since posting. Last time this message was edited on 21. May 2011 @ 09:41

mansion69
Newbie
_
21. May 2011 @ 11:47 _ Link to this message    Send private message to this user   
I reinstalled everything and it worked now... lol
afterdawn.com > forums > software, operating systems and more > windows - software discussion > megui blackscreen error
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2024 by AfterDawn Ltd.

  IDG TechNetwork