Log in

View Full Version : MeGUI: bug reports and feature requests


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147

rapscallion
25th January 2011, 21:59
IGNORE THIS POST !

@zathor
There is a problem now with the bitrate calculator tool oversizing .

I don't know when exactly it started because I apply every update.
However, this from the changelog when going to the svn builds : " improved M2TS bitrate calculation. Patch by Selur"

Example: previously, when calculating a *.mt2s video , BD-25 (2h 4m 29s) with DTS audio ( 3840 bitrate) results were a video bitrate @ 20,889. (when encoded and muxed to bd structure, Imageburn showed 96% size-perfect)

Now, using the same figures, the calculator indicates a too high bitrate @ 21,530. No longer fits on a bd-25.
What files do I need to revert back to the previous ver of the tool ? Thanks

Zathor
25th January 2011, 22:09
You have to go back to core build 1897 or earlier. Btw the new formula is for other kind of streams better than before. You can follow the discussion here: http://forum.doom9.org/showthread.php?t=158828

rapscallion
25th January 2011, 22:41
Thanks Zathor, however, I screwed up in my example.

After looking further, the problem is with the movie that I'm trying to re encode.
For some reason, this particular film (T3) has the same BR as the calculator, for a file size 2gb larger.
I'll just have to use a lower br for this film.

Just one of those quirks. In any event, false alarm, the calculator works just fine when I compared to other encodes I had on hand.

Zathor
26th January 2011, 00:03
In all of my own tests the result was better with the new calculation - but of course I have tested only a few combinations. But as you can see in the other thread there are still some things to be sorted out.

yetanotherid
28th January 2011, 00:28
Well MeGUI is now my favourite encoder GUI, but one option would make my day....
Any chance of a future MeGUI version having an option to tell it to default to the appropriate non-ITU resize method rather than defaulting to the ITU resize method? I'm forever forgetting to change it.
Thanks.

Sharktooth
28th January 2011, 17:47
yes, it's possible. please make a feature request on the feature request tracker at the megui project page on sourceforge.
it requires a SF account but registering is easy.

Zathor
29th January 2011, 17:52
1927 [HD Streams Extractor] fixed processing of joined input files. Bug #3164153
1926 [FFMSIndexer] improved audio track number detection. Bug #3165894
1925 [Settings] added option to ensure correct playback speed while playing the video preview (defaults to disabled)
1924 [VideoPlayer] fixed invisible video pixels at the right (7) and bottom (1). Bug #3164635
added 1:1 video preview. Feature request #3164305
some adjustments
1923 [AVS Script Creator] new video player will be started with previewing the middle of the video
1922 [Update] deprecated update cache files will be deleted 60 days after they have been downloaded
1921 [pre-rendering job] fixed a problem introduced in 1916

Lighto
29th January 2011, 18:16
@Zathor
Thanks for the updates!:)


Anyways, AVS Script for audio generated after indexing using FFMSIndexer doesn't auto load into the audio input tab any more, is it meant to work this way?
Also FFMSIndexer doesn't index .avi anymore.

Zathor
29th January 2011, 18:21
AVS Script for audio generated after indexing using FFMSIndexer doesn't auto load into the audio input tab any more, is it meant to work this way?
Also FFMSIndexer doesn't index .avi anymore.
Both things work for me.

Lighto
29th January 2011, 18:33
Both things work for me.

I am having the auto load problem with the same sample I posted at SF.
http://www.mediafire.com/?eej8xau8ekd8y8h

The main problem is that the file name of the AVS generated is sample.mkv_track_0_japanese.avs and doesn't auto load I think.

The .avi problem only appears when indexing .avi with audio with 6 channels I believe.

I will post a log regarding the .avi issue soon.

Edit: It would seems that either my source or ffmsindex is the one with the problem.
Sorry for the false alarm, Zathor.

Edit 2: I think this is a insignificant GUI bug.
If I maximize MeGUI and exit it, then open it again, MeGUI starts up in restore down mode but in maximized screen size.

Edit 3: Ignore about the GUI part, I just remembered it was someone's feature request to remember the size when MeGUI exits.

P/S: Good job with the new video player!:thanks:

AMED
29th January 2011, 22:09
Is anybody else getting corruption when playing back encodes with the 1882 build of x264?
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\ffms\ffms2.dll")
FFVideoSource("D:\Bluray Backup\MainMovie\BR - THE_WOLFMAN\THE_WOLFMAN.mkv")
#deinterlace
crop( 0, 20, 0, -20)

LanczosResize(1280,688) # Lanczos (Sharp)
super = MSuper(pel=2, sharp=1)
backward_vec1 = MAnalyse(super, isb = true, delta = 1, overlap=4)
forward_vec1 = MAnalyse(super, isb = false, delta = 1, overlap=4)
MDegrain1(super, backward_vec1,forward_vec1,thSAD=400)

http://piczasso.com/i/thumbs/tqueu.png (http://piczasso.com/i/tqueu.png)

program --level 4.1 --preset veryslow --crf 19.0 --tune film --output "output" "input"

I'm using MPC-HC v1.4.2800.0 and DXVA, my previous encodes with x264 build 1867 play fine with the same settings as above.

EDIT: A quick test with the same avs script and plugins and encoder settings with build 1867 shows no corruption.

http://piczasso.com/i/thumbs/uw7gc.png (http://piczasso.com/i/uw7gc.png)

EDIT2: HERE (http://www.mediafire.com/?puo86m70uw9lez5) is a link to a Wolfman sample that causes the corruption.

EDIT3:
Already found and fixed in r1884.

flebber
30th January 2011, 00:23
One Click encoder fails with mkv input and ffms. Its error says there aren't enough useful sections, there should be. This is a plain encode no filters just xbox360 prfile and nero lc selected.

This is the input.
General
Unique ID : 335696709110900084589759166846658070291 (0xFC8CD59D4355E0DB1CD59AF7ADE2C713)
Complete name : C:\Video\ROBIN_WILLIAMS\title00.mkv
Format : Matroska
File size : 3.67 GiB
Duration : 1h 22mn
Overall bit rate : 6 366 Kbps
Encoded date : UTC 2011-01-06 23:04:10
Writing application : MakeMKV v1.6.3 win(x86-release)
Writing library : libmakemkv v1.6.3 (0.7.7/0.8.1) win(x86-release)

Video
ID : 1
Format : MPEG Video
Format version : Version 2
Format profile : Main@Main
Format settings, BVOP : No
Format settings, Matrix : Default
Codec ID : V_MPEG2
Codec ID/Info : MPEG 1 or 2 Video
Duration : 1h 22mn
Bit rate mode : Variable
Bit rate : 6 047 Kbps
Nominal bit rate : 9 800 Kbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 4:3
Frame rate : 25.000 fps
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.583
Stream size : 3.48 GiB (95%)
Language : English

Audio
ID : 2
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Codec ID : A_AC3
Duration : 1h 22mn
Bit rate mode : Constant
Bit rate : 192 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 113 MiB (3%)
Title : 2/0
Language : English

Menu
00:00:00.000 : en:Chapter 01
00:10:35.840 : en:Chapter 02
00:21:21.240 : en:Chapter 03
00:31:02.640 : en:Chapter 04
00:40:43.480 : en:Chapter 05
00:51:35.160 : en:Chapter 06
01:01:33.920 : en:Chapter 07
01:11:09.120 : en:Chapter 08
01:22:29.360 : en:Chapter 09



This is the encoder log.
[Error] Log
-[Information] Versions
--[Information] MeGUI Version : 1927 (svn)
--[Information] OS : Windows XP Professional x86 SP3 (5.1.196608.2600)
--[Information] Latest .Net Framework installed : 4.0 (4.0.30319)
--[Information] Avisynth Version : 2.5.8.5 (21/12/2008 9:46:54 PM)
-[Information] Update detection
--[Information] [30/01/2011 10:08:35 AM] Connecting to server: http://megui.org/auto/
--[Information] [30/01/2011 10:08:36 AM] There is 1 file that can be updated.
--[Information] [30/01/2011 10:08:40 AM] Updating dgindexnv. File 1/1.
--[Information] [30/01/2011 10:08:42 AM] Update completed
--[Information] [30/01/2011 10:08:42 AM] Files which have been sucessfully updated: 1
-[Error] Log for job2 (idx, title00.mkv -> title00.mkv.ffindex)
--[Information] [30/01/2011 10:12:26 AM] Started handling job
--[Information] [30/01/2011 10:12:26 AM] Preprocessing
--[Information] Job commandline: "C:\Rip\Megui\tools\ffms\ffmsindex.exe" -t -1 -f "C:\Video\ROBIN_WILLIAMS\title00.mkv"
--[Information] [30/01/2011 10:12:26 AM] Indexing started
--[Information] Standard output stream
--[Information] Standard error stream
--[Error] [30/01/2011 10:13:49 AM] Postprocessing
---[Error] OneClick postprocessor
----[Information] Desired size: null
----[Information] Split size: null
----[Information] Autocrop values
-----[Information] left: 2
-----[Information] top: 68
-----[Information] right: 0
-----[Information] bottom: 0
----[Information] Auto-detect aspect ratio now: True
----[Information] Aspect ratio: 1.25
----[Information] Output resolution: 720x512
----[Information] AVC level: Level 4.1
----[Information] Resolution adjusted for AVC Level: 720x512
----[Information] Automatic deinterlacing: True
----[Error] [30/01/2011 10:14:29 AM] Source detection failed: Could not find enough useful sections to determine source type for C:\Video\ROBIN_WILLIAMS\title00.mkv
----[Information] Deinterlacing used: #Not enough useful sections for source detection. Doing no processing
----[Information] Generated Avisynth script
-----[NoImage] LoadPlugin("C:\Rip\Megui\tools\ffms\ffms2.dll")
-----[NoImage] FFVideoSource("C:\Video\ROBIN_WILLIAMS\title00.mkv")
-----[NoImage] #Not enough useful sections for source detection. Doing no processing
-----[NoImage] crop( 2, 68, 0, 0)
-----[NoImage] LanczosResize(720,512) # Lanczos (Sharp)
-----[NoImage] #denoise
----[Information] Eliminating duplicate filenames
-----[Information] Video output file: C:\Video\ROBIN_WILLIAMS\title00.264
-----[Information] Muxed output file: C:\Video\ROBIN_WILLIAMS\title00.mkv
-----[Information] File already exists. New muxed output filename: C:\Video\ROBIN_WILLIAMS\title00_0.mkv
-----[Information] Encodable audio stream 0: C:\Video\ROBIN_WILLIAMS\title00.mkv_track_1_english_audio.m4a
---[Information] Deleting intermediate files
--[Information] [30/01/2011 10:14:34 AM] Job completed
-[Error] Log for job1 (audio, title00.mkv_track_1_english.avs -> title00.mkv_track_1_english_audio.m4a)
--[Information] [30/01/2011 10:14:35 AM] Started handling job
--[Information] [30/01/2011 10:14:35 AM] Preprocessing
--[Error] [30/01/2011 10:14:35 AM] no audio file detected: C:\Video\ROBIN_WILLIAMS\title00.mkv_track_1_english.avs
--[Error] Error starting job
---[Error] Exception message: Calling setup of processor failed with error 'Required file 'C:\Rip\Megui\neroAacEnc.exe' is missing.'
---[Error] Stacktrace: at MeGUI.core.gui.JobWorker.startEncoding(TaggedJob job)
---[Error] Inner exception: null
--[Warning] [30/01/2011 10:14:35 AM] Start update detection in order to resolve the error.
-[Information] Update detection
--[Information] [30/01/2011 10:14:37 AM] Connecting to server: http://megui.xvidvideo.ru/auto/
--[Information] [30/01/2011 10:14:41 AM] All files are up to date

Sharktooth
30th January 2011, 02:43
--[Error] Error starting job
---[Error] Exception message: Calling setup of processor failed with error 'Required file 'C:\Rip\Megui\neroAacEnc.exe' is missing.'
---[Error] Stacktrace: at MeGUI.core.gui.JobWorker.startEncoding(TaggedJob job)
---[Error] Inner exception: null
you have to download nero aac encoder from the nero website and extract it manually due to license restrictions. if you have already done that check the neroaacenc.exe path in megui settings.

Zathor
30th January 2011, 03:22
Is anybody else getting corruption when playing back encodes with the 1882 build of x264?

Yes: http://forum.doom9.org/showthread.php?t=159329
1884 uploaded :)

rapscallion
3rd February 2011, 23:04
@amed...

Was that corruption constant throughout the whole movie or just in spots ?
And is it avs script/plugin dependent?

I made one encode w/1882. A bd-25, preset x264 Bluray 1080p24.
I've only watched the first 3 or 4 min and everything seems fine.

Please clarify. Thanks

--[Information] Avisynth input script: DirectShowSource("eagle.m2ts",fps=23.9759856527702,audio=false)

--[Information] Job commandline: "Megui3.2\tools\x264\x264.exe" --tune film --pass 1
--bitrate 22500 --stats "stats" --open-gop bluray --level 4.1 --bframes 3 --ref 4 --slices 4
--aud --nal-hrd vbr --b-pyramid strict --keyint 24 --min-keyint 2 --vbv-bufsize 30000
--vbv-maxrate 40000 --weightp 0 --colorprim "bt709"
--transfer "bt709" --colormatrix "bt709" --sar 1:1 --output NUL

AMED
4th February 2011, 08:33
@rapscallion,

No it wasn't consistent throughout the movie. With the sample i tested it with had that corruption at the start and then cleaned up a bit just getting random blocks here and there.

I would suggest you redo your encode again to be safe.

rapscallion
4th February 2011, 19:38
Thanks amed, you're probably right.

flebber
4th February 2011, 23:38
The oneclick encoder is working for me :) . Just an FYI though it still reports errors in the log regarding source detection "no useful source found" and for "audio file not found".

The errors maybe somewhat irrelevant as the output worked.
--[Information] [5/02/2011 9:07:00 AM] All files are up to date
-[Error] Log for job1 (idx, Nirvana - Dive - Live Tonight.mkv -> Nirvana - Dive - Live Tonight.mkv.ffindex)
--[Information] [5/02/2011 9:07:39 AM] Started handling job
--[Information] [5/02/2011 9:07:39 AM] Preprocessing
--[Information] Job commandline: "C:\Rip\Megui\tools\ffms\ffmsindex.exe" -t -1 -f "C:\Video\NIRVANA\Nirvana - Dive - Live Tonight.mkv"
--[Information] [5/02/2011 9:07:39 AM] Indexing started
--[Information] Standard output stream
--[Information] Standard error stream
--[Error] [5/02/2011 9:07:53 AM] Postprocessing
---[Error] OneClick postprocessor
----[Information] Desired size: null
----[Information] Split size: null
----[Information] Autocrop values
-----[Information] left: 4
-----[Information] top: 2
-----[Information] right: 6
-----[Information] bottom: 0
----[Information] Auto-detect aspect ratio now: True
----[Information] Aspect ratio: 1.5
----[Information] Output resolution: 720x480
----[Information] AVC level: Level 4.1
----[Information] Resolution adjusted for AVC Level: 720x480
----[Information] Automatic deinterlacing: True
----[Error] [5/02/2011 9:08:09 AM] Source detection failed: Could not find enough useful sections to determine source type for C:\Video\NIRVANA\Nirvana - Dive - Live Tonight.mkv
----[Information] Deinterlacing used: #Not enough useful sections for source detection. Doing no processing
----[Information] Generated Avisynth script
-----[NoImage] LoadPlugin("C:\Rip\Megui\tools\ffms\ffms2.dll")
-----[NoImage] FFVideoSource("C:\Video\NIRVANA\Nirvana - Dive - Live Tonight.mkv")
-----[NoImage] #Not enough useful sections for source detection. Doing no processing
-----[NoImage] crop( 4, 2, -6, 0)
-----[NoImage] LanczosResize(720,480) # Lanczos (Sharp)
-----[NoImage] #denoise
----[Information] Eliminating duplicate filenames
-----[Information] Video output file: C:\Video\NIRVANA\Nirvana - Dive - Live Tonight.264
-----[Information] Muxed output file: C:\Video\NIRVANA\Nirvana - Dive - Live Tonight.mkv
-----[Information] File already exists. New muxed output filename: C:\Video\NIRVANA\Nirvana - Dive - Live Tonight_0.mkv
-----[Information] Encodable audio stream 0: C:\Video\NIRVANA\Nirvana - Dive - Live Tonight.mkv_track_1_english_audio.m4a
---[Information] Deleting intermediate files
--[Information] [5/02/2011 9:08:14 AM] Job completed
-[Error] Log for job2 (audio, Nirvana - Dive - Live Tonight.mkv_track_1_english.avs -> Nirvana - Dive - Live Tonight.mkv_track_1_english_audio.m4a)

Zathor
5th February 2011, 11:27
The oneclick encoder is working for me :) . Just an FYI though it still reports errors in the log regarding source detection "no useful source found" and for "audio file not found".

Can you please post the full log? The audio error is missing in the log. Also I would like to know which build of MeGUI you are using.

flebber
5th February 2011, 13:49
Can you please post the full log? The audio error is missing in the log. Also I would like to know which build of MeGUI you are using.

I have attached it to post as log was too long to post. Also uploaded to mediafire if that is quicker. http://www.mediafire.com/file/vuv45qji4mf74fi/MeguiLog.txt

Lighto
6th February 2011, 14:47
Off topic:
The disabled viewvc on SF is pissing me off, I can see that changes are committed but I can't view what are they....:mad:

Zathor
6th February 2011, 15:34
The disabled viewvc on SF is pissing me off, I can see that changes are committed but I can't view what are they....:mad:
Here you go:

1933 [One-Click] enhanced automatic de-interlacing logging
1932 [FFMSIndexer] fixed ignoring audio downmix mode
1931 [One-Click] improved default language pre-selection
1930 [x264] changed default value of --qpmax to 69 (requires x264 rev 1881+)
1929 [AutoEncode] zone handling added so that Intro and Credit selection in the video preview window will be respected

Zathor
6th February 2011, 15:36
I have attached it to post as log was too long to post. Also uploaded to mediafire if that is quicker.

Thanks for the report. 1932 should fix the audio problem (you need to re-index the file!)
The failed source detection is a thing I do not want to mess with. Nevertheless I have added with 1933 enhanced logging of this part so please post your log again with 1933.

Zathor
6th February 2011, 16:46
A little bit sooner than expected:

1934 [HD Streams Extractor] the default tracks will be pre-selected based upon the selected languages in the settings
[Settings] added option to disable the pre-selecting of tracks in the HD Streams Extractor
[Settings] removed unnecessary OggEnc2 checkbox
[Settings] some cosmetics

Lighto
6th February 2011, 16:52
As usual, thank for the updates!:)

Edit:
Update's prompting me to downgrade.
[IMG]http://i.imgur.com/yQBlX.png[IMG]

Edit 2:
probably some network issue on my side, working fine now.:)

b66pak
6th February 2011, 20:04
@Zathor in order to avoid DSS (and DSS2 too) passing HUGE timescale/timebase values to x264 encoder i suggest this improvement:

DirectShowSource("some.source", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)


this will avoid timescale/timebase like this:

avs [info]: 1280x720p 1:1 @ 2500000/104271 fps (cfr)

and make it like this:

avs [info]: 1280x720p 1:1 @ 24000/1001 fps (cfr)

more info here (http://forum.doom9.org/showthread.php?t=159294)...
_

L.E. for fps=29.97 add AssumeFPS(30000,1001)
for fps=24 add AssumeFPS(24000,1000)
for fps=25 add AssumeFPS(25000,1000)
_

Zathor
6th February 2011, 23:08
As usual, thank for the updates!:)

Edit:
Update's prompting me to downgrade.
[IMG]http://i.imgur.com/yQBlX.png[IMG]

Edit 2:
probably some network issue on my side, working fine now.:)

