THE SORCERER PROGRAM WORKS WELL - IT'S A MULTIMODE DECODER AND CAN BE DOWNLOADED FROM HERE - http://www.kd0cq.com/2013/07/sorcerer-decoder-download/

Vdl2 Decoder Windows

ALSO CHECK THIS SITE http://hikeofyourlife.blogspot.com/2015/02/how-to-display-correct-hfdl-ground.htmlWHICH IS SELF EXPLANITORY

ALWAYS BE CAREFULL WHEN EDITING THE REGISTRY - IF THINGS GO WRONG ( I.E THE PROGRAM NOT RUNNING ANYMORE ) DELETE ALL REFERENCES TO SORCERER IN
THE REGISTRY ( 1 FOLDER ) AND RE-INSTALL THINGS
NUMBERS SHOWING INSTEAD OF FRQUENCIES ? SEE MY NOTE HEREH
ABOVE IS A SCREEN SHOT FROM SORCERER

ABOVE IS A SCREENSHOT FROM THE HF ACARS PROGRAM - PC-HDFL

PLOTTING AIRCRAFT IN CONTACT WITH CANARIES ( PLOTTED USING COAA PLANEPLOTTER ) - THE CANARY ISLANDS ON 11.348 Mhz AND 17.928 Mhz

ARE QUITE BUSY ( JANUARY 2019 )

DISPLAY LAUNCHER WILL MAKE IT EASIER TO VIEW THE DATA RECEIVED BY PC-HFDL - IT ALSO HAS A SEPERATE WINDOW TO VIEW ACARS MESSAGES

IT WILL DISPLAY LOGS FROM JAERO, MULTIPSK AND ACARSDECO2 ETC AND ALSO PLOT POSITIONS USING THE DX ATLAS PROGRAM

IF RUNNING DISPLAY LAUNCHER AND PLANEPLOTTER TOGEATHER AND PLANEPLOTTER FAILS TO DISPLAY POSITIONS THEN RUN TWO INSTANCES OF PC-HFDL AND SET THE LOG FILE PATH UP APPROPRIATELY FOR BOTH PROGRAMS

PP DATA GRID IS A BIT OLD NOW BUT DOES THE JOB - SEE THE ABOVE SCREEN GRAB DISPLAYING HFDL INFO FROM PC-HFDL/PLANEPLOTTER - IT ONLY INTERFACES WITH PLANEPLOTTER

VOLMET FREQUENCIES

( WEATHER FORECASTS FOR AIRCRAFT )

SHANNON VOLMET

3.413 MHZ

5.505 MHZ

8.957 MHZ

13.264 MHZ

RAF VOLMET

5.450 MHZ

11.253 MHZ

ARCHITECT

4.540 MHZ

4.742 MHZ

5.714 MHZ

6.739 MHZ

ARCHITECT

8.190 MHZ

9.031 MHZ

11.205 MHZ

13.257 MHZ

ARCHITECT

15.031 MHZ

18.018 MHZ

NEW YORK

3.485 MHZ

6.604 MHZ

10.051 MHZ

13.270 MHZ

UN-ASSIGNED

2.998 MHZ

6.580 MHZ

11.378 MHZ


H.F AIRLINE COMPANY R/T FREQUENCIES

3007 3010 3013 3494 3497 4654 4687 5529 5532 5535 5538 5541 5544 6637 6640 6643 6646 8921 8924 8927 8930 8933 8936 10027 10030 10033 10069 10072 10075 10078 11342 11345 11348 11351 11354 13324 13327 13330 13333 13336 13339 13342 13345 13348 13351 17916 17919 17922 17925 17928 17931 17934 17937 17940 21940 21943 21946 21949 21952 21955 21958 21961 21964 21967 21970 21973 21976 21979 21982 21985 21988 21994 21997 KHZ

AIR TRAFFIC CONTROL FOR THE ATLANTIC ETC

SANTA MARIA8.825 MHZ
SANTA MARIA11.336 MHZ
SANTA MARIA13.354 MHZ
NORTH ATLANTIC6.628 MHZ
NORTH ATLANTIC8.831 MHZ
NORTH ATLANTIC8.891 MHZ
NORTH ATLANTIC11.309 MHZ
NORTH ATLANTIC13.306 MHZ
NORTH ATLANTIC13.291 MHZ
NORTH ATLANTIC17.946 MHZ
LUTON / BRITANNIA5.610 MHZ
EUROPE5.661 MHZ
EUROPE17.961 MHZ
S.AMERICA17.907 MHZ
SHANWICK4.675 MHZ
SHANWICK5.616 MHZ
SHANWICK5.598 MHZ
SHANWICK5.649 MHZ
SHANWICK6.622 MHZ
SHANWICK8.864 MHZ
SHANWICK8.879 MHZ
SHANWICK8.906 MHZ
SHANWICK11.279 MHZ

THESE FREQUENCIES CAN BE QUITE BUSY AT TIMES - YOU WILL HEAR AIRCRAFT AS WELL AS THE GROUND STATION

SOME MORE LNKS TO MULTI DECODE PROGRAMS

SORCERER
RIVET
-->
The Media Foundation H.264 video decoder is a Media Foundation Transform that supports decoding of Baseline, Main, and High profiles, up to level 5.1.
The H.264 video decoder exposes the following interfaces.
To create an instance of the decoder, do one of the following:

Input Types

The input type must contain at least the following two attributes:
AttributeDescription
MF_MT_MAJOR_TYPEMFMediaType_Video
MF_MT_SUBTYPEMFVideoFormat_H264 or MFVideoFormat_H264_ES
If the input type contains only these two attributes, the decoder will offer a default output type, which acts as a placeholder. When the decoder receives enough input samples to produce an output frame, it signals a format change by returning MF_E_TRANSFORM_STREAM_CHANGE from IMFTransform::ProcessOutput. See the ProcessOutput documentation for details about handling format changes.
To avoid an initial format change, provide as much information in the input type as possible, including:
AttributeDescription
MF_MT_FRAME_RATEFrame rate.
MF_MT_FRAME_SIZEFrame dimensions.
MF_MT_INTERLACE_MODEInterlace mode.
[!Note]
In H.264 video, the interlace structure can change dynamically, so the recommended value of this attribute is MFVideoInterlace_MixedInterlaceOrProgressive. Interlace information in the video elementary stream takes precedence over the media type. For more information, see Video Interlacing.

MF_MT_PIXEL_ASPECT_RATIOPixel aspect ratio.
The input type must be set before the output type. Until the input type is set, the encoder's IMFTransform::SetOutputType method returns MF_E_TRANSFORM_TYPE_NOT_SET.

Output Types

Vdl2
The decoder supports the following output subtypes:
For more information about these subtypes, see Video Subtype GUIDs.

Transform Attributes

The H.264 decoder implements the IMFTransform::GetAttributes method. Applications can use this method to get or set the following attributes.
AttributeDescription
CODECAPI_AVDecVideoAcceleration_H264Enables or disables hardware acceleration.
CODECAPI_AVDecVideoThumbnailGenerationModeEnables or disables thumbnail generation mode.
MF_SA_D3D_AWAREIndicates that the decoder supports DirectX Video Acceleration (DXVA). Treat as read-only.
In Windows 8, the H.264 decoder also supports the following attributes.
AttributeDescription
CODECAPI_AVLowLatencyModeEnables or disables low-latency decoding mode.
CODECAPI_AVDecNumWorkerThreadsSets the number of worker threads used by the decoder.
CODECAPI_AVDecVideoMaxCodedWidthSets the maximum picture width that the decoder will accept as an input type.
CODECAPI_AVDecVideoMaxCodedHeightSets the maximum picture height that the decoder will accept as an input type.
MF_SA_MINIMUM_OUTPUT_SAMPLE_COUNTSpecifies the maximum number of output samples.
MFT_DECODER_EXPOSE_OUTPUT_TYPES_IN_NATIVE_ORDERSpecifies whether a decoder exposes IYUV/I420 output types (suitable for transcoding) before other formats.
In Windows 8, the H.264 decoder supports the ICodecAPI interface. This interface provides an alternativate API for setting the following codec properties.

Format Constraints

The decoder supports the following formats:
Profiles/LevelsBaseline, Main, and High profiles, up to level 5.1. (See ITU-T H.264 specification for details.)
Chroma Formats4:2:0 chroma or monochrome
Minimum Resolution48 × 48 pixels
Maximum Resolution4096 × 2304 pixels
The maximum guaranteed resolution for DXVA acceleration is 1920 × 1088 pixels; at higher resolutions, decoding is done with DXVA, if it is supported by the underlying hardware, otherwise, decoding is done with software.
[!Note]
In Windows 7, the maximum supported resolution is 1920 × 1088 pixels for both software and DXVA decoding.

DXVAThe decoder supports DXVA version 2, but not DXVA version 1. DXVA decoding is supported only for Main-compatible Baseline, Main, and High profile bitstreams. (Main-compatible Baseline bitstreams are defined as profile_idc=66 and constrained_set1_flag=1.)
Input data must conform to Annex B of ISO/IEC 14496-10. The data must include the start codes. The decoder skips bytes until it finds a valid sequence parameter set (SPS) and picture parameter set (PPS) in the byte stream.
The decoder does not support Film Grain Technology.
Note
A previous version of the documentation incorrectly stated that the decoder is supported on Windows Server 2008 R2.
If Platform Update Supplement for Windows Vista is installed, the H.264 video decoder is available on Windows Vista, but is accessible on Windows Vista only by using the Source Reader.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
None supported
DLL
Msmpeg2vdec.dll

See also