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 April 2019, 08:09   #8801  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
@imsrk48 - do you possibly confuse encoders with decoders?

MeGUI offers you FFMS2 (or L-SMASH Works, alternatively) per default in its "File Indexer" during the source selection. DirectShow decoding is disabled in recent versions, you would have to enable it manually.
_

@LouieChuckyMerry: No guarantee, but batch audio processing with AviSynth base might be the domain of BeHappy, instead of MeGUI.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 25th April 2019, 18:41   #8802  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by LigH View Post
@imsrk48 - do you possibly confuse encoders with decoders?

MeGUI offers you FFMS2 (or L-SMASH Works, alternatively) per default in its "File Indexer" during the source selection. DirectShow decoding is disabled in recent versions, you would have to enable it manually.
_

@LouieChuckyMerry: No guarantee, but batch audio processing with AviSynth base might be the domain of BeHappy, instead of MeGUI.
I don't know Sir. I have tried ConvertToYV12 but after this encoding speed is too slow showing 40 minutes in first video pass.

Please Suggest me best method. I bag You.

Really urgent Sir.

I want to encode a video. Really urgent or important.
imsrk48 is offline   Reply With Quote
Old 25th April 2019, 20:03   #8803  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
So far as I know, MeGUI REQUIRES YV12 final colorspace to work at all, and if already in YV12, then ConvertToYV12 does nothing.
So, dont have a clue as to why encoding speed may be slow.
Quote:
When the target format is the same as the source format, the original clip will be returned unchanged, except for the case of ConvertToYV12 where the ChromaInPlacement and ChromaOutPlacement parameters are different
http://avisynth.nl/index.php/Convert

Again, suggest that you learn at least basic Avisynth scripting, then you might have more idea what is wrong when problems show up.
If you add eg

Code:
# some script stuff
...

#ConvertToYV12  # comment out for showing info, then remove when not showing info
Info
And set in options to "Show video preview after avisynth script selection", and see what Info shows you.
What is the colorspace shown by info ?
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 26th April 2019, 04:56   #8804  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by StainlessS View Post
So far as I know, MeGUI REQUIRES YV12 final colorspace to work at all, and if already in YV12, then ConvertToYV12 does nothing.
So, dont have a clue as to why encoding speed may be slow.

http://avisynth.nl/index.php/Convert

Again, suggest that you learn at least basic Avisynth scripting, then you might have more idea what is wrong when problems show up.
If you add eg

Code:
# some script stuff
...

#ConvertToYV12  # comment out for showing info, then remove when not showing info
Info
And set in options to "Show video preview after avisynth script selection", and see what Info shows you.
What is the colorspace shown by info ?
Video Colorspace is RGB32.
imsrk48 is offline   Reply With Quote
Old 26th April 2019, 09:36   #8805  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
I'm using a slightly older MeGUI (dont have any installed currently), but it always used to ask if it should add "ConvertToYV12" at end of script when not already YV12
(maybe other planar YUV worked, not sure).
Have no idea why RGB32 should encode faster than YV12, seems a bit crazy.
Maybe someone else has an idea what it does, why it is faster when RGB32.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 26th April 2019, 09:40   #8806  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
Is it faster? It didn't work at all for him. Maybe the speed he gets is totally normal.
sneaker_ger is offline   Reply With Quote
Old 26th April 2019, 10:11   #8807  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
There are usually two groups of reasons why encoding feels "slow":

a) a lot of slow video filters (to evaluate this, we need to know the complete AviSynth script)
b) the video encoder set up with a very slow parameter set

In any case, inspecting an MeGUI log file of a rather successful encoding attempt would be most appreciated. Begging does not accelerate our help. Facts may do.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 26th April 2019, 10:23   #8808  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by LigH View Post
There are usually two groups of reasons why encoding feels "slow":

a) a lot of slow video filters (to evaluate this, we need to know the complete AviSynth script)
b) the video encoder set up with a very slow parameter set

In any case, inspecting an MeGUI log file of a rather successful encoding attempt would be most appreciated. Begging does not accelerate our help. Facts may do.
Encoding Speed too Much slow when Input Video Have RGB32.

Here is My Complete Log File

https://mega.nz/#!EqpUAQAA!JOI...KHH...HY96eQewAkJGNE
imsrk48 is offline   Reply With Quote
Old 26th April 2019, 12:05   #8809  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
From your MEGA posted link


EDIT: OK, think I figured it out, you maybe are using script in post #8808,which requires RGB32, and uses Overlay.
I'll mod the script for YV12.

But repost your log.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 27th April 2019 at 01:39.
StainlessS is offline   Reply With Quote
Old 26th April 2019, 18:54   #8810  |  Link
LouieChuckyMerry
Registered User
 
LouieChuckyMerry's Avatar
 
Join Date: Feb 2014
Posts: 355
Quote:
Originally Posted by LigH View Post
@LouieChuckyMerry: No guarantee, but batch audio processing with AviSynth base might be the domain of BeHappy, instead of MeGUI.
Thank you for your answer. I tried BeHappy some years ago and found it well above my head, but I'll try again. Maybe I've actually learned something(s) since then ;-) .
LouieChuckyMerry is offline   Reply With Quote
Old 26th April 2019, 22:06   #8811  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Quote:
Originally Posted by LouieChuckyMerry View Post
Thank you for your answer. I tried BeHappy some years ago and found it well above my head, but I'll try again. Maybe I've actually learned something(s) since then ;-) .
Sorry, but BeHappy can't do anything more than MeGUI in batch processing.

Maybe with wavi or avs2pipemod (command line exe's to convert .avs's to audio)
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 26th April 2019, 23:40   #8812  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
@imsrk48:







...
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 27th April 2019, 05:17   #8813  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by LigH View Post
@imsrk48:















...
Already Given check my mega.nz URL
imsrk48 is offline   Reply With Quote
Old 27th April 2019, 05:19   #8814  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by StainlessS View Post
From your MEGA posted link


EDIT: OK, think I figured it out, you maybe are using script in post #8808,which requires RGB32, and uses Overlay.
I'll mod the script for YV12.

But repost your log.
I'm unable to send .log file as a document here.
imsrk48 is offline   Reply With Quote
Old 27th April 2019, 05:21   #8815  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by StainlessS View Post
From your MEGA posted link


EDIT: OK, think I figured it out, you maybe are using script in post #8808,which requires RGB32, and uses Overlay.
I'll mod the script for YV12.

But repost your log.
Page URL
https://mega.nz/#!EqpUAQAA!JOIFRxZzX...HY96eQewAkJGNE


Decrypt key

JOIFRxZzX3fJdKHHZXrml-Ku9hqcoHY96eQewAkJGNE
imsrk48 is offline   Reply With Quote
Old 27th April 2019, 14:15   #8816  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Odd, did not request any decrypt key, but downloaded ok now.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 27th April 2019, 14:20   #8817  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by StainlessS View Post
Odd, did not request any decrypt key, but downloaded ok now.
Okay Sir

I have checked MeGUI also taking too much time in also YUV Colorspace. That is common

So maybe MeGUI have some bug after Updated I'm facing this issue. So Dear MeGUI's Team Please Take A Look
imsrk48 is offline   Reply With Quote
Old 27th April 2019, 15:31   #8818  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
So this is relevant at end of log (video pass only)
Code:
-[Error] Log for job2 (video, HxH 008.avs -> )
--[Information] [24/4/2019 6:04:22 PM] Started handling job
--[Information] [24/4/2019 6:04:22 PM] Preprocessing
--[Information] [24/4/2019 6:04:22 PM] AviSynth input script

---[NoImage] LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avs\plugins\directshowsource.dll")
---[NoImage] DirectShowSource("D:\New folder\HxH 008.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
---[NoImage] ConvertBits(8)
---[NoImage] #deinterlace
---[NoImage] #crop
---[NoImage] LanczosResize(1256,704) # Lanczos (Sharp)
---[NoImage] #denoise
---[NoImage] LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avisynth_plugin\VSFilter.dll")
---[NoImage] TextSub("D:\New folder\AnimeKaizoku_HxH_E008_x265_BD_720p.ass", 1)

--[Information] [24/4/2019 6:04:23 PM] resolution: 1256x704
--[Information] [24/4/2019 6:04:23 PM] frame rate: 24000/1001
--[Information] [24/4/2019 6:04:23 PM] frames: 33931
--[Information] [24/4/2019 6:04:23 PM] length: 00:23:35.205
--[Information] [24/4/2019 6:04:23 PM] aspect ratio (avs): 157:88 (1.784)
--[Information] [24/4/2019 6:04:23 PM] color space: RGB32
--[Error] [24/4/2019 6:04:23 PM] color space not supported
--[Information] [24/4/2019 6:04:23 PM] Job command line: "cmd.exe" /c ""D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\ffmpeg\ffmpeg.exe" -loglevel level+error 
        -i "D:\New folder\HxH 008.avs" -strict -1 -f yuv4mpegpipe - | "D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\x264\x264.exe" --pass 1 --bitrate 390 
        --stats "D:\New folder\HxH 008.stats" --keyint 240 --ref 6 --partitions all --stitchable --sar 1:1 --frames 33931 --output NUL --stdin y4m -"
--[Information] [24/4/2019 6:04:24 PM] Process started
--[Information] [24/4/2019 6:04:24 PM] Standard output stream
--[Error] [24/4/2019 6:04:24 PM] Standard error stream
---[Error] [24/4/2019 6:04:25 PM] [yuv4mpegpipe @ 07d2fac0] [error] ERROR: yuv4mpeg can only handle yuv444p, yuv422p, yuv420p, yuv411p and gray8 pixel formats. And using 'strict -1' also 
        yuv444p9, yuv422p9, yuv420p9, yuv444p10, yuv422p10, yuv420p10, yuv444p12, yuv422p12, yuv420p12, yuv444p14, yuv422p14, yuv420p14, yuv444p16, yuv422p16, yuv420p16, gray9, gray10, 
        gray12 and gray16 pixel formats. Use -pix_fmt to select one.
---[Information] [24/4/2019 6:04:25 PM] [error] Could not write header for output file #0 (incorrect codec parameters ?): I/O error
---[Information] [24/4/2019 6:04:25 PM] [error] Error initializing output stream 0:0 -- 
---[Error] [24/4/2019 6:04:25 PM] y4m [error]: bad sequence header magic
---[Error] [24/4/2019 6:04:25 PM] x264 [error]: could not open input file `-'
--[Error] [24/4/2019 6:04:26 PM] Process exits with error: 0xFFFFFFFF (-1)
--[Information] [24/4/2019 6:04:26 PM] Job completed
Script
Code:
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avs\plugins\directshowsource.dll")
DirectShowSource("D:\New folder\HxH 008.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
ConvertBits(8)
#deinterlace
#crop
LanczosResize(1256,704) # Lanczos (Sharp)
#denoise
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avisynth_plugin\VSFilter.dll")
TextSub("D:\New folder\AnimeKaizoku_HxH_E008_x265_BD_720p.ass", 1)

Error
Code:
---[Error] [24/4/2019 6:04:25 PM] [yuv4mpegpipe @ 07d2fac0] [error] ERROR: yuv4mpeg can only handle yuv444p, yuv422p, yuv420p, yuv411p and gray8 pixel formats. And using 'strict -1' 
        also yuv444p9, yuv422p9, yuv420p9, yuv444p10, yuv422p10, yuv420p10, yuv444p12, yuv422p12, yuv420p12, yuv444p14, yuv422p14, yuv420p14, yuv444p16, yuv422p16, yuv420p16, gray9, gray10,
         gray12 and gray16 pixel formats. Use -pix_fmt to select one.
Either Add "ConvertToYV12" at end of script (I'm surprised if it does not ask to do this for you).

Or add DirectShowSource arg

DirectShowSource Docs
Quote:
DirectShowSource (string filename, float "fps", bool "seek", bool "audio", bool "video", bool "convertfps", bool "seekzero", int "timeout", string "+pixel_type",int "framecount", string "logfile", int "logmask")
[EDIT: Looks like the '+' in above "+pixel_type" built-in v2.60std docs is wrong, should not be there. (is OK in WIKI docs)]

Script, added in blue
Code:
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avs\plugins\directshowsource.dll")
DirectShowSource("D:\New folder\HxH 008.mkv", fps=23.976, audio=false, convertfps=true ,Pixel_Type="YV12" ).AssumeFPS(24000,1001)
ConvertBits(8)
#deinterlace
#crop
LanczosResize(1256,704) # Lanczos (Sharp)
#denoise
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avisynth_plugin\VSFilter.dll")
TextSub("D:\New folder\AnimeKaizoku_HxH_E008_x265_BD_720p.ass", 1)
EDIT: Source seems to be 10 bit, dont know what this [Pixel_Type="YV12"] should be if not YV12, any suggestions for 10bit Planar ? (I never touch the stuff)
EDIT: Actually, the error tells what it can process, ie change above "YV12" to "yuv420p", (maybe directShowSource supports this also).

EDIT: Below from Wiki DirectShowSource docs, I dont know what would work if pixel_type="YV12" dont work,

Quote:
string pixel_type = (auto)

Request a color format from the decompressor. Valid values are:

YV24, YV16, YV12, I420, NV12, YUY2, AYUV, Y41P, Y411, ARGB, RGB32, RGB24, YUV, YUVex, RGB, AUTO, FULL

By default, upstream DirectShow filters are free to bid all of their supported media types in the order of their choice. A few DirectShow filters get this wrong. The pixel_type argument limits the acceptable video stream subformats for the IPin negotiation. Note the graph builder may add a format converter to satisfy your request, so make sure the codec in use can actually decode to your chosen format. The MS format converter is just adequate. The "YUV" and "RGB" pseudo-types restrict the negotiation to all official supported YUV or RGB formats respectively. The "YUVex" also includes YV24, YV16, I420 and NV12 non-standard pixel types. The "AUTO" pseudo-type permits the negotiation to use all relevant official formats, YUV plus RGB. The "FULL" pseudo-type includes the non-standard pixel types in addition to those supported by "AUTO". The full order of preference is YV24, YV16, YV12, I420, NV12, YUY2, AYUV, Y41P, Y411, ARGB, RGB32, RGB24. Many DirectShow filters get this wrong, which is why it is not enabled by default. The option exists so you have enough control to encourage the maximum range of filters to serve your media. (See discussion.)

The non-standard pixel types use the following GUID's respectively :-

MEDIASUBTYPE_I420 = {'024I', 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71};
MEDIASUBTYPE_YV24 = {'42VY', 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71};
MEDIASUBTYPE_YV16 = {'61VY', 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71};
MEDIASUBTYPE_NV12 = {'21VN', 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71};

In other words, if pixel_type="AUTO", it will try to output YV24; if that isn't possible it tries YV16, and if that isn't possible it tries YV12, etc...
[EDIT: Actually looks like '+' is not wrong in docs]
For planar color formats, adding a '+' prefix, e.g. DirectShowSource(..., pixel_type="+YV12"), tells AviSynth the video rows are DWORD aligned in memory instead of packed. This can fix skew or tearing of the decoded video when the width of the picture is not divisible by 4.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 27th April 2019 at 22:31.
StainlessS is offline   Reply With Quote
Old 27th April 2019, 15:33   #8819  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by StainlessS View Post
So this is relevant at end of log (video pass only)
Code:
-[Error] Log for job2 (video, HxH 008.avs -> )
--[Information] [24/4/2019 6:04:22 PM] Started handling job
--[Information] [24/4/2019 6:04:22 PM] Preprocessing
--[Information] [24/4/2019 6:04:22 PM] AviSynth input script

---[NoImage] LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avs\plugins\directshowsource.dll")
---[NoImage] DirectShowSource("D:\New folder\HxH 008.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
---[NoImage] ConvertBits(8)
---[NoImage] #deinterlace
---[NoImage] #crop
---[NoImage] LanczosResize(1256,704) # Lanczos (Sharp)
---[NoImage] #denoise
---[NoImage] LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avisynth_plugin\VSFilter.dll")
---[NoImage] TextSub("D:\New folder\AnimeKaizoku_HxH_E008_x265_BD_720p.ass", 1)

--[Information] [24/4/2019 6:04:23 PM] resolution: 1256x704
--[Information] [24/4/2019 6:04:23 PM] frame rate: 24000/1001
--[Information] [24/4/2019 6:04:23 PM] frames: 33931
--[Information] [24/4/2019 6:04:23 PM] length: 00:23:35.205
--[Information] [24/4/2019 6:04:23 PM] aspect ratio (avs): 157:88 (1.784)
--[Information] [24/4/2019 6:04:23 PM] color space: RGB32
--[Error] [24/4/2019 6:04:23 PM] color space not supported
--[Information] [24/4/2019 6:04:23 PM] Job command line: "cmd.exe" /c ""D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\ffmpeg\ffmpeg.exe" -loglevel level+error 
        -i "D:\New folder\HxH 008.avs" -strict -1 -f yuv4mpegpipe - | "D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\x264\x264.exe" --pass 1 --bitrate 390 
        --stats "D:\New folder\HxH 008.stats" --keyint 240 --ref 6 --partitions all --stitchable --sar 1:1 --frames 33931 --output NUL --stdin y4m -"
--[Information] [24/4/2019 6:04:24 PM] Process started
--[Information] [24/4/2019 6:04:24 PM] Standard output stream
--[Error] [24/4/2019 6:04:24 PM] Standard error stream
---[Error] [24/4/2019 6:04:25 PM] [yuv4mpegpipe @ 07d2fac0] [error] ERROR: yuv4mpeg can only handle yuv444p, yuv422p, yuv420p, yuv411p and gray8 pixel formats. And using 'strict -1' also 
        yuv444p9, yuv422p9, yuv420p9, yuv444p10, yuv422p10, yuv420p10, yuv444p12, yuv422p12, yuv420p12, yuv444p14, yuv422p14, yuv420p14, yuv444p16, yuv422p16, yuv420p16, gray9, gray10, 
        gray12 and gray16 pixel formats. Use -pix_fmt to select one.
---[Information] [24/4/2019 6:04:25 PM] [error] Could not write header for output file #0 (incorrect codec parameters ?): I/O error
---[Information] [24/4/2019 6:04:25 PM] [error] Error initializing output stream 0:0 -- 
---[Error] [24/4/2019 6:04:25 PM] y4m [error]: bad sequence header magic
---[Error] [24/4/2019 6:04:25 PM] x264 [error]: could not open input file `-'
--[Error] [24/4/2019 6:04:26 PM] Process exits with error: 0xFFFFFFFF (-1)
--[Information] [24/4/2019 6:04:26 PM] Job completed
Script
Code:
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avs\plugins\directshowsource.dll")
DirectShowSource("D:\New folder\HxH 008.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
ConvertBits(8)
#deinterlace
#crop
LanczosResize(1256,704) # Lanczos (Sharp)
#denoise
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avisynth_plugin\VSFilter.dll")
TextSub("D:\New folder\AnimeKaizoku_HxH_E008_x265_BD_720p.ass", 1)

Error
Code:
---[Error] [24/4/2019 6:04:25 PM] [yuv4mpegpipe @ 07d2fac0] [error] ERROR: yuv4mpeg can only handle yuv444p, yuv422p, yuv420p, yuv411p and gray8 pixel formats. And using 'strict -1' 
        also yuv444p9, yuv422p9, yuv420p9, yuv444p10, yuv422p10, yuv420p10, yuv444p12, yuv422p12, yuv420p12, yuv444p14, yuv422p14, yuv420p14, yuv444p16, yuv422p16, yuv420p16, gray9, gray10,
         gray12 and gray16 pixel formats. Use -pix_fmt to select one.
Either Add "ConvertToYV12" at end of script (I'm surprised if it does not ask to do thi for you).

Of add directShowSource arg

DirectShowSource Docs


Script, added in blue
Code:
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avs\plugins\directshowsource.dll")
DirectShowSource("D:\New folder\HxH 008.mkv", fps=23.976, audio=false, convertfps=true ,Pixel_Type="YV12" ).AssumeFPS(24000,1001)
ConvertBits(8)
#deinterlace
#crop
LanczosResize(1256,704) # Lanczos (Sharp)
#denoise
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avisynth_plugin\VSFilter.dll")
TextSub("D:\New folder\AnimeKaizoku_HxH_E008_x265_BD_720p.ass", 1)
Thanks
imsrk48 is offline   Reply With Quote
Old 27th April 2019, 21:51   #8820  |  Link
Xor
Registered User
 
Join Date: Nov 2013
Posts: 40
hi i have enabled RESIZE,

but on downscale 1080 to 720p give this error



How to solved/fix ? (Os and megui are x64 version)

Thanks
Xor 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 21:30.


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