Advertisement
Guest User

Untitled

a guest
May 17th, 2010
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.45 KB | None | 0 0
  1. media@ubuntu:~/airvideo$ /usr/bin/ffmpegairvideo -i http://192.168.2.101:8001/1:0:1:772F:2C1:600:E080000:0:0:0: -t 30 test.mp4
  2. channel_count = 1
  3. Local time and date: Mon May 17 23:42:10 2010
  4.  
  5. 0 /usr/bin/ffmpegairvideo
  6. 1 -i
  7. 2 http://192.168.2.101:8001/1:0:1:772F:2C1:600:E080000:0:0:0:
  8. 3 -t
  9. 4 30
  10. 5 test.mp4
  11. FFmpeg version UNKNOWN, Copyright (c) 2000-2010 Fabrice Bellard, et al.
  12.   built on Mar 14 2010 09:11:41 with gcc 4.4.1
  13.   configuration: --enable-pthreads --disable-shared --enable-static --enable-gpl --enable-libx264 --enable-libmp3lame --enable-libfaad --disable-decoder=aac
  14.   libavutil     50. 8. 0 / 50. 8. 0
  15.   libavcodec    52.52. 0 / 52.52. 0
  16.   libavformat   52.50. 0 / 52.50. 0
  17.   libavdevice   52. 2. 0 / 52. 2. 0
  18.   libswscale     0.10. 0 /  0.10. 0
  19. [mpeg2video @ 0x9deb010]mpeg_decode_postinit() failure
  20.     Last message repeated 7 times
  21. [mpegts @ 0x9dcf8c0]max_analyze_duration reached
  22. [mpegts @ 0x9dcf8c0]Estimating duration from bitrate, this may be inaccurate
  23.  
  24. Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -> 25.00 (25/1)
  25. Input #0, mpegts, from 'http://192.168.2.101:8001/1:0:1:772F:2C1:600:E080000:0:0:0:':
  26.   Duration: N/A, start: 2501.183167, bitrate: 15128 kb/s
  27.   Program 30501
  28.   Program 30502
  29.   Program 30503
  30.   Program 30504
  31.   Program 30505
  32.   Program 30506
  33.   Program 30507
  34.   Program 30508
  35.   Program 30509
  36.   Program 30510
  37.   Program 30511
  38.     Stream #0.0[0x259]: Video: mpeg2video, yuv420p, 720x576 [PAR 16:15 DAR 4:3], 15000 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
  39.     Stream #0.1[0x262](hun): Audio: mp2, 48000 Hz, 2 channels, s16, 128 kb/s
  40.   Program 30512
  41.   Program 30513
  42.   Program 30514
  43.   Program 30515
  44.   Program 30516
  45.   Program 40501
  46.   Program 40502
  47.   Program 40503
  48. Output #0, mp4, to 'test.mp4':
  49.     Stream #0.0: Video: mpeg4, yuv420p, 720x576 [PAR 16:15 DAR 4:3], q=2-31, 200 kb/s, 25 tbn, 25 tbc
  50.     Stream #0.1(hun): Audio: aac, 48000 Hz, 2 channels, s16, 64 kb/s
  51. Stream mapping:
  52.   Stream #0.0 -> #0.0
  53.   Stream #0.1 -> #0.1
  54. Press [q] to stop encoding
  55. [mpeg2video @ 0x9deb010]warning: first frame is no keyframe
  56. [mpeg2video @ 0x9deb010]Warning MVs not available.42 bitrate= 643.7kbits/s    
  57. [mpeg2video @ 0x9deb010]concealing 849 DC, 849 AC, 849 MV errors
  58. [mp2 @ 0x9dec840]incomplete frame
  59. Error while decoding stream #0.1
  60. frame=  141 fps= 30 q=31.0 Lsize=     466kB time=5.67 bitrate= 673.3kbits/s    
  61. video:408kB audio:54kB global headers:0kB muxing overhead 0.949879%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement