Creating A Working Video Player For UWP - Visual Studio 2017 C# Programming Tutorial Episode 3

Поделиться
HTML-код
  • Опубликовано: 30 окт 2024

Комментарии • 12

  • @lukefox836
    @lukefox836 4 года назад +2

    website link goes nowhere -- awesome I wrote down all the instructions.

  • @downloadchanel3386
    @downloadchanel3386 6 лет назад +3

    Your website you mention in the video, thecod3r.com does not work.....

  • @johanaziz
    @johanaziz 6 лет назад +1

    Thank you, my dude. I learned a lot 👍

  • @MyLastSong719
    @MyLastSong719 6 лет назад +1

    I know it's a little more advanced but i wish you would have went over file associations and how to set the media player as the default media player. Trying to find a tutorial on that and i am just not finding anything for a media player.
    Also one suggestion to anyone watching, if you are feeling adventurous use the source code for FFmpeg and FFmpegInterop as the Nuget package has a lot of issues and hasn't been updated since 2017. It has serious performance issues and especially has issues with HEVC whereas when building the source code from scratch offers at least 80% better performance over the Nuget package

    • @MyLastSong719
      @MyLastSong719 6 лет назад

      If you want to build the source code for FFmpegInterop but not FFmpeg then use the compiled DLLs and other files from here and just plop them into the current source code for FFmpeg without building it. Works just fine and saves you a ton of time from having to build FFmpeg yourself
      ffmpeg.zeranoe.com/builds/

  • @ingjosuedamazo6267
    @ingjosuedamazo6267 6 лет назад

    thanks, it worked for me

  • @LuizChequini
    @LuizChequini 6 лет назад +1

    Many thanks for the video, great indeed.
    I have a folder containing introductory videos of 30 seconds each and I would like UWP to run the videos according to the sequence written in a text file pre-defined by me.
    Example of text file:
    Winning Giants.mp4
    We are more than winners.mp4
    Towards the target.mp4
    The Best Of Us Every Time.mp4
    We Are Like Eagles.mp4
    The best decision is to face the problems.mp4
    With the text file I will have control over the application that from time to time will read the text file, because the videos will always be changed.

  • @babasahebsukale365
    @babasahebsukale365 5 лет назад

    Please sir, share the source code

  • @cbthecontentcreator
    @cbthecontentcreator 7 лет назад +1

    i dint found any windows universal ??

    • @ayushkr.sharma2303
      @ayushkr.sharma2303 5 лет назад

      Install UWP in Visual Studio .
      #1.Click on new project.
      #2.In right side there is a search bar search universal you will see the result "instal universal windows platform" there is in 4-5 languages install as any language online.

  • @vandeljasonstrypper6734
    @vandeljasonstrypper6734 5 лет назад

    It's pretty choppy when first started