Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Releases: cplussharp/graph-studio-next
Releases · cplussharp/graph-studio-next
Version 0.7.3.1
15 Jan 11:55
Choose a tag to compare
Could not load tags
Nothing to show
New Features:
- Relative paths to reference media files in GRFX issue #319
- Better support for editing and persisting filters created directly from DLL class factory issue #318issue #317issue #227
- Show internal filters in Filters dialog issue #312
- Create stream buffer recordings from Stream Buffer Sink filter property page issue #302
- Display IPin::QueryInternalConnections result in Pin PropertyPage issue #300
- Connect newly created filter to previously selected filter for faster graph building issue #265
- New option to reserve memory below 2GB/4GB for testing 32bit LargeAddressAware filters and 64bit filters for pointer truncation bugs issue #298
- Mediainfo information display for files created by file writing filters (similar to source file filters) issue #278
- Save text/graph information with graph and tweaks to text information issue #277
- Show current sync source in status bar
- Include frames per second in video media type details issue #295
- Implement loading from ipersistpropertybag option when loading GRFX files issue #284
- Added count*average column to statistics windows issue #270
- Integration with DirectShowSpy property frame helper in remote graph form issue #264
- Display filter merit as SDK constant (as opposed to numeric value)
Bug Fixes:
- Disable DPI awareness so windows scales the application issue #335
- Targeting for Windows 8.1 and 10 with manifest file issue #331
- Apply short-cuts in the main window only if it is active (e.g. copy text with Ctrl+C in property page) issue #342
- Fixed multiple layout problems on high DPI systems issue #255
- Filter name not displayed for filters supporting IFileSourceFilter, IFileSinkFilter issue #305
- Fixed registration of internal DXVA Null Renderer filter issue #310
- Crash fix connecting to remote graph containing video renderer filter issue #333
- Crash fix closing property page launched from filters window issue #329
- Fixed bug in sync source selection in new graphs issue #291
- EVR renderer is no longer closed and recreated when graph is refereshed issue #293
- Fix to Analyzer Filter property page issue #289
- Filters having no valid CLSID are showing invalid tool tip with text from another filter issue #288
- Analzyer writer filter returns current position from IStream::Seek issue #281
- Fixed wrong loading of current sync source in GRF and GRFX files issue #268
- 32bit version running on 64bit OS no longer silently ignores exceptions that happen from user mode callbacks (e.g. key press handlers) issue #269
- Better robustness against filters that delete rather than Release() pins issue #115
- Better property page positioning issue #213
для чего GraphStudioNext.exe?
Вообще, программы Graph Studio и Graph Studio Next – это чего-то с графикой, с мультимедиа связано.
Игорь Воронцов
файл какой то программы
Юлия Щербакова
Бесплатная программа с открытым исходным кодом GraphStudioNext, это совсем небольшая, но очень полезная утилита, которая помогает разработчикам мультимедийных фреймворков (программируемой среды для воспроизведения форматов аудио и видео и ввода/вывода аудио+видео сигнала на устройства) таких как, например, DirectShow или Media Foundation для ОС Windows.
Также эта программа пригодится и разработчикам мультимедийных программ, приложений или новых медийных кодеков и контейнеров.
Программа GraphStudioNext помогает разработчикам проанализировать весь процесс обработки, который проходит медиа-файл перед выводом на экран и динамики. GraphStudioNext используется в основном для диагностики и выявления проблем при воспроизведении медиафайлов в мультимедийном фреймворке с индивидуальной конфигурацией кодеков.
GraphStudioNext позволяет построить визуальный график (граф, Graph) взаимодействия всех программных компонентов при обработке какого-либо медийного файла.
GraphStudioNext входит в состав некоторых бесплатных “кодек-паков”, таких например как K-Lite Codec Pack. Но конечно-же эта программа “нафиг не нужна” обычным пользователям. Она для профессиональных программистов.
GraphStudio
GraphStudio is an open source alternative/replacement for GraphEdit. The main reasons for this project were lot of cool features missing in GraphEdit tool. And of course, the fact that it’s not being developed as fast as one may need.
- Detailed System, Filter, Pin, MediaType information
- Reports
- Registry modification (add/remove types for filters manually)
- Information on registered filters (CLSID, name, file, version, location …)
- Detection of broken registry entries
- Easier graph construction
- Support for DVB, DVD, Capture graphs
- Inspection of media type formats including header parsing for existing codecs such as H.264, MPEG-2 …
- Dumping of media type formats for later analysis
- and many more .
Categories:
OS Compatibility:
Windows XP/Windows Vista
Downloads & Links:
Revision History:
- Release Date: Jan 17, 2022
- Download(s):
-
graphstudionext.exe
graphstudionext64.exeNew Features:
- Relative paths to reference media files in GRFX issue #319
- Better support for editing and persisting filters created directly from DLL class factory issue #318 issue #317 issue #227
- Show internal filters in Filters dialog issue #312
- Create stream buffer recordings from Stream Buffer Sink filter property page issue #302
- Display IPin::QueryInternalConnections result in Pin PropertyPage issue #300
- Connect newly created filter to previously selected filter for faster graph building issue #265
- New option to reserve memory below 2GB/4GB for testing 32bit LargeAddressAware filters and 64bit filters for pointer truncation bugs issue #298
- Mediainfo information display for files created by file writing filters (similar to source file filters) issue #278
- Save text/graph information with graph and tweaks to text information issue #277
- Show current sync source in status bar
- Include frames per second in video media type details issue #295
- Implement loading from ipersistpropertybag option when loading GRFX files issue #284
- Added count*average column to statistics windows issue #270
- Integration with DirectShowSpy property frame helper in remote graph form issue #264
- Display filter merit as SDK constant (as opposed to numeric value)
- Disable DPI awareness so windows scales the application issue #335
- Targeting for Windows 8.1 and 10 with manifest file issue #331
- Apply short-cuts in the main window only if it is active (e.g. copy text with Ctrl+C in property page) issue #342
- Fixed multiple layout problems on high DPI systems issue #255
- Filter name not displayed for filters supporting IFileSourceFilter, IFileSinkFilter issue #305
- Fixed registration of internal DXVA Null Renderer filter issue #310
- Crash fix connecting to remote graph containing video renderer filter issue #333
- Crash fix closing property page launched from filters window issue #329
- Fixed bug in sync source selection in new graphs issue #291
- EVR renderer is no longer closed and recreated when graph is refereshed issue #293
- Fix to Analyzer Filter property page issue #289
- Filters having no valid CLSID are showing invalid tool tip with text from another filter issue #288
- Analzyer writer filter returns current position from IStream::Seek issue #281
- Fixed wrong loading of current sync source in GRF and GRFX files issue #268
- 32bit version running on 64bit OS no longer silently ignores exceptions that happen from user mode callbacks (e.g. key press handlers) issue #269
- Better robustness against filters that delete rather than Release() pins issue #115
- Better property page positioning issue #213
Rate this software:
Your Rating:
You have not voted yet!
Average: 3.30 / 5
Total Ratings: 15При подготовке материала использовались источники:
https://github.com/cplussharp/graph-studio-next/releases
https://sprashivalka.com/tqa/q/26398473
http://www.digital-digest.com/software/GraphStudio1.html