/nor30 Secret
Created
April 5, 2015 02:47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c:\>ffmpeg -y -i full-ts.ts -c:v copy -an full.mp4 | |
ffmpeg version N-69040-gb23a866 Copyright (c) 2000-2015 the FFmpeg developers | |
built on Jan 12 2015 22:02:37 with gcc 4.9.2 (GCC) | |
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca -- | |
enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge | |
r --enable-libsoxr --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-lzma --enable-decklink --enable-zlib | |
libavutil 54. 16.100 / 54. 16.100 | |
libavcodec 56. 20.100 / 56. 20.100 | |
libavformat 56. 18.101 / 56. 18.101 | |
libavdevice 56. 4.100 / 56. 4.100 | |
libavfilter 5. 7.100 / 5. 7.100 | |
libswscale 3. 1.101 / 3. 1.101 | |
libswresample 1. 1.100 / 1. 1.100 | |
libpostproc 53. 3.100 / 53. 3.100 | |
Input #0, mpegts, from 'full-ts.ts': | |
Duration: 00:11:25.75, start: 1.424000, bitrate: 3407 kb/s | |
Program 1 | |
Metadata: | |
service_name : Service01 | |
service_provider: FFmpeg | |
Stream #0:0[0x100]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 30 fps, 30 tbr, 90k tbn, 60 tbc | |
Stream #0:1[0x101]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 125 kb/s | |
Output #0, mp4, to 'full.mp4': | |
Metadata: | |
encoder : Lavf56.18.101 | |
Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 30 fps, 30 tbr, 90k tbn, 90k tbc | |
Stream mapping: | |
Stream #0:0 -> #0:0 (copy) | |
Press [q] to stop, [?] for help | |
frame=20419 fps=19170 q=-1.0 Lsize= 251660kB time=00:11:25.56 bitrate=3007.2kbits/s | |
video:251446kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.084929% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment