Advertisement
Guest User

Untitled

a guest
Mar 25th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. this is with with ipod320 preset
  2.  
  3. root@media [/home/beta/public_html]# ffmpeg -i Wildlife.wmv -s 320x240 -r 30000/1001 -b 200k -bt 240k -vcodec libx264 -vpre ipod320 -acodec libfaac -ac 2 -ar 48000 -ab 192k 1.mp4
  4. FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
  5. built on Nov 17 2011 00:28:12 with gcc 4.1.2 20080704 (Red Hat 4.1.2-51)
  6. configuration: --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-x11grab --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libdc1394 --enable-libfaac --enable-libmp3lame --enable-libopenjpeg --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-zlib
  7. libavutil 50.36. 0 / 50.36. 0
  8. libavcore 0.16. 1 / 0.16. 1
  9. libavcodec 52.108. 0 / 52.108. 0
  10. libavformat 52.93. 0 / 52.93. 0
  11. libavdevice 52. 2. 3 / 52. 2. 3
  12. libavfilter 1.74. 0 / 1.74. 0
  13. libswscale 0.12. 0 / 0.12. 0
  14.  
  15. Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.97 (30000/1001)
  16. Input #0, asf, from 'Wildlife.wmv':
  17. Metadata:
  18. SfOriginalFPS : 299
  19. WMFSDKVersion : 11.0.6001.7000
  20. WMFSDKNeeded : 0.0.0.0000
  21. IsVBR : 0
  22. title : Wildlife in HD
  23. artist :
  24. copyright : © 2008 Microsoft Corporation
  25. comment : Footage: Small World Productions, Inc; Tourism New Zealand | Producer: Gary F. Spradling | Music: Steve Ball
  26. Duration: 00:00:30.53, start: 8.000000, bitrate: 6880 kb/s
  27. Stream #0.0(eng): Audio: wmav2, 44100 Hz, 2 channels, s16, 192 kb/s
  28. Stream #0.1(eng): Video: vc1, yuv420p, 1280x720, 5942 kb/s, 29.97 tbr, 1k tbn, 1k tbc
  29. [buffer @ 0x1f741800] w:1280 h:720 pixfmt:yuv420p
  30. [scale @ 0x1f75c720] w:1280 h:720 fmt:yuv420p -> w:320 h:240 fmt:yuv420p flags:0xa0000004
  31. [libx264 @ 0x1f74b6a0] broken ffmpeg default settings detected
  32. [libx264 @ 0x1f74b6a0] use an encoding preset (e.g. -vpre medium)
  33. [libx264 @ 0x1f74b6a0] preset usage: -vpre <speed> -vpre <profile>
  34. [libx264 @ 0x1f74b6a0] speed presets are listed in x264 --help
  35. [libx264 @ 0x1f74b6a0] profile is optional; x264 defaults to high
  36. Output #0, mp4, to '1.mp4':
  37. Stream #0.0(eng): Video: libx264, yuv420p, 320x240, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
  38. Stream #0.1(eng): Audio: libfaac, 48000 Hz, 2 channels, s16, 192 kb/s
  39. Stream mapping:
  40. Stream #0.1 -> #0.0
  41. Stream #0.0 -> #0.1
  42. Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
  43.  
  44.  
  45.  
  46.  
  47.  
  48. ==========================================================================================================
  49. here is 2nd command without preset
  50.  
  51.  
  52.  
  53.  
  54. root@media [/home/beta/public_html]# ffmpeg -i Wildlife.wmv -s 320x240 -r 30000/1001 -b 200k -bt 240k -vcodec libx264 -coder 0 -bf 0 -flags2 -wpred-dct8x8 -level 13 -maxrate 768k -bufsize 3M-acodec libfaac -ac 2 -ar 48000 -ab 192k 2.mp4
  55. FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
  56. built on Nov 17 2011 00:28:12 with gcc 4.1.2 20080704 (Red Hat 4.1.2-51)
  57. configuration: --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-x11grab --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libdc1394 --enable-libfaac --enable-libmp3lame --enable-libopenjpeg --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-zlib
  58. libavutil 50.36. 0 / 50.36. 0
  59. libavcore 0.16. 1 / 0.16. 1
  60. libavcodec 52.108. 0 / 52.108. 0
  61. libavformat 52.93. 0 / 52.93. 0
  62. libavdevice 52. 2. 3 / 52. 2. 3
  63. libavfilter 1.74. 0 / 1.74. 0
  64. libswscale 0.12. 0 / 0.12. 0
  65.  
  66. Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.97 (30000/1001)
  67. Input #0, asf, from 'Wildlife.wmv':
  68. Metadata:
  69. SfOriginalFPS : 299
  70. WMFSDKVersion : 11.0.6001.7000
  71. WMFSDKNeeded : 0.0.0.0000
  72. IsVBR : 0
  73. title : Wildlife in HD
  74. artist :
  75. copyright : © 2008 Microsoft Corporation
  76. comment : Footage: Small World Productions, Inc; Tourism New Zealand | Producer: Gary F. Spradling | Music: Steve Ball
  77. Duration: 00:00:30.53, start: 8.000000, bitrate: 6880 kb/s
  78. Stream #0.0(eng): Audio: wmav2, 44100 Hz, 2 channels, s16, 192 kb/s
  79. Stream #0.1(eng): Video: vc1, yuv420p, 1280x720, 5942 kb/s, 29.97 tbr, 1k tbn, 1k tbc
  80. [NULL @ 0x1edb5010] [Eval @ 0x7fff2c8beae0] Undefined constant or missing '(' in 'acodec'
  81. [NULL @ 0x1edb5010] Unable to parse option value "acodec"
  82. Invalid value '3M-acodec' for option 'bufsize'
  83. root@media [/home/beta/public_html]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement