Advertisement
Guest User

Untitled

a guest
Feb 5th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. ffmpeg -y -re -ss 49:19:21 -i input.ts -sws_flags spline -vf yadif=1:0 -s 1280x720 -c:v libx264 -preset slow -profile:v high -level 4.1 -refs:v 5 -crf 22 -r 50 -x264opts colormatrix=bt709 -acodec copy test.mkv
  2.  
  3. ffmpeg version N-82889-g54931fd Copyright (c) 2000-2016 the FFmpeg developers
  4. built with gcc 5.4.0 (GCC)
  5. configuration: --enable-gpl --enable-version3 --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-icon
  6. v --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-li
  7. bopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora
  8. --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --ena
  9. ble-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  10. libavutil 55. 43.100 / 55. 43.100
  11. libavcodec 57. 68.100 / 57. 68.100
  12. libavformat 57. 61.100 / 57. 61.100
  13. libavdevice 57. 2.100 / 57. 2.100
  14. libavfilter 6. 68.100 / 6. 68.100
  15. libswscale 4. 3.101 / 4. 3.101
  16. libswresample 2. 4.100 / 2. 4.100
  17. libpostproc 54. 2.100 / 54. 2.100
  18. [mpeg2video @ 00000000024ca280] Invalid frame dimensions 0x0.
  19. Last message repeated 33 times
  20. [mpegts @ 00000000024a3740] PES packet size mismatch
  21. Input #0, mpegts, from 'input.ts':
  22. Duration: 01:10:56.06, start: 71539.835144, bitrate: 17123 kb/s
  23. Program 10407
  24. Stream #0:0[0x2c5]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
  25. Stream #0:1[0x2db](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 384 kb/s
  26. [libx264 @ 000000000258d880] using SAR=1/1
  27. [libx264 @ 000000000258d880] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
  28. [libx264 @ 000000000258d880] profile High, level 4.1
  29. [libx264 @ 000000000258d880] 264 - core 148 r2744 b97ae06 - H.264/MPEG-4 AVC codec - Copyleft 2003-2016 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1:0:0 analyse=0x3:0
  30. x113 me=hex subme=8 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_th
  31. reads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 i
  32. ntra_refresh=0 rc_lookahead=50 rc=crf mbtree=1 crf=22.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  33. Output #0, matroska, to 'C:\Users\\Desktop\Records\ffmpeg_encoder\_temp\test.mkv':
  34. Metadata:
  35. encoder : Lavf57.61.100
  36. Stream #0:0: Video: h264 (libx264) (H264 / 0x34363248), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 50 fps, 1k tbn, 50 tbc
  37. Metadata:
  38. encoder : Lavc57.68.100 libx264
  39. Side data:
  40. cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
  41. Stream #0:1(eng): Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 384 kb/s
  42. Stream mapping:
  43. Stream #0:0 -> #0:0 (mpeg2video (native) -> h264 (libx264))
  44. Stream #0:1 -> #0:1 (copy)
  45. Press [q] to stop, [?] for help
  46. frame= 0 fps=0.0 q=0.0 Lsize= 1kB time=00:00:00.00 bitrate=N/A speed= 0x
  47. video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  48. Press any key to continue . . .
  49.  
  50. C:\Users\jse\Desktop\Records>ws_flags
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement