Skip to content

Zencoder-cs doesn't support creating Smooth Streaming Video #14

@merijndejonge

Description

@merijndejonge

Hi,
Thanks for building this nice CSharp front-end for Zencoder.
Unfortunately, it doesn't support generating Smooth Streaming Video because 'ISM' is not contained in the MediaFileFormat enumeration, so I cannot specify this as a format.
I've added the following myself to MediaFileFormat.cs to get it working:
///

    /// Identifies the ISM format.
    /// </summary>


    [Description("ism")]
    ISM

Could you perhaps include this in your source code and create/publish a new NuGet package?

Thanks in advance,
Merijn

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions