Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.07 KB | None | 0 0
  1. ffmpeg$ ./ffmpeg -re -i ../../content/category05.mpeg4 -vcodec copy -acodec copy -map 0 -f segment -segment_list playlist.m3u8 -segment_list_flags +live -segment_time 10 test.ts
  2. ffmpeg version N-44999-g695f086 Copyright (c) 2000-2012 the FFmpeg developers
  3.   built on Oct  3 2012 11:01:36 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4.   configuration:
  5.   libavutil      51. 73.101 / 51. 73.101
  6.   libavcodec     54. 63.100 / 54. 63.100
  7.   libavformat    54. 29.105 / 54. 29.105
  8.   libavdevice    54.  3.100 / 54.  3.100
  9.   libavfilter     3. 19.102 /  3. 19.102
  10.   libswscale      2.  1.101 /  2.  1.101
  11.   libswresample   0. 16.100 /  0. 16.100
  12. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '../../content/category05.mpeg4':
  13.   Metadata:
  14.     major_brand     : isom
  15.     minor_version   : 512
  16.     compatible_brands: isomiso2avc1mp41
  17.     creation_time   : 1970-01-01 00:00:00
  18.     encoder         : Lavf52.32.0
  19.   Duration: 00:32:27.28, start: 0.000000, bitrate: 645 kb/s
  20.     Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 720x576, 512 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
  21.     Metadata:
  22.       creation_time   : 1970-01-01 00:00:00
  23.       handler_name    : VideoHandler
  24.     Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 127 kb/s
  25.     Metadata:
  26.       creation_time   : 1970-01-01 00:00:00
  27.       handler_name    : SoundHandler
  28. Output #0, segment, to 'test.ts':
  29.   Metadata:
  30.     major_brand     : isom
  31.     minor_version   : 512
  32.     compatible_brands: isomiso2avc1mp41
  33.     encoder         : Lavf54.29.105
  34.     Stream #0:0(eng): Video: h264 (avc1 / 0x31637661), yuv420p, 720x576, q=2-31, 512 kb/s, 25 fps, 90k tbn, 25 tbc
  35.     Metadata:
  36.       creation_time   : 1970-01-01 00:00:00
  37.       handler_name    : VideoHandler
  38.     Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, 127 kb/s
  39.     Metadata:
  40.       creation_time   : 1970-01-01 00:00:00
  41.       handler_name    : SoundHandler
  42. Stream mapping:
  43.   Stream #0:0 -> #0:0 (copy)
  44.   Stream #0:1 -> #0:1 (copy)
  45. Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement