![]() ![]() ![]() |
|
Staying in Wellington. Check out my AirBnB in the Wellington CBD. https://www.airbnb.co.nz/h/wellycbd PM me and mention GZ to get a 15% discount and no AirBnB charges.
Staying in Wellington. Check out my AirBnB in the Wellington CBD. https://www.airbnb.co.nz/h/wellycbd PM me and mention GZ to get a 15% discount and no AirBnB charges.
Filters can be grouped into several broad categories:
- A source filter introduces data into the graph. The data might come from a file, a network, a camera, or anywhere else. Each source filter handles a different type of data source.
- A transform filter takes an input stream, processes the data, and creates an output stream. Encoders and decoders are examples of transform filters.
- Renderer filters sit at the end of the chain. They receive data and present it to the user. For example, a video renderer draws video frames on the display; an audio renderer sends audio data to the sound card; and a file-writer filter writes data to a file.
- A splitter filter splits an input stream into two or more outputs, typically parsing the input stream along the way. For example, the AVI Splitter parses a byte stream into separate video and audio streams.
- A mux filter takes multiple inputs and combines them into a single stream. For example, the AVI Mux performs the inverse operation of the AVI Splitter. It takes audio and video streams and produces an AVI-formatted byte stream.
The distinctions between these categories are not absolute. For example, the ASF Reader filter acts as both a source filter and a splitter filter.
charley: I copied this info from ms website.Filters can be grouped into several broad categories:
- A source filter introduces data into the graph. The data might come from a file, a network, a camera, or anywhere else. Each source filter handles a different type of data source.
- A transform filter takes an input stream, processes the data, and creates an output stream. Encoders and decoders are examples of transform filters.
- Renderer filters sit at the end of the chain. They receive data and present it to the user. For example, a video renderer draws video frames on the display; an audio renderer sends audio data to the sound card; and a file-writer filter writes data to a file.
- A splitter filter splits an input stream into two or more outputs, typically parsing the input stream along the way. For example, the AVI Splitter parses a byte stream into separate video and audio streams.
- A mux filter takes multiple inputs and combines them into a single stream. For example, the AVI Mux performs the inverse operation of the AVI Splitter. It takes audio and video streams and produces an AVI-formatted byte stream.
The distinctions between these categories are not absolute. For example, the ASF Reader filter acts as both a source filter and a splitter filter.
If we dont have a splitter that supports our he-aac audio and can pass it onto a decoder then we wont have audio or correct audio in directshow.
There's also the HDTVPump plugin that supports h.264 streams, aac and can split it for directshow filters but unfortunately it doesnt support our audio either.
Staying in Wellington. Check out my AirBnB in the Wellington CBD. https://www.airbnb.co.nz/h/wellycbd PM me and mention GZ to get a 15% discount and no AirBnB charges.
lchiu7:Sorry, I wont be delivering it separately. It is part of GB-PVR.
Well clearly sub has a filter that works in gbpvr since he is able to split the ts streams, take the audio stream and pass it to the Monogram AAC-HE codec so gbpvr can play it. Maybe he could be persuaded to deliver that separately?
Staying in Wellington. Check out my AirBnB in the Wellington CBD. https://www.airbnb.co.nz/h/wellycbd PM me and mention GZ to get a 15% discount and no AirBnB charges.
medp7060: I am also trying hard to get AAC+ audio recognised, but with no success. AAC LATM/LOAS format is really not popolar at all. No idea why NZ chose it.
charley: Do you know why it has become the standard?
Staying in Wellington. Check out my AirBnB in the Wellington CBD. https://www.airbnb.co.nz/h/wellycbd PM me and mention GZ to get a 15% discount and no AirBnB charges.
|
![]() ![]() ![]() |