The reason may be that the mirror was not up to date and therefore you have been prompted to update (which was a downgrade of course). The mirror syncs every few minutes which may lead to this problem. You have updated your build too fast :)

Zathor
6th February 2011, 23:11
@Zathor in order to avoid DSS (and DSS2 too) passing HUGE timescale/timebase values to x264 encoder i suggest this improvement:

DirectShowSource("some.source", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)


Thanks. I assume this is required for every kind of video input which includes FFMS2 and DGIndex*?

nurbs
6th February 2011, 23:46
DGIndex(NV) gives me correct FPS (e.g. 24000/1001). I haven't used FFMS2 in a while, but IIRC it also worked correctly.

tebasuna51
7th February 2011, 04:37
Thanks. I assume this is required for every kind of video input which includes FFMS2 and DGIndex*?
With FFVideoSource() I get unexact fps values and always use a AssumeFps() after FFVideoSource().

Lighto
7th February 2011, 11:15
Not sure if this is a bug or MeGUI is meant to work this way.
If I set my output directory to "Desktop" in settings, File>open >index the file>auto encode.
Only the output video file and the video avs file is at "Desktop", the ffindex file and audio avs file remains at the source file folder.

Edit: Tried out with DGIndex and the .d2v files goes to "Desktop".

Edit 2: It would be nice to have a "x" button to clear the "Default Output Directory" so that the user can change the output directory back to the source directory.:)

Sodgawd
7th February 2011, 16:07
Hi all,

With the latest updated version of MP4box (via the internal updater), the following weirdness ensues:

1.) if an .ac3 file is muxed in with a negative delay (e.g.- file DELAY -16ms.ac3 the video is doubled. Meaning, the video is layed down twice back to back. File size is correct. Timecode is showing double the length (e.g. - 4hrs 28min instead of 2hrs 14mins)

2.) if only a .aac file is muxed. no video doubling. Timecode length is good.

If I use Yamb (2.1.0.0 B2), the video doubling does not occur and the timecode is good.

If I use an older mp4box by kurtnoise (packaged back in Sept '10), I get no such doubling. The latest mp4box file size is 2.50MB whilest kurtnoise's is 265KB. :confused:

I even tried the latest version of mp4box listed on videohelp.com, it just gives an error message of error code 3..

I am very confused by this. Any possible insight would be hot!

TheFluff
9th February 2011, 15:52
With FFVideoSource() I get unexact fps values and always use a AssumeFps() after FFVideoSource().

FFVideoSource's ability to report a "correct" framerate depends a lot on what container format is used for input. The reported framerate is based on the average duration of all frames, and different containers store frame durations with different precisions, leading to some inaccuracies. It will try to "correct" the framerate to the nearest well-known fractional NTSC value (24000/1001, 30000/1001 etc) if it's close enough, though.

tebasuna51
9th February 2011, 20:54
The reported framerate is based on the average duration of all frames, and different containers store frame durations with different precisions, leading to some inaccuracies.
You are right, this is the problem.

It will try to "correct" the framerate to the nearest well-known fractional NTSC value (24000/1001, 30000/1001 etc) if it's close enough, though.
Thanks, but when we know the exact fps is always most sure put the AssumeFps().

DVDBob
11th February 2011, 19:15
x264 r1900 is buggy, x264 r1884 works fine.

r1900 get my PC to go a halt, and r1884 do not.

AMED
12th February 2011, 03:22
@DVDBob,

Are you saying that using r1900 your computer reboots or blue screens?

Zathor
12th February 2011, 12:13
1938 [One-Click] fixed language pre-selection if the default languages are not different. Bug #3178016
1937 [XviD] enhanced overflow handling in the settings dialogue
1936 audio encoding job can be added without existing input file
1935 AssumeFPS() will be added to DirectShow(), DSS2() and FFVideoSource() scripts

Lighto
12th February 2011, 14:21
@Zathor
Thanks for the updates!

DVDBob
12th February 2011, 14:50
@DVDBob,

Are you saying that using r1900 your computer reboots or blue screens?

No it was a bad formulation, r1900 gets my PC to go a standstill.

rapscallion
12th February 2011, 15:18
No it was a bad formulation, r1900 gets my PC to go a standstill.
Strange, no one else has reported this. I ran a test and no problems for me.

X264 1080p 24 preset, automated 2 pass. 1st pass @ ~20fps and the 2nd @ ~4.5fps which is just about where it always is.
Priority set to "low".

PC still responsive as always.

What kind of encode/preset setting are you using ?

DVDBob
12th February 2011, 16:53
If i encode 4:3 movies, i use this settings: program --pass 2 --bitrate 1500 --stats ".stats" --bframes 6 --b-adapt 2 --ref 5 --merange 24 --me umh --direct auto --subme 8 --partitions all --trellis 2 --no-dct-decimate --sar 12/11 --output "output" "input"

And i set Priority to Normal

Sharktooth
13th February 2011, 04:15
setting priority to normal wont speed up the encoding unless you have other running programs that eat CPU cycles. also, your settings are awkward, expecially when there are presets. plus, --no-dct-decimate is a placebo option...
try something like: --bitrate 1500 --preset slow --sar 12/11

Zathor
13th February 2011, 14:45
1946 [Audio Jobs] update elapsed time while preprocessing
1945 [VideoPlayer] while resizing/opening the window is moved to the visible area of the desktop
1944 [One-Click] audio language names added to the output file
1943 [AVS Script Creator] VideoPlayer preview starts in 1:1 mode
[AVS Script Creator] while cropping VideoPlayer preview moves to the cropping border
[VideoPlayer] fixed a sizing problem when window was minimized
[VideoPlayer] fixed appearing unnecessary scrollbars in 1:1 mode
[VideoPlayer] start window in top of other windows (excluding calling window)
[Chapter Creator] + [AVS Cutter] VideoPlayer preview respects the "always on top" setting
1942 [VideoPlayer] fixed invisible right border in some OS (at least XP). Bug #3177073
1941 [XviD] replaced -lumimasking with -masking (requires xvid 1.3). Feature request #3139141
[XviD] disabled direct mkv output
1940 [Log] changed version number syntax for MeGUI x64
1939 [Settings] added buttons to clear the default output directory and the path to neroaacenc. Feature request #3177293

Lighto
13th February 2011, 14:53
@Zathor
Thanks! Updating now.:)

DVDBob
13th February 2011, 18:33
setting priority to normal wont speed up the encoding unless you have other running programs that eat CPU cycles. also, your settings are awkward, expecially when there are presets. plus, --no-dct-decimate is a placebo option...
try something like: --bitrate 1500 --preset slow --sar 12/11

Ok but I can not understand why my settings working with r1884 and not with r1900

Edit: When I convert movies so does my PC not other things.

AMED
13th February 2011, 21:37
@DVDBob,

Are you sure your PC isn't over heating?

download CoreTemp (http://www.alcpu.com/CoreTemp/) and watch your temps as the encoding starts. Make sure you leave priority set to low.

EDIT: Also tell us what temps are reported when your PC is doing nothing.

DVDBob
13th February 2011, 23:58
Here is a screenshot:
http://i53.tinypic.com/15obguo.png

tebasuna51
14th February 2011, 14:01
I see some changes with ffms.
Now the update is from ffms 2.14 to 2.15mt.

There still are a readme.txt (megui\tools\ffms) than say:

"Vanilla ffmpeg compiled ffms2 in this directory.
ffmpeg-mt flavored ffms2 in the ffmpeg-mt directory."

But now the 2.15mt replace the Vanilla 2.14 and the ffmpeg-mt directory isn't updated.

Is a problem or the desired behaviour?

I don't want use the mt version:
- may be unstable
- old ffmpeg Dec. 15th update
- I only have 2 cores and want the second one for other tasks.

Sharktooth
14th February 2011, 14:05
ffms2-mt has replaced ffms2 coz most users want to encode as fast as possible. you can safely replace it with a non mt version.

Lighto
14th February 2011, 14:08
@tebasuna51
I do not have the readme.txt in my ffms folder.
Have you tried reinstalling the ffms update?