Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- anshul@linux-zq1i:~/openfeather/Project/FFmpeg> ffmpeg -i ~/Videos/kiran_bowling.mp4 http://localhost:8090/feed1.ffm
- ffmpeg version N-69036-gf4ebed0 Copyright (c) 2000-2015 the FFmpeg developers
- built on Jan 26 2015 00:03:27 with gcc 4.8 (SUSE Linux)
- configuration: --disable-optimizations --enable-gpl --enable-nonfree --enable-libx264 --enable-libfaac
- libavutil 54. 16.100 / 54. 16.100
- libavcodec 56. 20.100 / 56. 20.100
- libavformat 56. 18.101 / 56. 18.101
- libavdevice 56. 4.100 / 56. 4.100
- libavfilter 5. 7.100 / 5. 7.100
- libswscale 3. 1.101 / 3. 1.101
- libswresample 1. 1.100 / 1. 1.100
- libpostproc 53. 3.100 / 53. 3.100
- Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/anshul/Videos/kiran_bowling.mp4':
- Metadata:
- major_brand : isom
- minor_version : 0
- compatible_brands: isom3gp4
- creation_time : 2014-01-04 13:43:08
- Duration: 00:00:44.14, start: 0.000000, bitrate: 12069 kb/s
- Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuvj420p(pc), 1280x720 [SAR 1:1 DAR 16:9], 11966 kb/s, 29.70 fps, 29.67 tbr, 90k tbn, 30 tbc (default)
- Metadata:
- creation_time : 2014-01-04 13:43:08
- handler_name : VideoHandle
- encoder :
- Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)
- Metadata:
- creation_time : 2014-01-04 13:43:08
- handler_name : SoundHandle
- [tcp @ 0xa705840] Connection to tcp://localhost:8090 failed (Connection refused), trying next address
- [tcp @ 0xa6e34e0] Connection to tcp://localhost:8090 failed (Connection refused), trying next address
- [swscaler @ 0xa6c8480] deprecated pixel format used, make sure you did set range correctly
- [swscaler @ 0xa8a3bc0] deprecated pixel format used, make sure you did set range correctly
- [mpeg1video @ 0xa7bb380] bitrate tolerance 21333 too small for bitrate 64000, overriding
- [mpeg1video @ 0xa7bb380] MPEG1/2 does not support 3/1 fps
- Output #0, ffm, to 'http://localhost:8090/feed1.ffm':
- Metadata:
- major_brand : isom
- minor_version : 0
- compatible_brands: isom3gp4
- creation_time : now
- Stream #0:0(eng): Audio: mp2, 44100 Hz, mono, s16, 32 kb/s (default)
- Metadata:
- creation_time : 2014-01-04 13:43:08
- handler_name : SoundHandle
- encoder : Lavc56.20.100 mp2
- Stream #0:1(eng): Video: mpeg1video, none, 160x128, q=2-31, 64 kb/s, SAR 64:45 DAR 16:9, 29.97 fps, 3 tbc (default)
- Metadata:
- creation_time : 2014-01-04 13:43:08
- handler_name : VideoHandle
- encoder : Lavc56.20.100 mpeg1video
- Stream #0:2(eng): Audio: wmav2, 22050 Hz, 1 channels, fltp, 64 kb/s (default)
- Metadata:
- creation_time : 2014-01-04 13:43:08
- handler_name : SoundHandle
- encoder : Lavc56.20.100 wmav2
- Stream #0:3(eng): Video: msmpeg4v3 (msmpeg4), none, 352x240, q=2-31, 256 kb/s, SAR 40:33 DAR 16:9, 29.67 fps, 15 tbc (default)
- Metadata:
- creation_time : 2014-01-04 13:43:08
- handler_name : VideoHandle
- encoder : Lavc56.20.100 msmpeg4
- Stream mapping:
- Stream #0:1 -> #0:0 (aac (native) -> mp2 (native))
- Stream #0:0 -> #0:1 (h264 (native) -> mpeg1video (native))
- Stream #0:1 -> #0:2 (aac (native) -> wmav2 (native))
- Stream #0:0 -> #0:3 (h264 (native) -> msmpeg4v3 (msmpeg4))
- Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement