Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ffmpeg -v debug -i http://127.0.0.1:8000:/event1.ogv -vcodec libx264 -acodec aac -strict experimental -b:v 128k -flags -map 0:0 -map 0:1 -f hls -hls_time 6 -hls_list_size 999999 /var/www/hipernation.com/wp-content/livefeeds/zic.m3u8
- ffmpeg version N-50904-gfebd78e Copyright (c) 2000-2013 the FFmpeg developers
- built on Mar 13 2013 22:42:10 with gcc 4.4.7 (Debian 4.4.7-3)
- configuration: --enable-gpl --enable-libx264
- libavutil 52. 19.100 / 52. 19.100
- libavcodec 55. 0.100 / 55. 0.100
- libavformat 55. 0.100 / 55. 0.100
- libavdevice 54. 4.100 / 54. 4.100
- libavfilter 3. 45.101 / 3. 45.101
- libswscale 2. 2.100 / 2. 2.100
- libswresample 0. 17.102 / 0. 17.102
- libpostproc 52. 2.100 / 52. 2.100
- Splitting the commandline.
- Reading option '-v' ... matched as option 'v' (set libav* logging level) with argument 'debug'.
- Reading option '-i' ... matched as input file with argument 'http://127.0.0.1:8000:/event1.ogv'.
- Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'.
- Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'aac'.
- Reading option '-strict' ... matched as AVOption 'strict' with argument 'experimental'.
- Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k'.
- Reading option '-flags' ... matched as AVOption 'flags' with argument '-map'.
- Reading option '0:0' ... matched as output file.
- Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:1'.
- Reading option '-f' ... matched as option 'f' (force format) with argument 'hls'.
- Reading option '-hls_time' ... matched as AVOption 'hls_time' with argument '6'.
- Reading option '-hls_list_size' ... matched as AVOption 'hls_list_size' with argument '999999'.
- Reading option '/var/www/hipernation.com/wp-content/livefeeds/zic.m3u8' ... matched as output file.
- Finished splitting the commandline.
- Parsing a group of options: global .
- Applying option v (set libav* logging level) with argument debug.
- Successfully parsed a group of options.
- Parsing a group of options: input file http://127.0.0.1:8000:/event1.ogv.
- Successfully parsed a group of options.
- Opening an input file: http://127.0.0.1:8000:/event1.ogv.
- [ogg @ 0x2ab5d60] Format ogg probed with size=2048 and score=100
- [ogg @ 0x2ab5d60] File position before avformat_find_stream_info() is 7645
- [theora @ 0x2ab9120] Theora bitstream version 30201
- [theora @ 0x2ab9120] 7 bits left in packet 82
- [ogg @ 0x2ab5d60] Broken file, keyframe not correctly marked.
- [ogg @ 0x2ab5d60] All info found
- [ogg @ 0x2ab5d60] File position after avformat_find_stream_info() is 24540
- Input #0, ogg, from 'http://127.0.0.1:8000:/event1.ogv':
- Duration: 159957:47:00.91, start: 1.733333, bitrate: N/A
- Stream #0:0, 15, 1/30: Video: theora, yuv420p, 320x240 [SAR 1:1 DAR 4:3], 1/30, 30 fps, 30 tbr, 30 tbn, 30 tbc
- Stream #0:1, 1, 1/44100: Audio: vorbis, 44100 Hz, mono, fltp, 80 kb/s
- Successfully opened the file.
- Parsing a group of options: output file 0:0.
- Applying option vcodec (force video codec ('copy' to copy stream)) with argument libx264.
- Applying option acodec (force audio codec ('copy' to copy stream)) with argument aac.
- Applying option b:v (video bitrate (please use -b:v)) with argument 128k.
- Successfully parsed a group of options.
- Opening an output file: 0:0.
- [NULL @ 0x2abb2a0] Unable to find a suitable output format for '0:0'
- 0:0: Invalid argument
- Statistics: 24540 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement