Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ec2-user@s2-aws ffmpeg-10]$ ./ffmpeg -v 9 -loglevel 99 -re -i test.flv -an -vcodec vp6 -b:v 128k -f segment -segment_format mpegts -segment_time 10 -segment_list test.m3u8 'test%05d.ts'
- ffmpeg version N-39494-g41a097a Copyright (c) 2000-2012 the FFmpeg developers
- built on Apr 5 2012 01:38:03 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
- configuration: --enable-librtmp --enable-libx264 --libdir='../x264/:/usr/local/lib:../rtmpdump-2.3' --enable-gpl --enable-pthreads --enable-libvpx --disable-ffplay --disable-ffserver --disable-shared --enable-debug
- libavutil 51. 44.100 / 51. 44.100
- libavcodec 54. 12.100 / 54. 12.100
- libavformat 54. 3.100 / 54. 3.100
- libavdevice 53. 4.100 / 53. 4.100
- libavfilter 2. 66.101 / 2. 66.101
- libswscale 2. 1.100 / 2. 1.100
- libswresample 0. 10.100 / 0. 10.100
- libpostproc 52. 0.100 / 52. 0.100
- [flv @ 0x22213a0] Format flv probed with size=2048 and score=100
- rfps: 15.000000 0.000017
- rfps: 30.000000 0.000067
- rfps: 45.000000 0.000150
- rfps: 14.985015 0.012730
- rfps: 14.985015 0.015790
- Input #0, flv, from 'test.flv':
- Metadata:
- author :
- copyright :
- description :
- keywords :
- rating :
- title :
- presetname : Custom
- creationdate : Thu Apr 05 18:20:23 2012
- :
- videodevice : Logitech QuickCam Pro 9000
- videokeyframe_frequency: 5
- audiodevice : Microphone (USB Audio Device)
- audiochannels : 1
- audioinputvolume: 75
- encoder : Lavf54.3.100
- Duration: 00:00:26.13, start: 0.000000, bitrate: 131 kb/s
- Stream #0:0, 392, 1/1000: Video: h264 (Constrained Baseline), yuv420p, 1000x574, 1/30, 128 kb/s, 15 tbr, 1k tbn, 30 tbc
- Output #0, segment, to 'test%05d.ts':
- Metadata:
- author :
- copyright :
- description :
- keywords :
- rating :
- title :
- presetname : Custom
- creationdate : Thu Apr 05 18:20:23 2012
- :
- videodevice : Logitech QuickCam Pro 9000
- videokeyframe_frequency: 5
- audiodevice : Microphone (USB Audio Device)
- audiochannels : 1
- audioinputvolume: 75
- encoder : Lavf54.3.100
- Output file #0 does not contain any stream
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement