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