Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. root@PAL-NTSC:~# /usr/local/bin/ffmpeg -i udp://239.7.7.7:7777 -vcodec rawvideo -pix_fmt uyvy422 -s 720x480 -r 30000/1001 -acodec pcm_s16le -ar 48000 -vf yadif -f nut - | /usr/local/src/decklink_sdk_9.6.4/Linux/Samples/bmdtools/bmdplay -f pipe:0 -m 0 -C 0ffmpeg version git-2012-12-20-40ea343 Copyright (c) 2000-2012 the FFmpeg developers
  2. built on Dec 20 2012 06:19:56 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  3. 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
  4. libavutil 52. 12.100 / 52. 12.100
  5. libavcodec 54. 81.100 / 54. 81.100
  6. libavformat 54. 49.102 / 54. 49.102
  7. libavdevice 54. 3.102 / 54. 3.102
  8. libavfilter 3. 28.102 / 3. 28.102
  9. libswscale 2. 1.103 / 2. 1.103
  10. libswresample 0. 17.102 / 0. 17.102
  11. libpostproc 52. 2.100 / 52. 2.100
  12. [mpegts @ 0x18158a0] Unable to seek back to the start
  13. [mpegts @ 0x18158a0] max_analyze_duration 5000000 reached at 5016000
  14. [mpegts @ 0x18158a0] Estimating duration from bitrate, this may be inaccurate
  15. Input #0, mpegts, from 'udp://239.7.7.7:7777':
  16. Duration: N/A, start: 55971.403633, bitrate: 128 kb/s
  17. Program 259
  18. Metadata:
  19. service_name : TVP INFO
  20. service_provider:
  21. 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
  22. Stream #0:1[0x103](pol): Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 128 kb/s
  23. Output #0, nut, to 'pipe:':
  24. Metadata:
  25. encoder : Lavf54.49.102
  26. Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 720x480 [SAR 32:27 DAR 16:9], q=2-31, 200 kb/s, 60k tbn, 29.97 tbc
  27. Stream #0:1: Audio: pcm_s16le (PSD[16] / 0x10445350), 48000 Hz, stereo, s16, 1536 kb/s
  28. Metadata:
  29. X-Language : pol
  30. Stream mapping:
  31. Stream #0:0 -> #0:0 (mpeg2video -> rawvideo)
  32. Stream #0:1 -> #0:1 (mp2 -> pcm_s16le)
  33. Press [q] to stop, [?] for help
  34. [nut @ 0x1b4f060] Estimating duration from bitrate, this may be inaccurate
  35. Input #0, nut, from 'pipe:0':
  36. Metadata:
  37. encoder : Lavf54.49.102
  38. Duration: N/A, start: 0.000000, bitrate: 1536 kb/s
  39. Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 720x480, SAR 32:27 DAR 16:9, 29.97 fps, 29.97 tbr, 60k tbn, 60k tbc
  40. Stream #0:1(pol): Audio: pcm_s16le (PSD[16] / 0x10445350), 48000 Hz, 2 channels, s16, 1536 kb/s
  41. Selected mode: NTSC q=0.0 size= 113392kB time=00:00:07.44 bitrate=124840.0kbits/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement