Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ffmpeg -i joined.ts -flags -global_header -vcodec copy -acodec copy -map 0 -f segment -segment_time 2 -segment_list hls.m3u8 -segment_list_size 999999 -segment_format mpegts out%03d.ts
  2. Here is the output of ffprobe on the file:
  3.  
  4. libavutil 54. 7.100 / 54. 7.100
  5. libavcodec 56. 1.100 / 56. 1.100
  6. libavformat 56. 4.101 / 56. 4.101
  7. libavdevice 56. 0.100 / 56. 0.100
  8. libavfilter 5. 1.100 / 5. 1.100
  9. libavresample 2. 1. 0 / 2. 1. 0
  10. libswscale 3. 0.100 / 3. 0.100
  11. libswresample 1. 1.100 / 1. 1.100
  12. libpostproc 53. 0.100 / 53. 0.100
  13. Input #0, mpegts, from 'joined.ts':
  14. Duration: 00:00:07.96, start: 1.441667, bitrate: 3899 kb/s
  15. Program 1
  16. Metadata:
  17. service_name : Service01
  18. service_provider: FFmpeg
  19. Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1280x720, 24 fps, 24 tbr, 90k tbn, 180k tbc
  20. Stream #0:1[0x101](und): Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement