Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Media Decoder Application

Media Decoder Application

Scheduled Pinned Locked Moved C / C++ / MFC
algorithmsdata-structuresquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Akin Ocal
    wrote on last edited by
    #1

    Hello I want to make a decoding operation using sample grabber or my custom filter due to a custom encoding algorithm. If I build a graph like : file source->decoder->file writer , is this approriate for decoder application by means of time ? Best Regards, Akin Ocal

    R 1 Reply Last reply
    0
    • A Akin Ocal

      Hello I want to make a decoding operation using sample grabber or my custom filter due to a custom encoding algorithm. If I build a graph like : file source->decoder->file writer , is this approriate for decoder application by means of time ? Best Regards, Akin Ocal

      R Offline
      R Offline
      Rajkumar R
      wrote on last edited by
      #2

      If you know how to write custom filter, the answer to your question is obvious to you. if the decoder filter is correctly exposed the Media types of the pin, Intelligent Connect of directshow framework can be able to choose the downstream filter not only file writter, can be audio / or video renderer. There is a graphedit tool you can build graph visually and can test.

      Akin Ocal wrote:

      If I build a graph like : file source->decoder->file writer , is this approriate for decoder application by means of time ?

      if you want to decode and dump that to a file, it is ok.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups