You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.markdown
+33-16Lines changed: 33 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,23 +165,17 @@ The `thumbnail_options` object is optional and contains a set of thumbnails that
165
165
166
166
If you specify thumbnails but an error occurs during generation, your job will be marked as failed. If you don't specify a valid `seconds` or `percentages` option thumbnail generation will be skipped but the job can still be completed successfully.
167
167
168
-
The `segments_options` object is optional and contains segment time (duration) in seconds.
169
-
Segmented videos are used in [HLS](https://en.wikipedia.org/wiki/HTTP_Live_Streaming).
170
-
These options applied to encoded video, thus `encoder_options` are required.
171
-
Moreover `encoder_options` should prepare video for segmenting, because bitstream
172
-
filter [h264_mp4toannexb](https://www.ffmpeg.org/ffmpeg-bitstream-filters.html#h264_005fmp4toannexb) will be applied to the video.
168
+
The `segments_options` object is optional and contains segment time (duration) in seconds. Segmented videos are used in [HLS](https://en.wikipedia.org/wiki/HTTP_Live_Streaming). These options are applied to the encoded video, thus `encoder_options` are required. Moreover `encoder_options` should prepare video for segmenting, because bitstream
169
+
filter [h264_mp4toannexb](https://www.ffmpeg.org/ffmpeg-bitstream-filters.html#h264_005fmp4toannexb) will be applied to the video. Therefore it is recommended to transcode to an MP4 file before segmenting.
`46ee0a404a4b75d85c09d98a7c6b403579ee9f99.mp4` is a temporary encoded file (generated by Codem). After transcoding and segmenting you end up with the transcoded file, as well as the segments/playlist.
185
179
186
180
### Thumbnail-only job
187
181
@@ -284,15 +278,14 @@ Thumbnail-only job (160x90 in PNG format every 10% of the video).
0 commit comments