-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adec14d
commit 5c5ed77
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ tags: | |
In this article, the video | ||
|
||
<link href="//vjs.zencdn.net/8.3.0/video-js.min.css" rel="stylesheet"> | ||
<video id="video" class="video-js vjs-default-skin" controls> | ||
<source src="/posts/2024/01/08/investigate-to-transcode-a-video-for-a-video-on-demand-streaming-by-ffmpeg/videos/playlist.m3u8" type="application/x-mpegURL" /> | ||
Your browser does not support the video tag. | ||
|
@@ -341,9 +340,8 @@ There are also other resources that describe more details about video transcodin | |
- <a id="4">[4]</a> [FFmpeg API: Media Bitrate vs. Frame Rate: A Detailed Exploration](https://ffmpeg-api.com/learn/ffmpeg/guide/bitrate-vs-frame-rate) | ||
- <a id="5">[5]</a> [epiphan video: H.264 vs. H.265: Video codecs compared](https://www.epiphan.com/blog/h264-vs-h265/) | ||
|
||
|
||
<script src="//vjs.zencdn.net/8.3.0/video.min.js"></script> | ||
<script src="https://unpkg.com/@videojs/[email protected]/dist/videojs-http-streaming.min.js"></script> | ||
<script> | ||
videojs('video'); | ||
</script> | ||
videojs('video'); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<link href="//vjs.zencdn.net/8.3.0/video-js.min.css" rel="stylesheet"> |
11 changes: 8 additions & 3 deletions
11
...igate-to-transcode-a-video-for-a-video-on-demand-streaming-by-ffmpeg/videos/playlist.m3u8
Git LFS file not shown