Advertisement
Guest User

Untitled

a guest
Jun 30th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. ffmpeg -c:v h264 -i 1.ts -map 0 -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 @ 04c3b720] 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. File '1.mkv' already exists. Overwrite ? [y/N] y
  38. [matroska @ 04c1dc40] Using AVStream.codec.time_base as a timebase hint to the m
  39. uxer is deprecated. Set AVStream.time_base instead.
  40. [matroska @ 04c1dc40] dimensions not set
  41. Output #0, matroska, to '1.mkv':
  42. Metadata:
  43. Server : NGINX RTMP (github.com/arut/nginx-rtmp-module)
  44. displayWidth : 1536
  45. displayHeight : 864
  46. fps : 20
  47. profile :
  48. level :
  49. Stream #0:0: Video: h264, q=2-31, 665 kb/s, 1k tbn, 1k tbc
  50. Stream #0:1: Audio: aac, 48000 Hz, stereo, 65 kb/s
  51. Stream mapping:
  52. Stream #0:0 -> #0:0 (copy)
  53. Stream #0:1 -> #0:1 (copy)
  54. Could not write header for output file #0 (incorrect codec parameters ?): Error
  55. number -22 occurred
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement