View Full Version : Displaying Frame Quantizer and Size
TheVillageIdiot
10th September 2015, 16:38
Is there a function I could use to have the frame quantizer/size info be displayed in avsp (source is avc)
Something like this (https://whatimg.com/i/ObU54a.png). Mirror (http://i1.someimage.com/qOxKx3b.png)
Thanks.
Sparktank
10th September 2015, 23:58
403 Forbidden error when accessing the image.
Reel.Deel
11th September 2015, 01:43
403 Forbidden error when accessing the image.
Works for me. Just in case here's an alternate link (https://web.archive.org/web/20150911004208/https://whatimg.com/i/ObU54a.png).
Sparktank
11th September 2015, 01:53
Whatimg home page has this:
Welcome to WhatIMG
WhatIMG is an invite only image hosting service that acts as a more reliable alternative to things like Imgur, Photobucket or Imageshack. Registration is currently not open and the only way to get a registration code would be from another WhatIMG member.
I'm not a member, maybe that's why.
Or maybe country restriction? (Canada here)
Site also loads incredibly slow for me. 1.5 seconds to load simple page with text.
Reel.Deel
11th September 2015, 02:13
Hmm, that's odd, I'm not a member either. As you said, it could be some restriction...
raffriff42
11th September 2015, 06:03
Try ffdshow tryouts. On-screen and/or log to file. See here (http://forum.doom9.org/showthread.php?p=1693552#post1693552), item #2.
Sparktank
11th September 2015, 09:20
Only in FFDShow, I don't think there's anything in *avisynth* that can be replicated for AvsPmod.
Closest, maybe, is to make a request for FFMS2 to copy what FFDShow has for OSD.
raffriff42
11th September 2015, 11:19
A couple of other alternatives...
ffprobe.exe == almost everything except quant:
http://forum.doom9.org/showthread.php?p=1692702#post1692702
ffplay.exe -debug == average quant per frame, but frames out of order
http://forum.doom9.org/showthread.php?p=1692797#post1692797
I was working on a script (http://forum.doom9.org/showthread.php?p=1693064#post1693064) to format the merged output of the two into a nice spreadsheet, but lost interest when I saw how well ffdshow was working.
Sparktank
11th September 2015, 11:26
Would be nice to have a port of that info for AvsPMod use.
Pausing in anything that uses FFDShow is not fun. Nor accurate. MPC-HC has two options. But it's never really "frame accurate" like indexing with DGdecNV or FFMS2.
A nice "placebo" port of information/statistics would be fun for something like AvsPmod (or whatever kids are using these days).
TheVillageIdiot
11th September 2015, 13:00
Ok, I tried configuring ffdshow as mentioned here (http://forum.doom9.org/showthread.php?p=1693552#post1693552) and calling it through ffdshow("default") in AvsP but it does not seem to be working.
http://t1.someimage.com/8ZMTBx8.jpg (http://someimage.com/8ZMTBx8)
Did I miss something very obvious? Forgive the noobness :o
Sparktank
11th September 2015, 14:01
VirtualDub allows use of DSF like FFDshow, but AvsPMod does not.
For AvsPmod use, you would need FFDShow to have an Avisynth plugin. Which, I don't there is.
Just a plugin for VirtualDub use. Then you can load as-is and save screenshots (having played around with output settings).
Maybe if you play a lot with DirectShowSource (remove LAV or others and make FFDShow primary with OSD enabeld or FFDShow-processing with OSD enabled ?? )
If you have LAV Filters decode the video first, you get nothing out of OSD for FFDShow as FFDShow is only secondary to LAV Video.
You need to cut the middle-man out.
Codec Tweak Tool (http://www.videohelp.com/software/Codec-Tweak-Tool) will help with that.
TheVillageIdiot
11th September 2015, 14:30
Thanks for the help guys. I managed to get it to work in mpc (http://i1.someimage.com/Fqwno0q.png).
Just wish this was doable in AvsP :/
raffriff42
11th September 2015, 14:45
Just wish this was doable in AvsP :/Should be doable. Gotta run; I will look at it later.
http://avisynth.nl/index.php/FAQ_using_virtualdub_plugins
raffriff42
11th September 2015, 20:21
Now I can't get ffdshow to show frame quant within VirtualDub, so I don't think I can do an Avisynth script wrapper for you. I tried it with several VirtualDub versions, and to eliminate Win8 issues, with a WinXP virtual machine too. Same thing. I don't know.
MPC-HC (1.7.8, 32-bit) + ffdshow tryouts (rev4532) still works, for the moment...
TheVillageIdiot
12th September 2015, 02:14
No worries, thanks for the effort :)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.