CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Posts
    4

    Editing Video file "tags"

    I am looking for some kind of library, database...really any kind of start to see what I need to do/include in order to edit the tags on video files. (Such as WMV or AVI files). Specifically I need to Edit the "title" field on video files... I know that MP3's have ID3 tags and libraries for those, where can I get a start on building a program in C$ that supports editing video tags?

  2. #2
    Join Date
    Feb 2010
    Posts
    4

    Re: Editing Video file "tags"

    If there's a way to implement an API for WMP to edit the library definition of the title for streaming, that would work as well.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured