| 86 | | == dshow digital video capture == |
| 87 | | |
| 88 | | '''Description:''' FFmpeg today includes support for windows directshow boxes via creating its own graphs, an internal capture filter, etc. This has support for things like analog capture devices and analog TV tuners, but lacks support for digital TV tuner capture devices. There are hardly any free open source libraries with support for digital TV tuners, possibly even none. |
| 89 | | |
| 90 | | '''Expected results:''' It will have the ability to capture video and audio from digital TV tuner devices. This basically involves setting up the right filter graph and exposing it to FFmpeg with the right format. |
| | 86 | == directshow digital video capture == |
| | 87 | |
| | 88 | '''Description:''' FFmpeg today includes support for windows directshow boxes via creating its own graphs, an internal capture filter, etc. This has support for things like analog capture devices and analog TV tuners, but lacks support for digital TV tuner capture devices (ATSC etc.) |
| | 89 | |
| | 90 | '''Expected results:''' It will have the ability to capture video and audio from digital TV tuner devices. This basically involves setting up the right filter graph and exposing it to FFmpeg with the right codec advertised. |