Minggu, 27 September 2015

~ Ebook Free Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D.

Ebook Free Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D.

Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D.. Let's read! We will typically find out this sentence almost everywhere. When still being a childrens, mama utilized to purchase us to always check out, so did the educator. Some e-books Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. are completely read in a week and we need the obligation to sustain reading Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. What around now? Do you still enjoy reading? Is checking out only for you who have responsibility? Not! We here offer you a new publication qualified Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. to read.

Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D.

Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D.



Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D.

Ebook Free Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D.

Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D.. Eventually, you will find a brand-new adventure as well as knowledge by investing more cash. Yet when? Do you assume that you have to acquire those all demands when having significantly cash? Why don't you attempt to get something basic in the beginning? That's something that will lead you to know more about the globe, experience, some places, history, amusement, as well as much more? It is your personal time to proceed checking out behavior. One of guides you could delight in now is Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. below.

The reason of why you can get and also get this Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. earlier is that this is guide in soft data type. You could read the books Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. wherever you desire also you remain in the bus, workplace, home, and other places. Yet, you may not need to move or bring guide Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. print wherever you go. So, you won't have much heavier bag to lug. This is why your selection making better principle of reading Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. is actually handy from this case.

Recognizing the way the best ways to get this book Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. is additionally useful. You have remained in appropriate site to begin getting this info. Obtain the Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. web link that we give here as well as go to the link. You can get guide Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. or get it when feasible. You could quickly download this Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. after getting bargain. So, when you require the book quickly, you could straight obtain it. It's so simple and so fats, right? You must prefer to in this manner.

Just link your device computer system or gadget to the internet connecting. Obtain the contemporary innovation to make your downloading and install Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. finished. Even you do not wish to read, you can directly close the book soft documents and also open Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. it later on. You can also easily get guide everywhere, due to the fact that Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. it is in your gizmo. Or when remaining in the workplace, this Programming Microsoft® DirectShow® For Digital Video And Television (Developer Reference), By Mark Pesce D. is likewise suggested to read in your computer system tool.

Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D.

From desktop to television screen, deliver broadcast-ready digital video with DirectShow—the Microsoft DirectX streaming API integrated in the Windows operating system. Digital video expert and VRML creator Mark Pesce walks you through core DirectShow capabilities for capturing, editing, and rendering media—demonstrating basic to advanced techniques for producing studio-quality results. Whether you’re looking to add simple playback to an application or create your own movies and features, you’ll get the tools, guidance, and ready-to-use media clips you need to get started now.

Learn how to:

  • Use the GraphEdit design tool to rapidly prototype applications
  • Write your own source, transform, and renderer filters
  • Capture audio and video from Webcams, digital video cameras, and TV tuners
  • Compress digital video streams onto disk
  • Place clips and tracks on a timeline with DirectShow Editing Services
  • Merge multiple video streams with the Video Mixing Renderer (VMR)
  • Synchronize audio and video
  • Create simple programs to play MP3, WAV, MIDI, AVI, and Microsoft Windows Media files
  • Use DirectX Media Objects (DMOs) for faster, lightweight development of effects, encoders, and decoders
  • Extend DirectShow with AVIs and Windows Media Format

CD inside Includes reusable media and code samples

CD features:

  • Microsoft DirectX 9.0 Software Development Kit (SDK) and documentation
  • Music, a movie short, and other video and audio samples
  • All the book’s programs and code

A Note Regarding the CD or DVD

The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.

  • Sales Rank: #1309549 in Books
  • Brand: Brand: Microsoft Press
  • Published on: 2003-04-23
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.00" h x 1.39" w x 7.38" l, 1.90 pounds
  • Binding: Paperback
  • 414 pages
Features
  • Used Book in Good Condition

About the Author

Mark Pesce has been an engineer for nearly a quarter of a century and is the coinventor of VRML and the author of numerous books, including VRML: Browsing and Building Cyberspace, and The Playful World: How Technology Is Transforming Our Imagination.

Most helpful customer reviews

38 of 40 people found the following review helpful.
Better than no book, but worse than it should have been
By A Customer
There are only two book in print on programming DirectShow -- this one and Michael Linetsky's "Programming Microsoft DirectShow." The good news is that this book is substantially better than Mr. Linetsky's. The bad news is it is still not very good. The basic problem with this book, as with many programming books, is that it is structured around the API instead of around the task that you are trying to do.
To elaborate, consider a common task that you would want to do with DirectShow capture. How do you ensure that your application sets the capture input to 24-bit RGB at 640x480 pixels? The answer is, "it depends on the capture filter." If the capture filter is a Video for Windows (VfW) wrapper filter, you set these properties in the capture filter itself. If you are using a WDM driver, you need to access the crossbar to set them. In general, VfW filters remember the settings between runs and the WDM drivers do not. Programmatically, it isn't even obvious how you know which kind of capture filter is being used by any given system. The differences between filters, and how to plan for them in your application, is completely ignored in this book.
How to create an app that works the same way with both these common drivers is a signficant issue. But this book is not structured around developing applications -- it's structured around documenting the API. That seriously limits the value of this or similar kinds of programming books.
There are some substantial oversights even in explaining the API. For example, when Mr. Pesce describes saving a GraphEdit filter graph to file, he fails to mention that this file is valid only for the system on which it was created. This is a significant point -- one that every DirectShow programmer ends up rediscovering for himself the hard way. This is just the kind of "hard knocks" experience that a book like this should ease you over.
If you need to learn to program DirectShow using C++, get this book. But don't expect too much help from it.

16 of 18 people found the following review helpful.
Needed to like it, but....
By Amazon Customer
I wanted to like this book - mostly because I really needed a book covering some of the problems I was having with DirectShow. The company I work for has DirectShow as the core component of their customer-facing software. I wasn't brought in to work on that part of it, but it quickly fell under my umbrella. I had no DirectShow experience, so I turned to the SDK docs and looked for a few books.
Well I have to say that if it wasn't for the SDK docs I would have been sunk. Both this book and Programming Direct Show have been real losers. This is better than the other book, but that isn't saying much.
Like previous posters I was disappointed by the audio. I have to support file playback, streaming, and control of a tv card through my interface. Its not rocket science, but the dearth of material on controlling tv cards in this book made it all but useless to me. The same material exists in the same form on MS DirectShow docs - the author added next to nothing.
I did give it 2 stars because sometimes it is nice to have the SDK documentation - with a little extra - to read when you are away from the computer. The author however should be ashamed for putting out such a cut-n-paste effort, pathetic.

31 of 34 people found the following review helpful.
Just the SDK Docs in Paperback
By Barry D. Adkins
This is a pathetic book. I have very little respect for any author that would produce this kind of trash. This is just somebody trying to make money because there are essentially no books available for DirectX. Throw together some "stuff" from the SDK and call it a book. Real pathetic Microsoft Press, I expected you to care more about your reputation than this.
The DirectX SDK docs do a better job than this book except that it is not as convenient as a real book that you can flip through.
I do not understand how it got such good reviews, they must not have actually read the DirectX SDK docs. I was eagerly awaiting this books arrival hoping the examples would be substinative, but they were lame, incomplete, and no more helpful than the FREE samples and docs that came with the SDK.
To say this book covers "all the details of DirectShow" is just not accurate. Assuming this book was useful, it would take 3 or 4 books like this one to provide "all the details".
This book is very high level (general). Do not expect the examples to show you how to do anything complicated.
Also, this book was supposed to be about Digital Video and Television. Last time I watched a DVD movie or TV, the movie/show would have been worthless without the audio. Yet, this book only has 14 pages dedicated to audio out of its total 414 pages. There is also about 20 other pages sprinkled around (and that's being generous). Why is this important, because coding audio is different than coding video, and any other DirecShow task. Sure, it's COM, so it's just another set of interfaces, but it is just that, another set or at least it is using the same set of interfaces differently. Same goes for other DirectShow tasks. Even the treatment of Video is very general.
I remember when Windows 3.1 and OS/2 (both from Microsoft) first came out. Programming Windows and OS/2 was considered very difficult and specialized because the documentation/books were few and not in depth. Well, now programming Windows and even OS/2 is just expected from even the novice programmer. Why? Because there are many books from many people, and Microsoft provides tons of information and real examples, and where examples are lacking, 3rd parties fill the need. That is simply not the case with DirectShow. True enough the DirectX SDK is pretty good for an SDK, but this book does nothing more than provide an incomplete hard copy of part of the SDK.
For crying out loud, the following is all over his example code "This code is also stolen from the DirectX SDK". So, just read the SDK don't waste your money on this book.
It might be better than no book, but marginally.

See all 11 customer reviews...

Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D. PDF
Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D. EPub
Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D. Doc
Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D. iBooks
Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D. rtf
Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D. Mobipocket
Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D. Kindle

~ Ebook Free Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D. Doc

~ Ebook Free Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D. Doc

~ Ebook Free Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D. Doc
~ Ebook Free Programming Microsoft® DirectShow® for Digital Video and Television (Developer Reference), by Mark Pesce D. Doc

Tidak ada komentar:

Posting Komentar