Advertisement
Guest User

Untitled

a guest
Nov 26th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. ./ffmpeg -f mpegts -i /dev/video1 -codec copy test.ts
  2. ffmpeg version N-58456-ga9a3afe Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Nov 26 2013 05:33:17 with gcc 4.6 (Debian 4.6.3-1)
  4. configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  5. libavutil 52. 54.100 / 52. 54.100
  6. libavcodec 55. 44.100 / 55. 44.100
  7. libavformat 55. 21.102 / 55. 21.102
  8. libavdevice 55. 5.100 / 55. 5.100
  9. libavfilter 3. 91.100 / 3. 91.100
  10. libswscale 2. 5.101 / 2. 5.101
  11. libswresample 0. 17.104 / 0. 17.104
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Input #0, mpegts, from '/dev/video1':
  14. Duration: N/A, start: 0.387044, bitrate: 130 kb/s
  15. Program 1
  16. Stream #0:0[0x1011]: Video: h264 (Main) (HDMV / 0x564D4448), yuv420p(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 59.94 fps, 59.94 tbr, 90k tbn, 119.88 tbc
  17. Stream #0:1[0x1100]: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 130 kb/s
  18. Output #0, mpegts, to 'test.ts':
  19. Metadata:
  20. encoder : Lavf55.21.102
  21. Stream #0:0: Video: h264 (HDMV / 0x564D4448), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 59.94 fps, 90k tbn, 59.94 tbc
  22. Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, 130 kb/s
  23. Stream mapping:
  24. Stream #0:0 -> #0:0 (copy)
  25. Stream #0:1 -> #0:1 (copy)
  26. Press [q] to stop, [?] for help
  27. frame= 4637 fps= 64 q=-1.0 Lsize= 57318kB time=00:01:17.39 bitrate=6066.7kbits/s
  28. video:51340kB audio:1234kB subtitle:0 global headers:0kB muxing overhead 9.022255%
  29. Received signal 2: terminating.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement