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 17th July 2021, 12:11   #7001  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
--[Information] MeGUI: 2913 x86
...
---[NoImage] PointResize(3840,2160)
---[NoImage] Prefetch(6)
...
--[Information] [7/11/2021 11:41:00 PM] Job command line: "cmd.exe" /c ""B:\MEGUI2\tools\ffmpeg\ffmpeg.exe" -loglevel level+error -i "B:\2f11eawv.acl\taa.mkv.avs" -strict -1 -f yuv4mpegpipe - | "B:\MEGUI2\tools\x265\x64\x265.exe" --preset slow --crf 16.0 --sar 1:1 --output "B:\2f11eawv.acl\taa_Video.hevc" --frames 30126 --y4m -"
...
---[Information] [7/11/2021 11:47:29 PM] [error] av_interleaved_write_frame(): Broken pipe
---[Information] [7/11/2021 11:47:29 PM] [error] Error writing trailer of pipe:: Broken pipe
--[Error] [7/11/2021 11:47:29 PM] Process exits with error: 0xC0000005 STATUS_ACCESS_VIOLATION (-1073741819)
I only can recommend check if works with:

1) Megui -> Options -> Extended -> Auto Update -> Use development update server -> Save
Megui -> Tools -> Update -> Show all packages -> Enable all packages -> Update

MeGUI: 2913 to MeGUI: 2924

2) Disable Prefetch(6)
useless for PointResize and exigent for RAM resources.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 19th July 2021, 02:43   #7002  |  Link
MrBonk
Registered User
 
Join Date: Aug 2015
Posts: 29
Quote:
Originally Posted by tebasuna51 View Post
I only can recommend check if works with:

1) Megui -> Options -> Extended -> Auto Update -> Use development update server -> Save
Megui -> Tools -> Update -> Show all packages -> Enable all packages -> Update

MeGUI: 2913 to MeGUI: 2924

2) Disable Prefetch(6)
useless for PointResize and exigent for RAM resources.
Tried all that, even tried resetting my RAM to stock timings. Still same crash.
Using NVenc with Handbrake works without problem. However using standard CPU encoding with HB caused a crash of that program as well 38% through the process.
The only other thing i've not tested at this point is doing all this in Windows 10 rather than Windows 7. W7 is my daily driver for older games and a few other things.

Last edited by MrBonk; 19th July 2021 at 05:13.
MrBonk is offline   Reply With Quote
Old 19th July 2021, 10:50   #7003  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Must work in W7, the last test if you already preserve the "B:\2f11eawv.acl\taa.mkv.avs" file, the taa.mkv and B:\MEGUI2\

Create and run this test.bat file:
Code:
"B:\MEGUI2\tools\x265\avs4x26x.exe" -L "B:\MEGUI2\tools\x265\x64\x265.exe" --preset slow --crf 16.0 --sar 1:1 -o "B:\2f11eawv.acl\taa_VideoN.hevc" "B:\2f11eawv.acl\taa.mkv.avs"
pause
avs4x26x is a old interface between AviSynth and x265 instead ffmpeg.
Work fine in my PC.

[EDIT]I forget other test because you have:
Quote:
---[Information] AviSynth
----[Information] File Version: 3.7.0
----[Information] File Date: 11-01-2021
----[Information] File Name: AviSynth+ 3.7.0 (r3382, 3.7, i386)
Megui -> Options -> Main -> Always use the included AviSynth

The included AviSynth+ version is 3.5.1
__________________
BeHappy, AviSynth audio transcoder.

Last edited by tebasuna51; 19th July 2021 at 11:07. Reason: add info
tebasuna51 is offline   Reply With Quote
Old 19th July 2021, 21:11   #7004  |  Link
makoto232
Registered User
 
Join Date: Jul 2021
Posts: 2
Mux mp4 oneclick encoder

I use megui to encode files to x264. most of the files I get are in an mkv container.

Every time i try to encode mkv file to mp4 I get a "No container type could be found that matches the list of acceptable types in your chosen one click profile. Your restrictions are now being ignored." error

Anyone any clue as to what might be wrong?

There is no error listed in the log if any one asks... it just ignores my mp4 setting and reencodes to mkv.

Thank you guys and have a nice day.
Attached Files
File Type: rar kk.rar (1.4 KB, 27 views)
makoto232 is offline   Reply With Quote
Old 19th July 2021, 23:26   #7005  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by makoto232 View Post
"No container type could be found that matches the list of acceptable types in your chosen one click profile. Your restrictions are now being ignored." error
We don't know your one click profile.

Remux that mkv to mp4 is not posible because AFAIK mp4 container don't support ASS subtitles.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 20th July 2021, 02:55   #7006  |  Link
MrBonk
Registered User
 
Join Date: Aug 2015
Posts: 29
Quote:
Originally Posted by tebasuna51 View Post
Must work in W7, the last test if you already preserve the "B:\2f11eawv.acl\taa.mkv.avs" file, the taa.mkv and B:\MEGUI2\

Create and run this test.bat file:
Code:
"B:\MEGUI2\tools\x265\avs4x26x.exe" -L "B:\MEGUI2\tools\x265\x64\x265.exe" --preset slow --crf 16.0 --sar 1:1 -o "B:\2f11eawv.acl\taa_VideoN.hevc" "B:\2f11eawv.acl\taa.mkv.avs"
pause
avs4x26x is a old interface between AviSynth and x265 instead ffmpeg.
Work fine in my PC.

[EDIT]I forget other test because you have:

Megui -> Options -> Main -> Always use the included AviSynth

The included AviSynth+ version is 3.5.1
Thank you for all the suggestions. I think the problem ended up being with my CPU actually.
I reduced the clock by 50Mhz and suddenly no crashes...
Was able to complete encoding with no issues on the normal up to date dev server version I normally used before.
MrBonk is offline   Reply With Quote
Old 20th July 2021, 12:29   #7007  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
@videoh new DGIndex 2.0.0.5 error with megui. I think you change commands in 2.0.0.5, old ver still use normally. Megui still use old commands
https://sourceforge.net/p/megui/bugs/963/?limit=25#5d9c
kedautinh12 is online now   Reply With Quote
Old 20th July 2021, 23:39   #7008  |  Link
makoto232
Registered User
 
Join Date: Jul 2021
Posts: 2
yeap, one click:
i try with srt but the subtitle doesn't burn into the mp4 file.
makoto232 is offline   Reply With Quote
Old 21st July 2021, 01:42   #7009  |  Link
videoh
Useful n00b
 
Join Date: Jul 2014
Posts: 1,667
Quote:
Originally Posted by kedautinh12 View Post
@videoh new DGIndex 2.0.0.5 error with megui. I think you change commands in 2.0.0.5, old ver still use normally. Megui still use old commands
https://sourceforge.net/p/megui/bugs/963/?limit=25#5d9c
Until MeGUI is updated you'll have to use an earlier version of DGIndex. Just use the one that ships with MeGUI.
videoh is offline   Reply With Quote
Old 21st July 2021, 09:48   #7010  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by makoto232 View Post
yeap, one click:
i try with srt but the subtitle doesn't burn into the mp4 file.
Burn?

You can add ass or srt files (soft mux not burn) to mp4 using mp4box included in MeGUI: MeGUI -> Tools -> Muxer -> MP4 Muxer

Also with ffmpeg:

ffmpeg -i infile.mp4 -i infile.srt -c:v copy -c:a copy -c:s mov_text outfile.mp4
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 21st July 2021, 12:01   #7011  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
Quote:
Originally Posted by tebasuna51 View Post
Burn?
I think he say added softsub become hardsub
kedautinh12 is online now   Reply With Quote
Old 28th July 2021, 15:04   #7012  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
L-SMASH Source 20210811
https://github.com/HomeOfAviSynthPlu...Works/releases

Last edited by kedautinh12; 15th August 2021 at 04:30.
kedautinh12 is online now   Reply With Quote
Old 2nd August 2021, 13:15   #7013  |  Link
Bazzu85
Registered User
 
Join Date: Jan 2019
Posts: 8
Hi guys..
about this:
https://forum.doom9.org/showpost.php...postcount=6853

the bug is still there..

any chance to fix this? it's annoying to always check the destination file to be sure that has alla the subtitles..
Bazzu85 is offline   Reply With Quote
Old 13th August 2021, 09:43   #7014  |  Link
Bazzu85
Registered User
 
Join Date: Jan 2019
Posts: 8
guys, in one click encoder, are there a way to convert the audio tracks to eac3?
the only default scratchpad I have are:
FFMPEG AC3, AAC and MP2
FLAC
OPUS
VORBIS

any suggestions?
Bazzu85 is offline   Reply With Quote
Old 15th August 2021, 04:30   #7015  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
ffms2_1c6169a
https://forum.doom9.org/showthread.p...99#post1949799
kedautinh12 is online now   Reply With Quote
Old 15th August 2021, 08:09   #7016  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,781
@Bazzu85:

There is no free EAC3 encoder supported by MeGUI I know of; I don't remember EAC3 being supported ever, and I know FFmpeg has some troubles with a few variants of this format (especially Blu-ray specific with 6+2 subchannels).
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 15th August 2021, 10:09   #7017  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
I found a workaround to encode to eac3 with MeGUI:

In Audio encoding -> Encoder settings -> select a FFmpeg A-C3 preset and 'Config' (see the image):

1) Config like you want but ffmpeg can only create until 5.1 (and not Bluray compliant like LigH say)

2) In 'Extra' tab add: -acodec eac3
That override the default preset from ac3 to eac3

3) Create the new preset with a new name, for instance 'eac3'

The new preset 'FFmpeg A-C3: eac3' can be selected after also in One-Click process, and the full output seems correct with EAC3 audio.

When selected only for audio conversion the output file must have .ac3 extension, but internally is EAC3 and you can modify the extension without problems.
Attached Images
 
__________________
BeHappy, AviSynth audio transcoder.

Last edited by tebasuna51; 15th August 2021 at 10:13. Reason: typo
tebasuna51 is offline   Reply With Quote
Old 15th August 2021, 18:36   #7018  |  Link
j8ee
Registered User
 
j8ee's Avatar
 
Join Date: Aug 2002
Location: Sweden
Posts: 65
Having problems with indexing vob files, getting "Couldn't open input file in HIDE mode! Exiting...". It's probably after an update to dgindex 2.0.0.5. Haven't used MeGUI in a while, it seems I had dgmpgdec-158-32 before the update.

In one case a fast exit with an error:

Code:
[Error] Log for job1 (idx, VTS_01_1.VOB -> 1_VTS_01_1.d2v)
--[Information] [2021-08-15 19:08:59] Started handling job
--[Information] [2021-08-15 19:08:59] Preprocessing
--[Information] [2021-08-15 19:08:59] Job command line: "C:\Users\username\PortableApps\MeGUI\tools\dgindex\dgindex.exe" -SD=< -AIF=<C:\Temp\1\VTS_01_1.VOB< -OF=<C:\Temp\1\1_VTS_01_1< -FO=0 -exit -hide -OM=2
--[Information] [2021-08-15 19:08:59] Process started
--[Information] [2021-08-15 19:08:59] Standard output stream
--[Information] [2021-08-15 19:08:59] Standard error stream
--[Error] [2021-08-15 19:09:01] Process exits with error: 1
--[Information] [2021-08-15 19:09:01] Job completed
In another there's an intermediate vob file created first, and then a buffer overrun:

Code:
[Error] Log for job3 (idx, 2_VTS_01_1_1.VOB -> 2_VTS_01_1.d2v)
--[Information] [2021-08-15 19:09:46] Started handling job
--[Information] [2021-08-15 19:09:46] Preprocessing
--[Information] [2021-08-15 19:09:46] Job command line: "C:\Users\username\PortableApps\MeGUI\tools\dgindex\dgindex.exe" -SD=< -AIF=<C:\Temp\2\2_VTS_01_1_1.VOB< -OF=<C:\Temp\2\2_VTS_01_1< -FO=0 -exit -hide -OM=2
--[Information] [2021-08-15 19:09:46] Process started
--[Information] [2021-08-15 19:09:46] Standard output stream
--[Information] [2021-08-15 19:09:46] Standard error stream
--[Error] [2021-08-15 19:09:52] Process exits with error: 0xC0000409 STATUS_STACK_BUFFER_OVERRUN (-1073740791)
--[Information] [2021-08-15 19:09:52] Job completed
Full log attached

I just replaced everything in the dgindex folder with the old 1.5.8 version and everything worked OK. Hopefully it will update fine still, but it would be nice with a simple way to roll back updates. Maybe there is...?
Attached Files
File Type: zip log.zip (2.4 KB, 25 views)
j8ee is offline   Reply With Quote
Old 17th August 2021, 05:10   #7019  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
dgindex 2.0.0.5 changed command. If you use older ver will work normally
kedautinh12 is online now   Reply With Quote
Old 17th August 2021, 05:41   #7020  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
@videoh, can you share older ver in here??
http://rationalqm.us/dgmpgdec/
kedautinh12 is online now   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 06:16.


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