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.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 1st June 2012, 20:58   #6641  |  Link
the_weirdo
Yes, I'm weird.
 
the_weirdo's Avatar
 
Join Date: May 2010
Location: Southeast Asia
Posts: 271
@nhope:
Did you update variable blur plugin recently? If so, you need to install MSVC++ 2010 SP1 Redist.
the_weirdo is offline   Reply With Quote
Old 1st June 2012, 21:39   #6642  |  Link
nhope
partially-informed layman
 
Join Date: Jan 2002
Location: Bangkok, Thailand
Posts: 314
@the_weirdo - Not as far as I know. I have been playing around with the latest SEt build of AviSynth 2.6 today, and changing a few plugins around, installing the Dither package etc., but I've set them all back as they were yesterday, as far as I know, and I'm still getting the error.
nhope is offline   Reply With Quote
Old 3rd June 2012, 05:39   #6643  |  Link
bazz
Registered User
 
Join Date: Dec 2010
Posts: 43
Quote:
The fact that two jobs run in parallel will not harm their quality. The processes are separated.

There is only a risk if you have plugins in both scripts which use shared ressources, e.g. both using a GPU video decoder like DGDecNV. Even if context switching works reliable, it may be quite inefficient to have the decoder chip switch between different video sources at each frame.
thank you very much LigH for your reply

just to claarify when you say "shared ressources" this would not apply to the same filter/plugin

for instance say i was using a light denoiser on all jobs like

undot/removegrain (this would be okay?)

but using different instances of fft3dGPU (not recommended)

im i right?

thanks


__________________
bazz is offline   Reply With Quote
Old 5th June 2012, 11:38   #6644  |  Link
nhope
partially-informed layman
 
Join Date: Jan 2002
Location: Bangkok, Thailand
Posts: 314
I tracked down the cause of my error described previously to a test version of eedi3.dll. More info in this post.
nhope is offline   Reply With Quote
Old 12th June 2012, 08:38   #6645  |  Link
forum king
Registered User
 
Join Date: Aug 2008
Posts: 82
hey

this is regarding
http://forum.doom9.org/showpost.php?...postcount=6629

9 out of 10 times i cant open the audio with nicaudio while encoding , so i am left with no option but to rencode it using DirectShow and the resultant volume is always so low.

i am using the downmix to stereo option , with dynamic range compression and normalize volume, using directshow as decoder as the rest always fail :P

is there a way out to gain a bit more volume may be

Last edited by forum king; 12th June 2012 at 08:43.
forum king is offline   Reply With Quote
Old 12th June 2012, 09:08   #6646  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
NicAudio does not support all kinds of audio input. Try to compare the audio streams with fail with the one which works, using MediaInfo.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 12th June 2012, 12:21   #6647  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Quote:
Originally Posted by forum king View Post
9 out of 10 times i cant open the audio with nicaudio while encoding ,
If audio is from DVD you can use NicAudio always.
Extract first the audio tracks with DGIndex (MeGUI -> Tools -> File Indexer)

Quote:
is there a way out to gain a bit more volume may be
Not without distort.

You can always:
- Use MeGUI to decode with DRC, downmix to 2.0, Normalize 100% and recode to flac (lossless).

- open the flac with an Audio Editor (Audacity for instance) and modify the volume at your choice.

- recode the modified flac to AAC with MeGUI or other tool.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 12th June 2012, 12:57   #6648  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
"Generations ago" we used to handle that with BeSweet, which uses the great Azid AC3 decoder. There you had the choice between AC3 "internal" DRC applied by Azid, or the alternative "Boost" compressor I once donated to BeSweet. Unfortunately, serving AAC encoders from BeSweet was not easy, and now this project is really dead.

I wonder if AviSynth developers might be interested in the algorithms used for the Booster. It is really trivial, applying saturating functions to normalized float samples. Then you could offer Dynamic Range Compression via AviSynth (in MeGUI or BeHappy) just like BeSweet did.

A disadvantage is, of course, that it will distort sound by adding harmonics; but that makes the sound more crisp, so people may even like that.
__

P.S.: #2,000
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid

Last edited by LigH; 12th June 2012 at 13:02.
LigH is offline   Reply With Quote
Old 13th June 2012, 00:40   #6649  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Quote:
Originally Posted by LigH View Post
"Generations ago" we used to handle that with BeSweet, which uses the great Azid AC3 decoder. There you had the choice between AC3 "internal" DRC applied by Azid, or the alternative "Boost" compressor I once donated to BeSweet. Unfortunately, serving AAC encoders from BeSweet was not easy, and now this project is really dead.
You can still use BeLight: http://forum.doom9.org/showthread.ph...01#post1460801

Can use NeroAacEnc to output AAC

Quote:
I wonder if AviSynth developers might be interested in the algorithms used for the Booster. It is really trivial, applying saturating functions to normalized float samples. Then you could offer Dynamic Range Compression via AviSynth (in MeGUI or BeHappy) just like BeSweet did.
Long time ago I make some test using the SoxFilter compand with BeHappy:
http://forum.doom9.org/showthread.ph...165#post779165
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 13th June 2012, 14:13   #6650  |  Link
timon_lion
Registered User
 
Join Date: Jun 2012
Posts: 10
Crashes when encoding video from a specific tv channel

Hello, I am trying to encode a TV show using megui and x264.
I get this error after a couple of minutes the first pass starts.
"microsoft visual c++ runtime library"


The recording was made using windows media center and i cut and converted(from h264 mpeg4 .wtv to h264 mgep4 .ts) the video using videoredo.

What i ve tried:
  • Different sources and i had no problem(recorded from other channels) but every recording from this channel gives me that error.
  • To record directly to .ts using another program - same problem occurred.
  • Different scripts - failed
  • Encode the original file without editing - failed
  • Different x264 guis - failed
  • Recode to mpeg2 using videoredo and then re-encode to x264 using megui - success
  • Encode using finalcut - success but took almost 24hours(macbook)

Well, i dont want to recode to mpeg2 and the reencode with megui and i dont want to use my macbook for encoding.
My script:
Code:
LoadPlugin("C:\automkv\tools\dgavcindex\DGAVCDecode.dll")
AVCSource("C:\Users\Public\Recorded TV\grcz.dga")
Load_Stdcall_Plugin("C:\automkv\tools\yadif\yadif.dll")
Yadif(order=1)
#crop
LanczosResize(1280,720) # Lanczos (Sharp)
LoadPlugin("C:\automkv\tools\avisynth_plugin\UnDot.dll")
Undot() # Minimal Noise
The source file is h264 mpeg4 1440x1080i anamorphic 16:9
Visual library 2005, 2008, 2010 installed. x64 and x86

Any ideas?
Thank you

Last edited by timon_lion; 13th June 2012 at 17:59.
timon_lion is offline   Reply With Quote
Old 14th June 2012, 04:08   #6651  |  Link
defalopii
Registered User
 
Join Date: Feb 2011
Posts: 70
Is that possible to make MeGUI Distributed Encoding like in RipBot264 ??
defalopii is offline   Reply With Quote
Old 26th June 2012, 09:55   #6652  |  Link
Shevek
Registered User
 
Join Date: May 2008
Location: Kent, UK
Posts: 154
MeGui keeps "pausing"

Hi All, hope someone can help!

I had to reinstall my computer following a dead HDD

When I now try to encode a BluRay, MeGUI (or x264) pauses during encode.

It will encode for a period of time, then do nothing for a period of time (I've not timed it)

When encoding it runs at ~10 fps with x264_64 using 70-80% CPU and avs4x264mod using 15-20% CPU

After a few frames encoding stops and both process drop CPU

Then it starts up again

Rinse, repeat

I have the priority set to NORMAL.

Because of the pauses the average fps is down at 4.5 fps

I have reinstalled exactly what I had before and there is nothing now running during an encode that wasn't before.

The only difference is that I have switched from a SATA II HDD running in IDE mode to a SATA III SSD running in AHCI mode.

In case it is something drive related I have tried switching back to IDE mode but get the same result.

Tonight I am going to put the HDD back in and try again to encode a file from HDD instead of SSD to see if that makes a difference but wanted to check on here to see if anyone has any other ideas before I start dismantling my computer again!

AVS and Log included below.

Hardware:

Abit AB9 QuadGT motherboard (Intel P965 Express chipset with ICH8 controller)
Intel E6600 2.4GHz Core 2 Duo
8 GB DDR2 RAM
Nvidia GTX 550 Ti (301.42 driver)
C: - Kingston HyperX 120GB SSD
D: - Kingston V+200 120GB SSD
Windows 7 x64 (fully patched)

TIA

Quote:
LoadPlugin("C:\Applications\MeGUI\tools\dgindexnv\DGDecodeNV.dll")
DGSource("D:\Rip\Video\T1_Video - .dgi",fieldop=0)
#deinterlace
#crop
Spline36Resize(1280,720) # Spline36 (Neutral)
LoadPlugin("C:\Applications\MeGUI\tools\avisynth_plugin\UnDot.dll")
Undot() # Minimal Noise
Quote:
[Information] Log
-[Information] Versions
--[Information] [26/06/2012 01:54:42] MeGUI: 2153 (svn)
--[Information] [26/06/2012 01:54:42] Operating System: Windows 7 Ultimate Edition x64 SP1 (6.1.65536.7601)
--[Information] [26/06/2012 01:54:42] .Net Framework: 4.0 (4.0.30319)
--[Information] [26/06/2012 01:54:42] AviSynth: 2.5.8.5 (21/12/2008 21:46:54)
--[Information] [26/06/2012 01:54:42] AvisynthWrapper: 02/01/2009 20:34:04
--[Information] [26/06/2012 01:54:42] ICSharpCode.SharpZipLib: 0.85.5.452 (07/08/2008 21:31:12)
--[Information] [26/06/2012 01:54:42] LinqBridge: 1.0.0.0 (28/05/2009 02:24:34)
--[Information] [26/06/2012 01:54:42] MediaInfo: 0.7.58.0 (29/05/2012 08:22:28)
--[Information] [26/06/2012 01:54:42] MediaInfoWrapper: 0.7.53.0 (27/01/2012 17:42:16)
--[Information] [26/06/2012 01:54:42] MessageBoxExLib: 1.0.2218.28317 (19/12/2008 21:53:04)
--[Information] [26/06/2012 01:54:42] SevenZipSharp: 0.64.3890.29348 (02/01/2011 11:59:32)
--[Information] [26/06/2012 01:54:42] 7z: 9.20 (18/11/2010 17:27:34)
-[Information] Update detection
--[Information] [26/06/2012 01:54:43] Connecting to server: http://megui.xvidvideo.ru/auto/
--[Information] [26/06/2012 01:54:45] All files are up to date
-[Information] Log for job9 (video, T1_Video -.avs -> Video.264)
--[Information] [26/06/2012 01:56:28] Started handling job
--[Information] [26/06/2012 01:56:28] Preprocessing
--[Information] [26/06/2012 01:56:28] Avisynth input script
---[NoImage] LoadPlugin("C:\Applications\MeGUI\tools\dgindexnv\DGDecodeNV.dll")
---[NoImage] DGSource("D:\Rip\Video\T1_Video - .dgi",fieldop=0)
---[NoImage] #deinterlace
---[NoImage] #crop
---[NoImage] Spline36Resize(1280,720) # Spline36 (Neutral)
---[NoImage] LoadPlugin("C:\Applications\MeGUI\tools\avisynth_plugin\UnDot.dll")
---[NoImage] Undot() # Minimal Noise
--[Information] [26/06/2012 01:56:28] [WDTV]: target device selected
--[Information] [26/06/2012 01:56:28] Job commandline: "C:\Applications\MeGUI\tools\x264\avs4x264mod.exe" --level 4.1 --tune film --keyint 240 --sar 1:1 --output "D:\Rip\Video.264" "D:\Rip\Video\T1_Video -.avs"
--[Information] [26/06/2012 01:56:28] Encoding started
--[Information] [26/06/2012 06:19:42] Standard output stream
---[NoImage] avs [info]: AviSynth 2.58, buildec 22 2008 [08:46:51]
---[NoImage] avs [info]: Video colorspace: YV12
---[NoImage] avs [info]: Video resolution: 1280x720
---[NoImage] avs [info]: Video framerate: 24000/1001
---[NoImage] avs [info]: Video framecount: 62496
---[NoImage] avs4x264 [info]: "C:\Applications\MeGUI\tools\x264\x264_64" - --level 4.1 --tune film --keyint 240 --sar 1:1 --output "D:\Rip\Video.264" --frames 62496 --fps 24000/1001 --input-res 1280x720 --input-csp i420
--[Information] [26/06/2012 06:19:42] Standard error stream
---[NoImage] raw [info]: 1280x720p 1:1 @ 24000/1001 fps (cfr)
---[NoImage] x264 [info]: using SAR=1/1
---[NoImage] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
---[NoImage] x264 [info]: profile High, level 4.1
---[NoImage]
---[NoImage] x264 [info]: frame I:1093 Avg QP:20.14 size: 38793
---[NoImage] x264 [info]: frame P:38578 Avg QP:23.88 size: 9248
---[NoImage] x264 [info]: frame B:22825 Avg QP:25.71 size: 3497
---[NoImage] x264 [info]: consecutive B-frames: 36.9% 40.2% 9.0% 13.9%
---[NoImage] x264 [info]: mb I I16..4: 21.7% 65.1% 13.2%
---[NoImage] x264 [info]: mb P I16..4: 1.7% 3.4% 0.4% P16..4: 36.2% 7.8% 5.4% 0.0% 0.0% skip:45.3%
---[NoImage] x264 [info]: mb B I16..4: 0.1% 0.2% 0.0% B16..8: 40.5% 1.8% 0.3% direct: 0.5% skip:56.6% L0:40.5% L1:56.8% BI: 2.8%
---[NoImage] x264 [info]: 8x8 transform intra:63.2% inter:83.2%
---[NoImage] x264 [info]: coded y,uvDC,uvAC intra: 49.0% 39.2% 8.0% inter: 12.9% 8.7% 0.0%
---[NoImage] x264 [info]: i16 v,h,dc,p: 58% 11% 5% 26%
---[NoImage] x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 12% 23% 6% 8% 10% 7% 7% 6%
---[NoImage] x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 27% 15% 14% 6% 10% 10% 7% 6% 4%
---[NoImage] x264 [info]: i8c dc,h,v,p: 68% 13% 17% 2%
---[NoImage] x264 [info]: Weighted P-Frames: Y:2.0% UV:0.5%
---[NoImage] x264 [info]: ref P L0: 64.5% 15.6% 14.1% 5.6% 0.1%
---[NoImage] x264 [info]: ref B L0: 83.3% 15.5% 1.2%
---[NoImage] x264 [info]: ref B L1: 97.2% 2.8%
---[NoImage] x264 [info]: kb/s:1470.00
---[NoImage] encoded 62496 frames, 3.96 fps, 1470.00 kb/s
--[Information] Final statistics
---[Information] [26/06/2012 06:19:42] Constant Quality Mode: Quality 23 computed...
---[Information] [26/06/2012 06:19:42] Video Bitrate Obtained (approximate): 1470 kbit/s
--[Information] [26/06/2012 06:19:42] MediaInfo
---[Information] File: D:\Rip\Video.264
---[Information] General
----[Information] Format: AVC
----[Information] FormatString: AVC
----[Information] FileSize: 478963951
----[Information] PlayTime:
---[Information] Video
----[Information] ID:
----[Information] StreamOrder:
----[Information] Width: 1280
----[Information] Height: 720
----[Information] FrameCount:
----[Information] FrameRate: 23.976
----[Information] ScanType: Progressive
----[Information] Codec: AVC
----[Information] CodecString: AVC
----[Information] Format: AVC
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] Delay:
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
--[Information] [26/06/2012 06:19:43] Postprocessing
---[Information] Deleting intermediate files
--[Information] [26/06/2012 06:19:43] Job completed
-[Information] Log for job10 (mux, Video.264 -> Video-muxed.mkv)
--[Information] [26/06/2012 06:19:43] Started handling job
--[Information] [26/06/2012 06:19:43] Preprocessing
--[Information] [26/06/2012 06:19:43] MediaInfo
---[Information] File: D:\Rip\Video.264
---[Information] General
----[Information] Format: AVC
----[Information] FormatString: AVC
----[Information] FileSize: 478963951
----[Information] PlayTime:
---[Information] Video
----[Information] ID:
----[Information] StreamOrder:
----[Information] Width: 1280
----[Information] Height: 720
----[Information] FrameCount:
----[Information] FrameRate: 23.976
----[Information] ScanType: Progressive
----[Information] Codec: AVC
----[Information] CodecString: AVC
----[Information] Format: AVC
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] Delay:
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
--[Information] [26/06/2012 06:19:43] MediaInfo
---[Information] File: D:\Rip\Video\T2_Audio - English.ac3
---[Information] General
----[Information] Format: AC-3
----[Information] FormatString: AC-3
----[Information] FileSize: 208611840
----[Information] PlayTime: 00:43:27.648
---[Information] Audio
----[Information] ID:
----[Information] StreamOrder:
----[Information] Format: AC-3
----[Information] FormatProfile:
----[Information] FormatSettingsSBR:
----[Information] FormatSettingsPS:
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 KHz
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2: 3/2/0.1
----[Information] BitRateMode: CBR
----[Information] Delay:
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
--[Information] [26/06/2012 06:19:43] Job commandline: "C:\Applications\MeGUI\tools\mkvmerge\mkvmerge.exe" -o "D:\Rip\Video-muxed.mkv" --engage keep_bitstream_ar_info --default-duration 0:24000/1001fps "--compression" "0:none" -d "0" --no-chapters -A -S "D:\Rip\Video.264" --language 0:eng "--compression" "0:none" -a 0 --no-chapters -D -S "D:\Rip\Video\T2_Audio - English.ac3" --ui-language en
--[Information] [26/06/2012 06:19:44] Muxing started
--[Information] [26/06/2012 06:19:57] Standard output stream
---[NoImage] mkvmerge v5.6.0 ('Kenya Kane') built on May 27 2012 16:44:04
---[NoImage] 'D:\Rip\Video.264': Using the demultiplexer for the format 'AVC/h.264'.
---[NoImage] 'D:\Rip\Video\T2_Audio - English.ac3': Using the demultiplexer for the format 'AC3'.
---[NoImage] 'D:\Rip\Video.264' track 0: Using the output module for the format 'AVC/h.264'.
---[NoImage] 'D:\Rip\Video\T2_Audio - English.ac3' track 0: Using the output module for the format 'AC3'.
---[NoImage] The file 'D:\Rip\Video-muxed.mkv' has been opened for writing.
---[NoImage] 'D:\Rip\Video.264' track 0: Extracted the aspect ratio information from the MPEG-4 layer 10 (AVC) video data and set the display dimensions to 1280/720.
---[NoImage] The cue entries (the index) are being written...
---[NoImage] Muxing took 11 seconds.
--[Information] [26/06/2012 06:19:57] Standard error stream
--[Information] [26/06/2012 06:19:57] MediaInfo
---[Information] File: D:\Rip\Video-muxed.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FormatString: Matroska
----[Information] FileSize: 688147848
----[Information] PlayTime: 00:43:27.648
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] Width: 1280
----[Information] Height: 720
----[Information] FrameCount: 62521
----[Information] FrameRate: 23.976
----[Information] ScanType: Progressive
----[Information] Codec: V_MPEG4/ISO/AVC
----[Information] CodecString: AVC
----[Information] Format: AVC
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] Delay: 0
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default: Yes
----[Information] DefaultString: Yes
----[Information] Forced: No
----[Information] ForcedString: No
---[Information] Audio
----[Information] ID: 2
----[Information] StreamOrder: 1
----[Information] Format: AC-3
----[Information] FormatProfile:
----[Information] FormatSettingsSBR:
----[Information] FormatSettingsPS:
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 KHz
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2: 3/2/0.1
----[Information] BitRateMode: CBR
----[Information] Delay: 0
----[Information] Title:
----[Information] Language: en
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] DefaultString: Yes
----[Information] Forced: No
----[Information] ForcedString: No
--[Information] [26/06/2012 06:19:57] Postprocessing
---[Information] Deleting intermediate files
----[Information] [26/06/2012 06:19:57] Successfully deleted D:\Rip\Video.264
--[Information] [26/06/2012 06:19:57] Job completed

Last edited by Shevek; 26th June 2012 at 10:10.
Shevek is offline   Reply With Quote
Old 30th June 2012, 16:15   #6653  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by defalopii View Post
Is that possible to make MeGUI Distributed Encoding like in RipBot264 ??
Possible? Yes
Likely? No
Reason: No time and interest for such things.
But of course if someone else will do this I will add it to MeGUI.

Quote:
Originally Posted by Shevek View Post
When I now try to encode a BluRay, MeGUI (or x264) pauses during encode.
No clue, but you can try to disable x264 x64 in the MeGUI settings to test it without avs4x264mod.
Zathor is offline   Reply With Quote
Old 5th July 2012, 02:09   #6654  |  Link
Capsbackup
Registered User
 
Join Date: Jul 2005
Posts: 1,995
I have come across this warning with MeGui when using DGAVCIndex/DGAVCDecode.dll:

I do not get this warning when using DirectShowSource. Where is the improper "240000/10010 fps" coming from?

Quote:
[Warning] Log
-[Information] Versions
--[Information] [7/4/2012 5:01:21 PM] MeGUI: 2153 (svn)
--[Information] [7/4/2012 5:01:21 PM] Operating System: Windows 7 x64 SP1 (6.1.65536.7601)
--[Information] [7/4/2012 5:01:21 PM] .Net Framework: 4.0 (4.0.30319)
--[Information] [7/4/2012 5:01:21 PM] AviSynth: 2.5.8.5 (12/21/2008 9:46:54 PM)
--[Information] [7/4/2012 5:01:21 PM] AvisynthWrapper: 1/2/2009 8:34:04 PM
--[Information] [7/4/2012 5:01:21 PM] ICSharpCode.SharpZipLib: 0.85.5.452 (8/8/2008 5:31:12 AM)
--[Information] [7/4/2012 5:01:21 PM] LinqBridge: 1.0.0.0 (5/28/2009 10:24:34 AM)
--[Information] [7/4/2012 5:01:21 PM] MediaInfo: 0.7.58.0 (5/29/2012 8:22:28 AM)
--[Information] [7/4/2012 5:01:21 PM] MediaInfoWrapper: 0.7.53.0 (1/27/2012 5:42:16 PM)
--[Information] [7/4/2012 5:01:21 PM] MessageBoxExLib: 1.0.2218.28317 (12/20/2008 5:53:04 AM)
--[Information] [7/4/2012 5:01:21 PM] SevenZipSharp: 0.64.3890.29348 (1/2/2011 7:59:32 PM)
--[Information] [7/4/2012 5:01:21 PM] 7z: 9.20 (11/19/2010 1:27:34 AM)
-[Information] Update detection
--[Information] [7/4/2012 5:01:22 PM] Connecting to server: http://megui.org/auto/
--[Information] [7/4/2012 5:01:22 PM] All files are up to date
-[Warning] Log for job3 (video, SHAMELESS S1 E11.avs -> SHAMELESS S1 E11.264)
--[Information] [7/4/2012 5:01:44 PM] Started handling job
--[Information] [7/4/2012 5:01:44 PM] Preprocessing
--[Information] [7/4/2012 5:01:44 PM] Avisynth input script
---[NoImage] LoadPlugin("C:\Tools\MeGUI\tools\dgavcindex\DGAVCDecode.dll")
---[NoImage] AVCSource("D:\BD BACKUPS\Shameless Season 1 Episode 11\SHAMELESS S1 E11.dga")
---[NoImage] #deinterlace
---[NoImage] #crop
---[NoImage] #resize
---[NoImage] #denoise
--[Information] [7/4/2012 5:01:44 PM] [Blu-ray]: target device selected
--[Warning] [7/4/2012 5:01:44 PM] [Blu-ray]:does not support 240000/10010 fps with a resolution of 1920x1080. Supported are 24000/1001, 24/1, 25/1, 30000/1001 and 30/1.
--[Information] [7/4/2012 5:01:44 PM] Job commandline: "C:\Tools\MeGUI\tools\x264\x264.exe" --level 4.1 --bluray-compat --tune film --bitrate 4650 --keyint 23 --open-gop --slices 4 --vbv-bufsize 30000 --vbv-maxrate 40000 --colorprim bt709 --transfer bt709 --colormatrix bt709 --sar 1:1 --output "D:\BD BACKUPS\Shameless Season 1 Episode 11\SHAMELESS S1 E11.264" "D:\BD BACKUPS\Shameless Season 1 Episode 11\SHAMELESS S1 E11.avs"
--[Information] [7/4/2012 5:01:44 PM] Encoding started
--[Information] Deleting aborted output
Capsbackup is offline   Reply With Quote
Old 5th July 2012, 06:02   #6655  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Your AviSynth script (and therefore AVCSource) is reporting this frame rate.
Zathor is offline   Reply With Quote
Old 5th July 2012, 07:22   #6656  |  Link
Capsbackup
Registered User
 
Join Date: Jul 2005
Posts: 1,995
Quote:
Originally Posted by Zathor View Post
Your AviSynth script (and therefore AVCSource) is reporting this frame rate.
My AviSynth script is below. I don't understand why I get this warning when MeGui created the script.
Is there a bug with dgavcindex or Avisynth? One of them is adding one too many zeros!! ("240000/10010 fps" )
I can just use directshowsource, but it does seem like there is a problem here, one that is not self inflicted.

Quote:
LoadPlugin("C:\Tools\MeGUI\tools\dgavcindex\DGAVCDecode.dll")
AVCSource("D:\BD BACKUPS\Shameless Season 1 Episode 11\SHAMELESS S1 E11.dga")
#deinterlace
#crop
#resize
#denoise
Capsbackup is offline   Reply With Quote
Old 5th July 2012, 07:35   #6657  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
Because fractions can be reduced, it is just a warning, but the quotient is the same.

You might get rid of the warning by enforcing the expected dividend and divisor with AVCSource("*.dga").AssumeFPS(24000, 1001) — but in this specific case only; other movies may have other framerates.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 5th July 2012, 16:21   #6658  |  Link
Capsbackup
Registered User
 
Join Date: Jul 2005
Posts: 1,995
Quote:
Originally Posted by LigH View Post
Because fractions can be reduced, it is just a warning, but the quotient is the same.

You might get rid of the warning by enforcing the expected dividend and divisor with AVCSource("*.dga").AssumeFPS(24000, 1001) — but in this specific case only; other movies may have other framerates.
Thanks LigH, that did eliminate the warning. I don't recall ever seeing that warning before and I have done quite a few of these same type of reencodes, using dgavcindex, and never needed to add assumeFPS before.
Perhaps MeGui should make that call as it does when using directshowsource.
Maybe Zathor could provide his thoughts.
Capsbackup is offline   Reply With Quote
Old 7th July 2012, 09:43   #6659  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Up to now the DG tools had been correctly reporting the frame rate to AviSynth and therefore I did not add the assumefps like for DirectShowSource or FFVideoSource. On the other hand DGAVCDec is quite old and more or less outdated. Nevertheless there are some sources where it is still required (at least in the MeGUI workflow).
Zathor is offline   Reply With Quote
Old 7th July 2012, 10:19   #6660  |  Link
cengizhan
Registered User
 
Join Date: May 2003
Location: Turkey
Posts: 98
i add an mkv file with a flac to trackwith one click encode to convert flac track to aac. everything goes ok but converted mkv file loses subtitle. what am i doing wrong?
cengizhan is offline   Reply With Quote
Reply

Tags
megui

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 16:23.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.