forked from forks/ffprobe-wasm
add FPS information (#12)
This commit is contained in:
@@ -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 },
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user