Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit d9b834d

Browse files
authored
Update video.js
1 parent 8620f50 commit d9b834d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/classes/video.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class Video {
382382

383383
// add hvc1 tag to codec so it is playable by Quicktime
384384

385-
command.outputOptions('-tag:v:0', 'hvc1');
385+
command.outputOptions('-tag:v:'+ videoIndex, 'hvc1');
386386

387387
// Make sure we are only attempting to use 8 bit with fallback
388388
// binary

0 commit comments

Comments
 (0)