Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save monir-zaman/26fc02780a12c8424ab66657708b4db1 to your computer and use it in GitHub Desktop.

Select an option

Save monir-zaman/26fc02780a12c8424ab66657708b4db1 to your computer and use it in GitHub Desktop.

Revisions

  1. monir-zaman created this gist Aug 14, 2020.
    1 change: 1 addition & 0 deletions ffmpeg command for basic hls segmentation
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ffmpeg -i test.mp4 -hls_time 10 -hls_playlist_type vod -hls_segment_filename "video_segments_%0d.ts" hls_master_for_test.m3u8