Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. root@PAL-NTSC:~# /usr/local/bin/ffmpeg -vsync 1 -i udp://239.7.7.7:7777 -vcodec rawvideo -pix_fmt uyvy422 -s 720x480 -r 29.97 -acodec pcm_s16le -ar 48000 -f nut - | /usr/local/src/decklink_sdk_9.6.4/Linux/Samples/bmdtools/bmdplay -f pipe:0 -m 0 -C 0
  2. ffmpeg version git-2012-12-20-40ea343 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Dec 20 2012 06:19:56 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab
  5. libavutil 52. 12.100 / 52. 12.100
  6. libavcodec 54. 81.100 / 54. 81.100
  7. libavformat 54. 49.102 / 54. 49.102
  8. libavdevice 54. 3.102 / 54. 3.102
  9. libavfilter 3. 28.102 / 3. 28.102
  10. libswscale 2. 1.103 / 2. 1.103
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 2.100 / 52. 2.100
  13. [mpegts @ 0x1ee7880] Unable to seek back to the start
  14. [mpegts @ 0x1ee7880] max_analyze_duration 5000000 reached at 5016000
  15. [mpegts @ 0x1ee7880] Estimating duration from bitrate, this may be inaccurate
  16. Input #0, mpegts, from 'udp://239.7.7.7:7777':
  17. Duration: N/A, start: 51014.203633, bitrate: 128 kb/s
  18. Program 259
  19. Metadata:
  20. service_name : TVP INFO
  21. service_provider:
  22. Stream #0:0[0x105]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
  23. Stream #0:1[0x103](pol): Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 128 kb/s
  24. Output #0, nut, to 'pipe:':
  25. Metadata:
  26. encoder : Lavf54.49.102
  27. Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 720x480 [SAR 32:27 DAR 16:9], q=2-31, 200 kb/s, 95904 tbn, 29.97 tbc
  28. Stream #0:1: Audio: pcm_s16le (PSD[16] / 0x10445350), 48000 Hz, stereo, s16, 1536 kb/s
  29. Metadata:
  30. X-Language : pol
  31. Stream mapping:
  32. Stream #0:0 -> #0:0 (mpeg2video -> rawvideo)
  33. Stream #0:1 -> #0:1 (mp2 -> pcm_s16le)
  34. Press [q] to stop, [?] for help
  35. [nut @ 0x318c060] Estimating duration from bitrate, this may be inaccurate
  36. Input #0, nut, from 'pipe:0':
  37. Metadata:
  38. encoder : Lavf54.49.102
  39. Duration: N/A, start: 0.000000, bitrate: 1536 kb/s
  40. Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 720x480, SAR 32:27 DAR 16:9, 29.97 fps, 29.97 tbr, 95904 tbn, 95904 tbc
  41. Stream #0:1(pol): Audio: pcm_s16le (PSD[16] / 0x10445350), 48000 Hz, 2 channels, s16, 1536 kb/s
  42. Selected mode: NTSC q=0.0 size= 136262kB time=00:00:06.77 bitrate=164799.6kbits/s dup=51 drop=0
  43.  
  44.  
  45. Bailling outfps= 30 q=0.0 size=47280412kB time=00:38:35.64 bitrate=167262.5kbits/s dup=11526 drop=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement