Files
Obsidian-Main/04. Programming/FFMPEG/Use av_opt_set to setup profile.md

7 lines
227 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- [Encode/H.264 FFmpeg](https://trac.ffmpeg.org/wiki/Encode/H.264)
```cpp
av_opt_set(avStream->codecContext->priv_data, "profile", "baseline", 0);
```
[profile 的選項](https://trac.ffmpeg.org/wiki/Encode/H.264#Profile)