Advertisement
Guest User

Untitled

a guest
Jan 10th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. clibois@clibois-ThinkPad-T540p:~/temp$ ffmpeg -i "Kyrielle montage tout OK.avi" -c:a copy -c:v libx265 -preset veryslow -x265-params crf=28 "outFile.mkv"
  2. ffmpeg version 2.8.4 Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  4. configuration: --prefix=/home/clibois/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/clibois/ffmpeg_build/include --extra-ldflags=-L/home/clibois/ffmpeg_build/lib --bindir=/home/clibois/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable-libx264 --enable-libx265 --enable-nonfree
  5. libavutil 54. 31.100 / 54. 31.100
  6. libavcodec 56. 60.100 / 56. 60.100
  7. libavformat 56. 40.101 / 56. 40.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 40.101 / 5. 40.101
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 2.101 / 1. 2.101
  12. libpostproc 53. 3.100 / 53. 3.100
  13. Input #0, avi, from 'Kyrielle montage tout OK.avi':
  14. Metadata:
  15. encoder : Lavf54.63.104
  16. Duration: 01:37:47.16, start: 0.000000, bitrate: 4752 kb/s
  17. Stream #0:0: Video: h264 (Main) (H264 / 0x34363248), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 4485 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
  18. Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 256 kb/s
  19. File 'outFile.mkv' already exists. Overwrite ? [y/N] y
  20. x265 [info]: HEVC encoder version 1.8+1-5dcc9d3a928c400b
  21. x265 [info]: build info [Linux][GCC 4.8.2][32 bit] 8bit
  22. x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
  23. x265 [info]: Main profile, Level-5 (Main tier)
  24. x265 [info]: Thread pool created using 8 threads
  25. x265 [info]: frame threads / pool features : 3 / wpp(17 rows)
  26. x265 [info]: Coding QT: max CU size, min CU size : 64 / 8
  27. x265 [info]: Residual QT: max TU size, max depth : 32 / 3 inter / 3 intra
  28. x265 [info]: ME / range / subpel / merge : star / 57 / 4 / 4
  29. x265 [info]: Keyframe min / max / scenecut : 25 / 250 / 40
  30. x265 [info]: Lookahead / bframes / badapt : 40 / 8 / 2
  31. x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 1
  32. x265 [info]: References / ref-limit cu / depth : 5 / 0 / 0
  33. x265 [info]: AQ: mode / str / qg-size / cu-tree : 1 / 1.0 / 32 / 1
  34. x265 [info]: Rate Control / qCompress : CRF-28.0 / 0.60
  35. x265 [info]: tools: rect amp rd=6 psy-rd=0.30 rdoq=2 psy-rdoq=1.00 signhide
  36. x265 [info]: tools: tmvp b-intra strong-intra-smoothing deblock sao
  37. [matroska @ 0x9cb58c0] Codec for stream 1 does not use global headers but container format requires global headers
  38. Output #0, matroska, to 'outFile.mkv':
  39. Metadata:
  40. encoder : Lavf56.40.101
  41. Stream #0:0: Video: hevc (libx265), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 1k tbn, 25 tbc
  42. Metadata:
  43. encoder : Lavc56.60.100 libx265
  44. Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, 256 kb/s
  45. Stream mapping:
  46. Stream #0:0 -> #0:0 (h264 (native) -> hevc (libx265))
  47. Stream #0:1 -> #0:1 (copy)
  48. Press [q] to stop, [?] for help
  49. ^C^Cav_interleaved_write_frame(): Immediate exit requested5 bitrate= 406.3kbits/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement