add FPS information (#12)

This commit is contained in:
maggievu-pdftron
2021-12-13 17:47:25 -08:00
committed by GitHub
parent eb3579d9a8
commit c8bc8ef4a4
2 changed files with 5 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ export default {
{ name: 'Duration', value: this.data.duration },
{ name: 'Timebase', value: this.data.time_base },
{ name: 'Total Frames', value: this.data.nb_frames },
{ name: 'FPS', value: this.data.avg_frame_rate },
]
}
},