Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

add getmediainfo endpoint #107

Open
flavioribeiro opened this issue Aug 16, 2016 · 0 comments
Open

add getmediainfo endpoint #107

flavioribeiro opened this issue Aug 16, 2016 · 0 comments
Labels

Comments

@flavioribeiro
Copy link
Member

flavioribeiro commented Aug 16, 2016

refs to http://api.encoding.com/#APIResponses_GetMediaInfo

{
    "response": {
        "bitrate": "1807k",
        "duration": "6464.83",
        "audio_bitrate": "128k",
        "video_codec": "mpeg4",
        "video_bitrate": "1679k",
        "frame_rate": "23.98",
        "size": "640x352",
        "pixel_aspect_ratio": "1:1",
        "display_aspect_ratio": "20:11",
        "audio_codec": "ac3",
        "audio_sample_rate": "48000",
        "audio_channels": "2"
    }
}

cc @fsouza, @marzagao

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant