Advertisement
Guest User

Untitled

a guest
Jun 30th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ffmpeg -i 1.ts -c:v h264 -s 1536x864 -map 0 -codec copy 1.mkv
  2. ffmpeg version N-64278-g4d1fa38 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Jun 27 2014 22:02:02 with gcc 4.8.3 (GCC)
  4. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  5. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  6. le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
  7. e --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-
  8. libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libope
  9. njpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsox
  10. r --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab -
  11. -enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx
  12. --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-
  13. libxavs --enable-libxvid --enable-decklink --enable-zlib
  14. libavutil 52. 90.101 / 52. 90.101
  15. libavcodec 55. 68.100 / 55. 68.100
  16. libavformat 55. 44.100 / 55. 44.100
  17. libavdevice 55. 13.101 / 55. 13.101
  18. libavfilter 4. 9.100 / 4. 9.100
  19. libswscale 2. 6.100 / 2. 6.100
  20. libswresample 0. 19.100 / 0. 19.100
  21. libpostproc 52. 3.100 / 52. 3.100
  22. [live_flv @ 04c45800] Could not find codec parameters for stream 0 (Video: none,
  23. 665 kb/s): unknown codec
  24. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  25. Input #0, live_flv, from '1.ts':
  26. Metadata:
  27. Server : NGINX RTMP (github.com/arut/nginx-rtmp-module)
  28. displayWidth : 1536
  29. displayHeight : 864
  30. fps : 20
  31. profile :
  32. level :
  33. Duration: 00:00:00.00, start: 5507.904000, bitrate: N/A
  34. Stream #0:0: Video: none, 665 kb/s, 1k tbr, 1k tbn, 1k tbc
  35. Stream #0:1: Audio: aac, 48000 Hz, stereo, fltp, 65 kb/s
  36. File '1.mkv' already exists. Overwrite ? [y/N] y
  37. [matroska @ 04d041e0] Using AVStream.codec.time_base as a timebase hint to the m
  38. uxer is deprecated. Set AVStream.time_base instead.
  39. [matroska @ 04d041e0] dimensions not set
  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. Stream #0:0: Video: none, q=2-31, 665 kb/s, 1k tbn, 1k tbc
  49. Stream #0:1: Audio: aac, 48000 Hz, stereo, 65 kb/s
  50. Stream mapping:
  51. Stream #0:0 -> #0:0 (copy)
  52. Stream #0:1 -> #0:1 (copy)
  53. Could not write header for output file #0 (incorrect codec parameters ?): Error
  54. number -22 occurred
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement