| 46 | | Edit: The console output of FFmpeg indicates it _thinks_ it is adding DV metadata, so I guess the bug might be more with the formatting of the MPEG-TS DV metadata. |
| | 46 | Edit: The console output of FFmpeg indicates it _thinks_ it is adding DV metadata, so I guess the bug might be more with the formatting of the MPEG-TS DV metadata: |
| | 47 | |
| | 48 | {{{ |
| | 49 | Output #0, mpegts, to 'file.ts': |
| | 50 | ... |
| | 51 | Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x1600 [SAR 1:1 DAR 12:5], q=2-31, 23.98 fps, 23.98 tbr, 90k tbn (default) |
| | 52 | ... |
| | 53 | Side data: |
| | 54 | DOVI configuration record: version: 1.0, profile: 8, level: 6, rpu flag: 1, el flag: 0, bl flag: 1, compatibility id: 1 |
| | 55 | }}} |