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 May 2013, 16:45   #3201  |  Link
detmek
Registered User
 
Join Date: Aug 2009
Posts: 463
I tried the new build on original sample and two other samples. One of those has HE-AAC audio and in all cases detection is correct. Thanks Zathor.

P.S. This build doesn't have option to disable remuxing to intermediate MKV file. Are you going to commit that option soon in development build?
detmek is offline   Reply With Quote
Old 25th May 2013, 17:25   #3202  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by detmek View Post
P.S. This build doesn't have option to disable remuxing to intermediate MKV file. Are you going to commit that option soon in development build?
No ETA yet as the commit needs to be finalized.
Zathor is offline   Reply With Quote
Old 26th May 2013, 02:35   #3203  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
@jq963152

Not all users need/want these changes, please let Zathor work with more important questions.

We must not overwhelm developers with minor issues under penalty of exhausting them.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 26th May 2013, 13:32   #3204  |  Link
luke83
Registered User
 
luke83's Avatar
 
Join Date: Oct 2010
Posts: 109
Quote:
Originally Posted by tebasuna51 View Post
@jq963152

Not all users need/want these changes, please let Zathor work with more important questions.

We must not overwhelm developers with minor issues under penalty of exhausting them.
doesn't matter. every user can ask for features. You can't decide which one is important and which no. Please, let zathor decide on which features work.

Some features are less important but sometimes easier to develop.
luke83 is offline   Reply With Quote
Old 26th May 2013, 14:43   #3205  |  Link
rhaz
Registered User
 
Join Date: Mar 2010
Posts: 115
Adaptive bitrate encoding gives error for AC3

I get error very often when I try to encode from DVD extracted AC3 to MP4 using these settings:


The problem is that 50% it works and 50% it doesn't for various random AC3 files. For example this time I extracted two AC3's from same DVD, one encoded fine to .mp4 with no problem and this other one always gets error (i.e. Constant bitrate option works 100% all time).

There's log: https://pastee.org/ngv2u
rhaz is offline   Reply With Quote
Old 26th May 2013, 15:54   #3206  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by rhaz View Post
I get error very often when I try to encode from DVD extracted AC3 to MP4 using these settings:
...
NicAc3Source("E:\VTS_02_1 T84 3_2ch 384Kbps DELAY 0ms.ac3", DRC=1)
...
Commandline used: -ignorelength -lc -br 192000
...
Output from encoder via stdout: ERROR: error while encoding frame
Thats hapens sometimes when NeroAacEnc can't encode some audio samples with the parameters required.

Don't use -lc to encode a 5.1 at 192 Kb/s, use -he instead to obtain better quality at this bitrate.

If you need LC use VBR q=0.35 to obtain the minimum bitrate using LC
__________________
BeHappy, AviSynth audio transcoder.

Last edited by tebasuna51; 26th May 2013 at 15:57.
tebasuna51 is offline   Reply With Quote
Old 26th May 2013, 16:27   #3207  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by luke83 View Post
You can't decide which one is important and which no.
Of course.

Like user I don't like some changes suggested and I don't need the others.

But like moderator I only want protect the developers. Seems you don't know the history about tired MeGUI developers.

The last decission is from Zathor, than can read the request and apply or not, without justify the decission.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 26th May 2013, 16:44   #3208  |  Link
rhaz
Registered User
 
Join Date: Mar 2010
Posts: 115
Quote:
Originally Posted by tebasuna51 View Post
Thats hapens sometimes when NeroAacEnc can't encode some audio samples with the parameters required.

Don't use -lc to encode a 5.1 at 192 Kb/s, use -he instead to obtain better quality at this bitrate.

If you need LC use VBR q=0.35 to obtain the minimum bitrate using LC
How's that an excuse for NeroAacEnc that 'thats happens sometimes' to get errors? If there's settings for that method it should work. As I said it works with other stream from the dvd. Both streams same length, same channels, same size, same everything just different languages. One works and other doesn't because 'sometimes happens'? And q=0.35 gives waaay bigger sized .mp4 and I can't hear any difference in quality.
rhaz is offline   Reply With Quote
Old 26th May 2013, 20:55   #3209  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by tebasuna51 View Post
Like user I don't like some changes suggested and I don't need the others.
Which features do you like/want/need?

Quote:
Originally Posted by tebasuna51 View Post
But like moderator I only want protect the developers. Seems you don't know the history about tired MeGUI developers.
Thank you very much.


Code:
2355 [OneClick] added option to disable intermediate MKV files
2354 [MainForm] improved File\Open and drag & drop handling
2353 [MKV Muxer] fixed raw LC-AAC files detected as HE-AAC
                 fixed wrong default duration for interlaced AVC in some cases
2352 [Log] improved logging part II
2351 [Preset Exporter] fixed not exporting the AviSynth preset included in a OneClick preset. Bug #719
2350 [OneClick] fixed wrong stream order in some TS files. Bug #718

Last edited by Zathor; 26th May 2013 at 21:03.
Zathor is offline   Reply With Quote
Old 26th May 2013, 22:30   #3210  |  Link
luke83
Registered User
 
luke83's Avatar
 
Join Date: Oct 2010
Posts: 109
Quote:
Originally Posted by tebasuna51 View Post
Of course.

Like user I don't like some changes suggested and I don't need the others.

But like moderator I only want protect the developers. Seems you don't know the history about tired MeGUI developers.

The last decission is from Zathor, than can read the request and apply or not, without justify the decission.
oh, my apologize. I didn't see you're a moderator.
However i don't know that history. I thought you're an user who don't want some features and stop xD
luke83 is offline   Reply With Quote
Old 26th May 2013, 23:47   #3211  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by Zathor View Post
Which features do you like/want/need?
My comment was referred to jq963152 post.

I don't like sliders for crf.

I don't need protections about bitrate and --vbv-maxrate, or useless crf values.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 26th May 2013, 23:59   #3212  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by rhaz View Post
How's that an excuse for NeroAacEnc that 'thats happens sometimes' to get errors? If there's settings for that method it should work.
I don't want excuse NeroAacEnc, I only explain the problem and offer to you a solution.

Quote:
One works and other doesn't because 'sometimes happens'?
Yes, a audio can be easy to compress and the other not, and crash if can't be compressed with LC with only 192 Kb/s

Quote:
And q=0.35 gives waaay bigger sized .mp4 and I can't hear any difference in quality.
Then use -he method with more quality than -lc at this low bitrate.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 27th May 2013, 03:32   #3213  |  Link
cndesu
Registered User
 
Join Date: Jul 2006
Posts: 7
Error while using HD Stream Extractor from MeGUI

The following is the log from the MeGUI while I am extracting the streams. There is no protection at all. The drive information I got ...

Info for drive [H:\] (DVDFab Passkey 8.1.0.0)
Vendor: DiscSoft
Product: Virtual
Revision: 1.0c
Vendor specific: 11/02/18
Drive region control: RPC II
Drive region: Not set

Disc media: Blu-ray
Disc type: BDMV
Volume name: WRECK_IT_RALPH_3D

AACS (Advanced Access Content System) protection is removed!
AACS MKB version: 31
BD+ protection is not found.

Java protection is removed by StealthyClone anti-protection.

And here is the log....

[Error] Log
-[Warning] Versions
--[Information] [05/26/2013 9:18:04 PM] MeGUI: 2341
--[Information] [05/26/2013 9:18:04 PM] Operating System: Windows XP Professional x86 SP3 (5.1.196608.2600)
--[Information] [05/26/2013 9:18:04 PM] .Net Framework: 4.0 (4.0.30319)
--[Information] [05/26/2013 9:18:04 PM] AviSynth: 2.5.8.5 (12/21/2008 9:46:54 PM)
--[Information] [05/26/2013 9:18:04 PM] AvisynthWrapper: 01/03/2009 3:34:04 AM
--[Information] [05/26/2013 9:18:04 PM] Haali Matroska Splitter: 1.11.288.0 (09/08/2011 11:01:08 AM)
--[Warning] [05/26/2013 9:18:04 PM] Haali DSS2: not installed
--[Information] [05/26/2013 9:18:04 PM] ICSharpCode.SharpZipLib: 0.85.5.452 (08/08/2008 3:31:12 AM)
--[Information] [05/26/2013 9:18:04 PM] LinqBridge: 1.0.0.0 (05/28/2009 8:24:34 AM)
--[Information] [05/26/2013 9:18:04 PM] MediaInfo: 0.7.62.0 (02/22/2013 10:32:55 AM)
--[Information] [05/26/2013 9:18:04 PM] MediaInfoWrapper: 0.7.61.0 (01/06/2013 2:47:15 PM)
--[Information] [05/26/2013 9:18:04 PM] MessageBoxExLib: 1.0.2218.28317 (12/20/2008 3:53:04 AM)
--[Information] [05/26/2013 9:18:04 PM] SevenZipSharp: 0.64.3890.29348 (01/02/2011 5:59:32 PM)
--[Information] [05/26/2013 9:18:04 PM] 7z: 9.20 (11/18/2010 11:27:34 PM)
-[Information] Update detection
--[Information] [05/26/2013 9:18:06 PM] Connecting to server: http://megui.xvidvideo.ru/auto/stable/
--[Information] [05/26/2013 9:18:07 PM] All files are up to date
--[Information] [05/26/2013 9:21:34 PM] Connecting to server: http://megui.org/auto/stable/
--[Information] [05/26/2013 9:21:35 PM] All files are up to date
-[Information] HD Streams Extractor
--[Information] [05/26/2013 9:18:27 PM] Input: F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV\STREAM\
--[Information] [05/26/2013 9:18:27 PM] Arguments: "F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV\STREAM\"
--[Information] [05/26/2013 9:18:29 PM] Feature Retrieval Completed
--[Information] [05/26/2013 9:18:36 PM] Arguments: "F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV\STREAM\" 1) -progressnumbers
--[Information] [05/26/2013 9:19:09 PM] M2TS, 2 video tracks, 4 audio tracks, 6 subtitle tracks, 1:41:11, 24p /1.001
--[Information] [05/26/2013 9:19:09 PM] (core: DTS, 5.1 channels, 24 bits, 1509kbps, 48kHz)
--[Information] [05/26/2013 9:19:09 PM] Stream Retrieval Completed
-[Error] Log for job2 (ext, 00800.mpls -> )
--[Information] [05/26/2013 9:19:47 PM] Started handling job
--[Information] [05/26/2013 9:19:47 PM] Preprocessing
--[Error] [05/26/2013 9:19:47 PM] Error starting job
---[Error] [05/26/2013 9:19:47 PM] Exception message: Calling setup of processor failed with error 'Required file 'F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV\STREAM\BDMV\PLAYLIST\00800.mpls' is missing.'
---[Error] [05/26/2013 9:19:47 PM] Stacktrace: at MeGUI.core.gui.JobWorker.startEncoding(TaggedJob job)
---[Error] [05/26/2013 9:19:47 PM] Inner exception: null


The job has been cancelled. Now is there any way to get around and why it is doing this? Any help?

Thanks
cndesu is offline   Reply With Quote
Old 27th May 2013, 07:53   #3214  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by tebasuna51 View Post
My comment was referred to jq963152 post.

I don't like sliders for crf.

I don't need protections about bitrate and --vbv-maxrate, or useless crf values.
Sorry, my post was too unspecific - Which other features would you like to have in MeGUI? E.g. PCM/WAV output, ... If possible I will implement your feature wishes as a tribute for your work.

Quote:
Originally Posted by cndesu View Post
---[Error] [05/26/2013 9:19:47 PM] Exception message: Calling setup of processor failed with error 'Required file 'F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV\STREAM\BDMV\PLAYLIST\00800.mpls' is missing.'
---[Error] [05/26/2013 9:19:47 PM] Stacktrace: at MeGUI.core.gui.JobWorker.startEncoding(TaggedJob job)
---[Error] [05/26/2013 9:19:47 PM] Inner exception: null
Does this file exists? F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV\STREAM\BDMV\PLAYLIST\00800.mpls

Maybe try selecting F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV instead of F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV\STREAM as a starting point.
Zathor is offline   Reply With Quote
Old 27th May 2013, 08:51   #3215  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,781
@ rhaz:

You may also like to move from NeroAAC to QAAC (which requires an installed QuickTime, iTunes, or at least extracted CoreAudioToolbox libraries available). But I agree to let the encoder decide whether to create LC-AAC or HE-AAC (except the playback device doesn't support HC-AAC); and in general you should rather prefer a quality-based VBR mode instead of ABR (in case of QAAC, it is called "True VBR", a recommendable default value is in the range of ~70-90, documented in the HydrogenAudio forum, linked pic), both MP4 and MKV can handle that easily.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 27th May 2013, 11:07   #3216  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Quote:
Originally Posted by jq963152 View Post
IMHO everything on the "Main" tab of the x264 configuration dialog should be basic settings. And the other tabs should be for the advanced settings.
Quote:
Originally Posted by jq963152 View Post
Instead i asked him to add a slider in addition to a textbox + spinner.
ahem...
Kurtnoise is offline   Reply With Quote
Old 27th May 2013, 11:45   #3217  |  Link
cndesu
Registered User
 
Join Date: Jul 2006
Posts: 7
Quote:
Originally Posted by Zathor View Post
Sorry, my post was too unspecific - Which other features would you like to have in MeGUI? E.g. PCM/WAV output, ... If possible I will implement your feature wishes as a tribute for your work.



Does this file exists? F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV\STREAM\BDMV\PLAYLIST\00800.mpls

Maybe try selecting F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV instead of F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV\STREAM as a starting point.
I forgot to update at an earlier stage. This program works for some movie files, may be of particular size, or streams. But not all. I tried that one too, instead of stream to its parent folder, but no luck. It just throws an exception, could not find it. I tried extracting using the program tsmuxergui, it works fine. I cannot use the streams extracted from tsmuxergui with MeGUI, I do not know why!
cndesu is offline   Reply With Quote
Old 27th May 2013, 12:02   #3218  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by Zathor View Post
Sorry, my post was too unspecific - Which other features would you like to have in MeGUI? E.g. PCM/WAV output, ... If possible I will implement your feature wishes as a tribute for your work.
To be honest I never use MeGUI for my real work.

I use UsEac3to like GUI for eac3to to extract video and recode audios, DGIndexNV directly to index video, make my own avs file with some templates, run x264 with a .bat and mux with MkvMergeGUI.
And BeHappy when I need AviSynth for audio.

But follow these threads to see if I can help about AviSynth audio management or eac3to.

Maybe, for some users, a output to WAV (or W64 if output >4GB) can be interesting, PCM is useless.

Or a method to extract audio, and know Delay, from avi's, like AviMuxGUI can do manually. But I don't know how make that with a .amg.

Quote:
Does this file exists? F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV\STREAM\BDMV\PLAYLIST\00800.mpls

Maybe try selecting F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV instead of F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D\BDMV\STREAM as a starting point.
The correct starting point folder when use eac3to (HD Streams Extractor) is:
F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 27th May 2013, 23:23   #3219  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by jq963152 View Post
Both, the Blu-ray Disc standard and the AVCHD standard support PCM audio.
So why is PCM useless?
Beacause a .pcm file have the same audio data, in different order only, than a WAV/W64 file but don't have any header.

Without a header to specify Samplerate, Bithdepth and NumChannels a .pcm file can't be interpreted.

WAV/W64 is a container than can store PCM data, with a header to specify the needed parameters.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 28th May 2013, 00:54   #3220  |  Link
cndesu
Registered User
 
Join Date: Jul 2006
Posts: 7
Quote:
Originally Posted by tebasuna51 View Post
The correct starting point folder when use eac3to (HD Streams Extractor) is:
F:\Wreck it Ralph 3D\New Folder\WRECK_IT_RALPH_3D
I did try that too. But no luck. I am trying to use UsEac3to6.7. It said please wait it is processing and never finished.

Thanks
Attached Images
 
cndesu 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 19:05.


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