Changes between Initial Version and Version 1 of Ticket #5440, comment 12
- Timestamp:
- Mar 10, 2018, 9:14:57 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5440, comment 12
initial v1 37 37 {{{ 38 38 ffmpeg -f mpegts -i sample.ts -flags +ildct+ilme -vcodec h264_nvenc -preset slow -b:v 2200k -profile:v high -level 4.1 -c:a aac -ac 2 -b:a 128k -f hls -hls_time 8 -hls_playlist_type vod playlist.m3u8 39 ffprobe -show_frames playlist0.ts 2> /dev/null | grep pict_type=I | wc -l 39 40 40 41 }}} 41 Command fails to split segments at first keyframe after 8 seconds (hls_time 8) and creates only one ts file, called playlist0.ts, which as we can see in next command:42 ffprobe -show_frames playlist0.ts 2> /dev/null | grep pict_type=I | wc -l43 42 results: 0 (no key frames) 43 Command fails to split segments at first keyframe after 8 seconds (hls_time 8) and creates only one ts file, called playlist0.ts, which as we can see in ffprobe command has no keyframes. 44 44 45 45 {{{


