Advertisement
Guest User

Untitled

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