Commit ab3f788
committed
ui(prores): move prores_mode toggle next to prores_profile on VideoToolbox tab
The experimental ProRes mode selector landed in the generic Advanced
tab while prores_profile (its inseparable companion — the mode toggle
only makes sense if you also pick a profile) lived on the
VideoToolbox Encoder tab. Splitting the two knobs across tabs hurts
discoverability: users configuring VideoToolbox don't realise ProRes
exists, and users on the Advanced tab can't see the profile that
controls bit depth and chroma subsampling.
Move prores_mode into VideoToolboxEncoder.vue directly above
prores_profile so both controls sit together in their codec-relevant
section. The macOS-only platform guard previously around prores_mode
in Advanced.vue is implicit on the VideoToolbox tab (which is itself
macOS-only), so it can be dropped.
No backend or config change; pure UI relocation.1 parent 81a6928 commit ab3f788
2 files changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 61 | | |
73 | 62 | | |
74 | 63 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
40 | 51 | | |
41 | 52 | | |
42 | 53 | | |
| |||
0 commit comments