Advertisement
Guest User

ffmpeg-jose-video3

a guest
Apr 3rd, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. ffmpeg -i "D:\Temp\hola.vob" -vf yadif=1,mp=mcdeint:0:0:16,mp=softskip,hqdn3d=2 -vcodec libx264 -crf 16 -threads 0 -x264opts frameref=15:fast_pskip=0 -r 25 -y "d:\Temp\hola7.mp4"
  2.  
  3.  
  4. ffmpeg version N-38938-ge01f478 Copyright (c) 2000-2012 the FFmpeg developers
  5. built on Mar 19 2012 23:16:52 with gcc 4.6.2
  6. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  7. libavutil 51. 42.100 / 51. 42.100
  8. libavcodec 54. 12.100 / 54. 12.100
  9. libavformat 54. 2.100 / 54. 2.100
  10. libavdevice 53. 4.100 / 53. 4.100
  11. libavfilter 2. 65.101 / 2. 65.101
  12. libswscale 2. 1.100 / 2. 1.100
  13. libswresample 0. 7.100 / 0. 7.100
  14. libpostproc 52. 0.100 / 52. 0.100
  15. [mpeg @ 01D390C0] max_analyze_duration 5000000 reached at 5024000
  16. Input #0, mpeg, from 'D:\Temp\hola.vob':
  17. Duration: 00:07:54.97, start: 1.000667, bitrate: 4265 kb/s
  18. Stream #0:0[0x80]: Audio: ac3, 48000 Hz, 5.1(side), s16, 448 kb/s
  19. Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 9800 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
  20. [buffer @ 02A571A0] w:720 h:576 pixfmt:yuv420p tb:1/1000000 sar:64/45 sws_param:
  21. [yadif @ 039D0480] mode:1 parity:-1 auto_enable:0
  22. [mp @ 03AFE540] 'mcdeint' is a wrapped MPlayer filter (libmpcodecs). This filter may be removed
  23. once it has been ported to a native libavfilter.
  24. [mp @ 03AFE9A0] 'softskip' is a wrapped MPlayer filter (libmpcodecs). This filter may be removed
  25. once it has been ported to a native libavfilter.
  26. [hqdn3d @ 039CFF60] ls:2.000000 cs:1.500000 lt:3.000000 ct:2.250000
  27. [libx264 @ 039D0060] using SAR=64/45
  28. [libx264 @ 039D0060] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
  29. [libx264 @ 039D0060] profile High, level 4.0
  30. [libx264 @ 039D0060] 264 - core 120 r2146 bcd41db - H.264/MPEG-4 AVC codec - Copyleft 2003-2011 - http://www.videolan.org/x264.html - options: cabac=1 ref=15 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=0 chroma_qp_offset=-2 threads=6 sliced_threads=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=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=16.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  31. [libvo_aacenc @ 037D0A40] Unable to set encoding parameters
  32. Output #0, mp4, to 'd:\Temp\hola7.mp4':
  33. Stream #0:0: Video: h264, yuv420p, 720x576 [SAR 64:45 DAR 16:9], q=-1--1, 90k tbn, 25 tbc
  34. Stream #0:1: Audio: aac, 48000 Hz, 5.1(side), s16, 128 kb/s
  35. Stream mapping:
  36. Stream #0:1 -> #0:0 (mpeg2video -> libx264)
  37. Stream #0:0 -> #0:1 (ac3 -> libvo_aacenc)
  38. Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement