Commit 5125ae6
committed
feat(FFmpeg): Enable mpeg2 and h263p encoders
Update cmake/ffmpeg/ffmpeg.cmake to enable MPEG-2 encoder support across builds: add --enable-encoder=mpeg2video,h263p to the common configure flags, --enable-encoder=mpeg2_vaapi for libva builds, and --enable-encoder=mpeg2_qsv for Windows QSV builds. This ensures MPEG-2 encoding is available for the respective hardware/software backends.1 parent 4fe48bb commit 5125ae6
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
0 commit comments