Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用直接显示来捕获视频并将其保存到文件中。我徒劳地试图找到减小最终视频大小的方法,但无法管理。我想知道是否有人可以告诉我我该怎么做:
原始视频的大小很大,并且要节省大小的存储空间假设您压缩了视频。您将使用其中一种视频编码器,例如 MPEG-4 AVC (H.264) 或 Windows Media。您通常会在捕获过滤器和多路复用器/文件写入器之间的管道中插入一个额外的过滤器。在过去的多个主题中阅读此内容: