Advertisement
Guest User

Untitled

a guest
Dec 31st, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. root@PAL-NTSC:/usr/local/src/decklink_sdk_9.6.4/Linux/Samples/bmdtools# /usr/local/bin/ffmpeg -i udp://@239.7.7.7:7777 -pix_fmt yuv420p -r 29.97 -s 720x480 -filter:v yadif -threads 1 -vcodec rawvideo -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 @ 0x19379c0] Unable to seek back to the start
  14. [mpegts @ 0x19379c0] max_analyze_duration 5000000 reached at 5016000
  15. [mpegts @ 0x19379c0] Estimating duration from bitrate, this may be inaccurate
  16. Input #0, mpegts, from 'udp://@239.7.7.7:7777':
  17. Duration: N/A, start: 68183.495011, bitrate: 128 kb/s
  18. Program 259
  19. Metadata:
  20. service_name : 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 (I420 / 0x30323449), yuv420p, 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 @ 0x2842060] 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 (I420 / 0x30323449), yuv420p, 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= 77188kB time=00:00:06.70 bitrate=94282.8kbits/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement