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 25th August 2010, 15:58   #1381  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
header compression will be re-enabled when the majority of devices will support it.
however, with the new tools updates, megui now supports MKVs with header compression as input.
Sharktooth is offline   Reply With Quote
Old 25th August 2010, 16:46   #1382  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
@WorBry: sorry for the delay. i've added you suggested values in Force SAR dropdown. They will be there in the next build.
Sharktooth is offline   Reply With Quote
Old 25th August 2010, 17:33   #1383  |  Link
mastrboy
Registered User
 
Join Date: Sep 2008
Posts: 365
Any way we could get an option/check-box to use FFaudiosource instead of Nicaudio?

I sometimes get an error using built in MeGUI audio encode functions:
Code:
[Error] Log for job1 (audio, 03.ac3 -> 03.mp4)
-[Information] [25.08.2010 17:56:17] Started handling job
-[Information] [25.08.2010 17:56:17] Preprocessing
-[NoImage] Avisynth script
--[NoImage] LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\NicAudio.dll")
--[NoImage] NicAc3Source("C:\Users\mastrboy\Desktop\03.ac3")
--[NoImage] Normalize()
--[NoImage] return last
-[NoImage] Commandline used: -ignorelength -lc -br 256000 -if - -of "{0}"
-[Information] [25.08.2010 17:56:17] Encoding started
-[Information] [25.08.2010 17:56:17] Encode thread started
-[Information] [25.08.2010 17:56:17] Avisynth script environment opened
-[Information] [25.08.2010 17:56:18] Script loaded
-[Information] Output Decoder
--[NoImage] Channels: 6
--[NoImage] Bits per sample: 32
--[NoImage] Sample rate: 48000
-[NoImage] Commandline: C:\Program Files (x86)\MeGUI\tools\neroAacEnc.exe -ignorelength -lc -br 256000 -if - -of "C:\Users\mastrboy\Desktop\03.mp4"
-[Information] [25.08.2010 17:56:18] Encoder process started
-[Error] An error occurred
--[NoImage] Exception message: Abnormal encoder termination 1
--[NoImage] Stacktrace:    ved MeGUI.AviSynthAudioEncoder.encode()
--[NoImage] Inner exception: null
-[NoImage] Output from encoder via stderr
--[NoImage] *************************************************************
--[NoImage] *                                                           *
--[NoImage] *  Nero AAC Encoder                                         *
--[NoImage] *  Copyright 2009 Nero AG                                   *
--[NoImage] *  All Rights Reserved Worldwide                            *
--[NoImage] *                                                           *
--[NoImage] *  Package build date: Feb 18 2010                          *
--[NoImage] *  Package version:    1.5.4.0                              *
--[NoImage] *                                                           *
--[NoImage] *  See -help for a complete list of available parameters.   *
--[NoImage] *                                                           *
--[NoImage] *************************************************************
-[NoImage] Output from encoder via stdout: ERROR: error while encoding frame
-[Information] [25.08.2010 17:57:33] Job completed
If i manually create a .avs script using FFAudiosource there is no problem:
Code:
FFAudioSource("C:\Users\mastrboy\Desktop\03.ac3")
Normalize()
MeGUI log using FFaudiosource avs script instead:
Code:
[Information] Log for job1 (audio, Script.avs -> Script.mp4)
-[Information] [25.08.2010 18:08:28] Started handling job
-[Information] [25.08.2010 18:08:28] Preprocessing
-[NoImage] Avisynth script
--[NoImage] Import("C:\Users\mastrboy\Desktop\Script.avs")
--[NoImage] Normalize()
--[NoImage] return last
-[NoImage] Commandline used: -ignorelength -lc -br 256000 -if - -of "{0}"
-[Information] [25.08.2010 18:08:28] Encoding started
-[Information] [25.08.2010 18:08:28] Encode thread started
-[Information] [25.08.2010 18:08:28] Avisynth script environment opened
-[Information] [25.08.2010 18:08:36] Script loaded
-[Information] Output Decoder
--[NoImage] Channels: 6
--[NoImage] Bits per sample: 16
--[NoImage] Sample rate: 48000
-[NoImage] Commandline: C:\Program Files (x86)\MeGUI\tools\neroAacEnc.exe -ignorelength -lc -br 256000 -if - -of "C:\Users\mastrboy\Desktop\Script.mp4"
-[Information] [25.08.2010 18:08:36] Encoder process started
-[NoImage] Output from encoder via stderr
--[NoImage] *************************************************************
--[NoImage] *                                                           *
--[NoImage] *  Nero AAC Encoder                                         *
--[NoImage] *  Copyright 2009 Nero AG                                   *
--[NoImage] *  All Rights Reserved Worldwide                            *
--[NoImage] *                                                           *
--[NoImage] *  Package build date: Feb 18 2010                          *
--[NoImage] *  Package version:    1.5.4.0                              *
--[NoImage] *                                                           *
--[NoImage] *  See -help for a complete list of available parameters.   *
--[NoImage] *                                                           *
--[NoImage] *************************************************************
-[Information] [25.08.2010 18:10:25] Postprocessing
--[Information] Deleting intermediate files
-[Information] [25.08.2010 18:10:25] Job completed
mastrboy is offline   Reply With Quote
Old 25th August 2010, 17:38   #1384  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
please post your request in the feature request tracker: http://sourceforge.net/tracker/?grou...12&atid=798479
ffaudiosource is very interesting indeed...
Sharktooth is offline   Reply With Quote
Old 25th August 2010, 21:25   #1385  |  Link
mastrboy
Registered User
 
Join Date: Sep 2008
Posts: 365
Request added to tracker: https://sourceforge.net/tracker/?fun...12&atid=798479
mastrboy is offline   Reply With Quote
Old 26th August 2010, 08:57   #1386  |  Link
Dal
Registered User
 
Join Date: Aug 2008
Posts: 63
Hello again.

I have 2 questions:
- I just bought DGIndexNV, but now, when using File Indexer, it is not possible to Select Tracks anymore, just No Audio, or All Tracks. Is this a bug, or design? It is a nice feature I would like to see continued.
- In the past, in the Bitrate Calculator, when I made my own file sizes, they would stay there. But now, no custom made file sizes are "staying", so I have to keep entering the numbers every time. Bug or design? This too is a feature I would very much like to have continued.

Thanks again.
Dal is offline   Reply With Quote
Old 27th August 2010, 17:51   #1387  |  Link
RyaNJ
RyanJ
 
Join Date: Mar 2008
Posts: 60
I've just hit an issue - running the bitrate calculator for a nero-acc audio file I just encoded causes an "index out of bounds" error. The audio file plays no problem. Any idea why this is or if there is a fix?
RyaNJ is offline   Reply With Quote
Old 27th August 2010, 18:50   #1388  |  Link
Betsy25
Registered User
 
Join Date: Sep 2008
Location: Holland, Belgium
Posts: 330
I just would like to ask if this "stable" branch is ever going to get updated, or are users advised to switch over to the development branch and forget about the stable one ?
Betsy25 is offline   Reply With Quote
Old 28th August 2010, 00:29   #1389  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
A new stable build will be released every once in a while as soon as a development build is declared "stable". There are no timeframes for such a release - there may be months between stable builds or days. If you want to have the newest tools / functions and want to help us in reporting problems / feedback, then switch to the development part.
Zathor is offline   Reply With Quote
Old 28th August 2010, 14:14   #1390  |  Link
Betsy25
Registered User
 
Join Date: Sep 2008
Location: Holland, Belgium
Posts: 330
Thanks for replying Zathor,

I was of the idea that Sharktooth had taken over all work on MeGUI and the development branch was the only branch that would still get updated.
Betsy25 is offline   Reply With Quote
Old 28th August 2010, 14:41   #1391  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
uh?!??!?!? no way... i could never do that...
Sharktooth is offline   Reply With Quote
Old 28th August 2010, 15:28   #1392  |  Link
Carpo
Registered User
 
Carpo's Avatar
 
Join Date: Dec 2002
Location: /dev/null
Posts: 1,368
there's $50 in it for you if you do
__________________
The Internet: where men are men, women are men, and children are FBI Agents
Carpo is offline   Reply With Quote
Old 28th August 2010, 15:57   #1393  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by Carpo View Post
there's $50 in it for you if you do
You want to pay so that I stop being one of the MeGUI developers. Out of sheer curiosity - why?
Zathor is offline   Reply With Quote
Old 28th August 2010, 20:44   #1394  |  Link
Betsy25
Registered User
 
Join Date: Sep 2008
Location: Holland, Belgium
Posts: 330
Quote:
Originally Posted by Zathor View Post
You want to pay so that I stop being one of the MeGUI developers. Out of sheer curiosity - why?
I don't think he meant it that way Zathor.
Your contributions are magnificent !

Last edited by Betsy25; 28th August 2010 at 21:33.
Betsy25 is offline   Reply With Quote
Old 28th August 2010, 21:07   #1395  |  Link
Carpo
Registered User
 
Carpo's Avatar
 
Join Date: Dec 2002
Location: /dev/null
Posts: 1,368
Quote:
Originally Posted by Zathor View Post
You want to pay so that I stop being one of the MeGUI developers. Out of sheer curiosity - why?
You misunderstood - guess its just my warped little mind ;-) was just wondering if sharktooth could be bribed
__________________
The Internet: where men are men, women are men, and children are FBI Agents
Carpo is offline   Reply With Quote
Old 29th August 2010, 02:35   #1396  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
only for *put some 6 or more digit number here* euros...
Sharktooth is offline   Reply With Quote
Old 29th August 2010, 03:10   #1397  |  Link
WorBry
Registered User
 
Join Date: Jan 2004
Location: Here, there and everywhere
Posts: 1,197
Quote:
Originally Posted by Sharktooth View Post
@WorBry: sorry for the delay. i've added you suggested values in Force SAR dropdown. They will be there in the next build.
No problem It was just a suggestion for folks who want custom SAR values. The 'standard' preset values meet my needs.
__________________
Nostalgia's not what it used to be
WorBry is offline   Reply With Quote
Old 30th August 2010, 15:40   #1398  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
rev 1704: [MainForm.cs] Added a big fat warning about patents and binary files when megui finds updates

The messagebox will show this: "There are updated files available that may be necessary to MeGUI to work correctly. Some of them are binary files subject to patents, so they could be in violation of your local laws if you live in US, Japan and some countries in Europe. MeGUI will let you choose what files to update but please check your local laws about patents before proceding. By clicking on the 'Yes' button you declare you have read this warning. Do you wish to proceed reviewing the updates?"

Last edited by Sharktooth; 30th August 2010 at 15:42.
Sharktooth is offline   Reply With Quote
Old 30th August 2010, 23:10   #1399  |  Link
Knuffi
Registered User
 
Join Date: Nov 2005
Posts: 39
Which files are the one you aim on?
Knuffi is offline   Reply With Quote
Old 31st August 2010, 00:33   #1400  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
dgindex, ffmpeg (and all derivates, including mplayer/mencoder, ffms2, dgavcindex, eac3to), faac, lame, nicaudio, x264 and xvid.
hope i didnt forget anything.

Last edited by Sharktooth; 31st August 2010 at 00:52.
Sharktooth is offline   Reply With Quote
Reply

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:21.


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