Advertisement
Guest User

Untitled

a guest
Feb 7th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. [ykim@ykim segments]$ ffmpeg -i test_0.ts -vsync 0 -copyts -s 1280x720 -vcodec libx264 -profile high -preset ultrafast -tune film -acodec libfaac -ab 128k -ar 48000 -y transcode/test_0.ts
  2. ffmpeg version N-60402-g7bb8b87 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Feb 7 2014 13:08:59 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-3)
  4. configuration: --prefix=/home/croll/ffmpeg_static --enable-runtime-cpudetect --disable-debug --disable-ffserver --disable-shared --enable-libfaac --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-libass --enable-libfreetype --enable-librtmp --enable-gpl --enable-nonfree --extra-libs=-ldl
  5. libavutil 52. 63.101 / 52. 63.101
  6. libavcodec 55. 49.101 / 55. 49.101
  7. libavformat 55. 30.100 / 55. 30.100
  8. libavdevice 55. 7.100 / 55. 7.100
  9. libavfilter 4. 1.102 / 4. 1.102
  10. libswscale 2. 5.101 / 2. 5.101
  11. libswresample 0. 17.104 / 0. 17.104
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Input #0, mpegts, from 'test_0.ts':
  14. Duration: 00:00:05.02, start: 0.000000, bitrate: 8806 kb/s
  15. Program 1
  16. Metadata:
  17. service_name : Service01
  18. service_provider: FFmpeg
  19. Stream #0:0[0x100]: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
  20. Stream #0:1[0x101]: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 255 kb/s
  21. Please use -profile:a or -profile:v, -profile is ambiguous
  22. [libx264 @ 0x3885a60] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
  23. [libx264 @ 0x3885a60] profile Constrained Baseline, level 3.1
  24. Output #0, mpegts, to 'transcode/test_0.ts':
  25. Metadata:
  26. encoder : Lavf55.30.100
  27. Stream #0:0: Video: h264 (libx264), yuv420p, 1280x720, q=-1--1, 90k tbn, 29.97 tbc
  28. Stream #0:1: Audio: aac (libfaac), 48000 Hz, stereo, s16, 128 kb/s
  29. Stream mapping:
  30. Stream #0:0 -> #0:0 (h264 -> libx264)
  31. Stream #0:1 -> #0:1 (aac -> libfaac)
  32. Press [q] to stop, [?] for help
  33. frame= 150 fps= 68 q=-1.0 Lsize= 2879kB time=00:00:05.05 bitrate=4664.6kbits/s
  34. video:2572kB audio:79kB subtitle:0 data:0 global headers:0kB muxing overhead 8.611987%
  35. [libx264 @ 0x3885a60] frame I:1 Avg QP:20.00 size: 74486
  36. [libx264 @ 0x3885a60] frame P:149 Avg QP:22.20 size: 17175
  37. [libx264 @ 0x3885a60] mb I I16..4: 100.0% 0.0% 0.0%
  38. [libx264 @ 0x3885a60] mb P I16..4: 25.2% 0.0% 0.0% P16..4: 29.0% 0.0% 0.0% 0.0% 0.0% skip:45.8%
  39. [libx264 @ 0x3885a60] coded y,uvDC,uvAC intra: 20.6% 14.5% 1.8% inter: 19.7% 8.4% 0.3%
  40. [libx264 @ 0x3885a60] i16 v,h,dc,p: 34% 42% 15% 9%
  41. [libx264 @ 0x3885a60] i8c dc,h,v,p: 60% 22% 15% 3%
  42. [libx264 @ 0x3885a60] kb/s:4209.43
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement