video analysing with Microsoft Azure using python programming

Mari 1 Reputation point
2022-01-10T16:13:20.953+00:00

Hi,
Is there any instructional videos to teach video analysing/processing with Microsoft Azure using python programming. I have a list of video urls and I want to get emotion from videos. I do not know how to start. Could you please help me how I can learn it step by step.

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
305 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Cristian SPIRIDON 4,471 Reputation points
    2022-01-10T23:23:25.227+00:00

    Hi,

    To get emotions from videos you can use Azure Video Analyser:
    https://azure.microsoft.com/en-gb/products/video-analyzer/#documentation

    You can find documentation and code samples in Python at the above link.

    Hope this helps!

    0 comments No comments

  2. JamesTran-MSFT 36,461 Reputation points Microsoft Employee
    2022-01-10T23:47:09.387+00:00

    @Mari
    Thank you for your post!

    Since your issue sounds more like it's related to Azure Media Services, I've added our azure-media-services tag to this thread so their community can look into this issue. In the meantime, I didn't find any instructional videos on how to analyze/process videos within Azure using Python. But I did find other videos and documentation which might help point you in the right direction.

    Videos:
    Analyzing a Video with Azure Media Services - 3rd party YouTube video
    Learn to extract data from video content using Video Indexer Azure Developer Streams

    Links:
    Analyze video and audio files with Azure Media Services - Overview of video and audio analysis
    What is Video Analyzer for Media? - Video Analyzer for Media enables you to extract the insights from your videos using Video Analyzer for Media video and audio models.
    Example: How to Analyze Videos in Real-time - C# example demonstrating how to perform near-real-time analysis on frames taken from a live video stream.
    Analyze videos in near real time - C# example demonstrating how to perform near real-time analysis on frames that are taken from a live video stream by using the Computer Vision API.
    Azure Video Analyzer samples Python - The samples in this repo show how to use the Azure Video Analyzer that enables you to capture, record, and analyze videos using AI.

    If you have any other questions, please let me know.
    Thank you for your time and patience throughout this issue.

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    0 comments No comments