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. |
![]() |
#81 | Link | |
Registered User
Join Date: Sep 2007
Posts: 5,285
|
Quote:
Exactly! You want to measure the pipe speed before an actual encoding application . Because that is how it would be used in real usage scenario. IMO , that is more useful information Code:
vspipe --y4m script.vpy - | ffmpeg -f yuv4mpegpipe -i - -an -f null NUL Code:
ffmpeg -i script.avs -an -f null NUL |
|
![]() |
![]() |
![]() |
#82 | Link | |
Useful n00b
Join Date: Jul 2014
Posts: 1,667
|
Quote:
Yes, I will export frame info. Do I still need to do this: muldivRational(&VI[0].fpsDen, &VI[0].fpsNum, 1, 1); Last edited by videoh; 22nd March 2018 at 16:49. |
|
![]() |
![]() |
![]() |
#83 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,530
|
You need newer headers and you still need to do that
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
![]() |
![]() |
![]() |
#86 | Link | |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,530
|
Quote:
Code:
VSMap *Props = vsapi->getFramePropsRW(Dst); vsapi->propSetData(Props, "_PictType", &Frame->PictType, 1, paReplace); Note that many properties have standard names and types. See this part of ffms2 for hints.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
![]() |
![]() |
![]() |
#88 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,530
|
No properties are required but a list of what you should call some things if you do attach them is here. For example all the colorpsace stuff gets used by format conversions automatically then.
You're free to make up your own properties too as long as they don't start with _.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
![]() |
![]() |
![]() |
#90 | Link | |
Registered User
Join Date: Sep 2007
Posts: 5,285
|
Quote:
It is what we currently use. If there is overhead, than means if you use ffmpeg to encode, that overhead is currently incurred in real practice too - i.e it reflects reality. If you were to encode, say using libx264, it would be marginally slower because of that penalty But I would like to compare "apples to apples" someday. It is a dream. Maybe with this ![]() https://forum.doom9.org/showpost.php...6&postcount=10 maybe quote it before it might disappear Last edited by poisondeathray; 4th April 2018 at 19:35. |
|
![]() |
![]() |
![]() |
#91 | Link | |
Registered User
Join Date: Sep 2007
Posts: 5,285
|
Quote:
It's just 1 test so far, but 4.5% faster is still significant. But when coupled with actual encoding (-c:v something), you'd expect that difference to drop more |
|
![]() |
![]() |
![]() |
#92 | Link |
Registered User
Join Date: Nov 2014
Posts: 18
|
Doesn't work for me. Constantly still says no such function z_ConvertFormat. I put it under plugins+ in AviSynth+ Prog Files x86 :/
Using FFMS2 for a 4K mkv...what am I doing wrong? Last edited by TheLastOfUs; 11th August 2018 at 12:51. |
![]() |
![]() |
![]() |
#93 | Link | |
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
Quote:
It's quite possible that you don't have the required runtimes installed.
__________________
Groucho's Avisynth Stuff |
|
![]() |
![]() |
![]() |
#94 | Link | |
Registered User
Join Date: Nov 2014
Posts: 18
|
Quote:
AviSynth+ 0.1 (r1576, x86) (2.6.0.5) Script error: There is no function named 'z_ConvertFormat'. (C:\Users\Desktop\AVSMeter281\New File (1).avs, line 2) |
|
![]() |
![]() |
![]() |
#95 | Link | |
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
Quote:
2. Read my last post again - The command line should be "AVSMeter avsinfo"
__________________
Groucho's Avisynth Stuff |
|
![]() |
![]() |
![]() |
#98 | Link | |
Registered User
Join Date: Nov 2014
Posts: 18
|
Quote:
Updating worked. Thank you kindly! I love avsmeter. It's amazing for diagnosis. I'm surprised I'm JUST now finding out about your tool! |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|