Advertisement
Guest User

Untitled

a guest
Jun 30th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. ffmpeg -c:v h264 -i 1.ts -codec copy 1.mkv
  2.  
  3. ffmpeg version N-64278-g4d1fa38 Copyright (c) 2000-2014 the FFmpeg developers
  4. built on Jun 27 2014 22:02:02 with gcc 4.8.3 (GCC)
  5. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  6. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  7. le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
  8. e --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-
  9. libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libope
  10. njpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsox
  11. r --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab -
  12. -enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx
  13. --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-
  14. libxavs --enable-libxvid --enable-decklink --enable-zlib
  15. libavutil 52. 90.101 / 52. 90.101
  16. libavcodec 55. 68.100 / 55. 68.100
  17. libavformat 55. 44.100 / 55. 44.100
  18. libavdevice 55. 13.101 / 55. 13.101
  19. libavfilter 4. 9.100 / 4. 9.100
  20. libswscale 2. 6.100 / 2. 6.100
  21. libswresample 0. 19.100 / 0. 19.100
  22. libpostproc 52. 3.100 / 52. 3.100
  23. [live_flv @ 02dab5c0] Could not find codec parameters for stream 0 (Video: h264,
  24. 665 kb/s): unspecified size
  25. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  26. Input #0, live_flv, from '1.ts':
  27. Metadata:
  28. Server : NGINX RTMP (github.com/arut/nginx-rtmp-module)
  29. displayWidth : 1536
  30. displayHeight : 864
  31. fps : 20
  32. profile :
  33. level :
  34. Duration: 00:00:00.00, start: 5507.904000, bitrate: N/A
  35. Stream #0:0: Video: h264, 665 kb/s, 1k tbr, 1k tbn, 2k tbc
  36. Stream #0:1: Audio: aac, 48000 Hz, stereo, fltp, 65 kb/s
  37. [matroska @ 02a4dfe0] Using AVStream.codec.time_base as a timebase hint to the m
  38. uxer is deprecated. Set AVStream.time_base instead.
  39. Output #0, matroska, to '1.mkv':
  40. Metadata:
  41. Server : NGINX RTMP (github.com/arut/nginx-rtmp-module)
  42. displayWidth : 1536
  43. displayHeight : 864
  44. fps : 20
  45. profile :
  46. level :
  47. encoder : Lavf55.44.100
  48. Stream #0:0: Audio: aac ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, 65 kb/s
  49.  
  50. Stream mapping:
  51. Stream #0:1 -> #0:0 (copy)
  52. Press [q] to stop, [?] for help
  53. size= 1790kB time=00:01:52.66 bitrate= 130.2kbits/s
  54. video:0kB audio:1753kB subtitle:0kB other streams:0kB global headers:0kB muxing
  55. overhead: 2.119917%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement