Advertisement
Guest User

Untitled

a guest
May 18th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. ffmpeg -i "WipEout HDFury - Zone - 2013-05-13 01-52-13.mp4" -vcodec libx264 -preset placebo -crf 23 -movflags faststart -pix_fmt yuv420p PLACEBO.mp4
  2.  
  3.  
  4.  
  5. ffmpeg version 0.8.6, Copyright (c) 2000-2013 the Libav developers
  6. built on Mar 31 2013 12:24:31 with gcc 4.7.2
  7. This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).
  8.  
  9. Seems stream 0 codec frame rate differs from container frame rate: 119.88 (120000/1001) -> 59.94 (2997/50)
  10. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'WipEout HDFury - Zone - 2013-05-13 01-52-13.mp4':
  11. Metadata:
  12. major_brand : M4V
  13. minor_version : 1
  14. compatible_brands: M4V M4A mp42isom
  15. creation_time : 2013-05-13 11:42:17
  16. date : 2013-05-13
  17. title : Zone
  18. description : Moa Therma
  19. Duration: 00:13:47.73, start: 0.000000, bitrate: 26482 kb/s
  20. Stream #0.0(eng): Video: h264 (High), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 26249 kb/s, 59.94 fps, 59.94 tbr, 59940 tbn, 119.88 tbc
  21. Metadata:
  22. creation_time : 2013-05-13 11:42:17
  23. Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 221 kb/s
  24. Metadata:
  25. creation_time : 2013-05-13 11:42:17
  26. File 'PLACEBO.mp4' already exists. Overwrite ? [y/N] y
  27. [buffer @ 0x1ab8e00] w:1280 h:720 pixfmt:yuv420p
  28. [libx264 @ 0x1abbc20] using SAR=1/1
  29. [libx264 @ 0x1abbc20] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  30. [libx264 @ 0x1abbc20] profile Main, level 5.0
  31. [libx264 @ 0x1abbc20] 264 - core 125 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=16 deblock=1:0:0 analyse=0x1:0x131 me=tesa subme=11 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=24 chroma_me=1 trellis=2 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=16 b_pyramid=0 b_adapt=2 b_bias=0 direct=3 weightb=0 open_gop=1 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.25 aq=1:1.00
  32. [mp4 muxer @ 0x26a2fa0] [Eval @ 0x7fffcc4662c0] Undefined constant or missing '(' in 'faststart'
  33. [mp4 muxer @ 0x26a2fa0] Unable to parse option value "faststart"
  34. [mp4 muxer @ 0x26a2fa0] Error setting option movflags to value faststart.
  35. Output #0, mp4, to 'PLACEBO.mp4':
  36. Metadata:
  37. major_brand : M4V
  38. minor_version : 1
  39. compatible_brands: M4V M4A mp42isom
  40. creation_time : 2013-05-13 11:42:17
  41. date : 2013-05-13
  42. title : Zone
  43. description : Moa Therma
  44. Stream #0.0(eng): Video: libx264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=-1--1, 90k tbn, 59.94 tbc
  45. Metadata:
  46. creation_time : 2013-05-13 11:42:17
  47. Stream #0.1(eng): Audio: libfaac, 48000 Hz, stereo, s16, 200 kb/s
  48. Metadata:
  49. creation_time : 2013-05-13 11:42:17
  50. Stream mapping:
  51. Stream #0.0 -> #0.0
  52. Stream #0.1 -> #0.1
  53. Could not write header for output file #0 (incorrect codec parameters ?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement