Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. C:\Users\YaMoonSun\Videos>ffmpeg -i "How to grow magic mushrooms.mp4" -vf scale=
  2. -1:480 -c:v libx264 -b:v 1M -c:a copy "Mushrooms 480p.mp4" -y
  3. ffmpeg version N-70148-g418be7c Copyright (c) 2000-2015 the FFmpeg developers
  4. built with gcc 4.9.2 (GCC)
  5. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  6. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  7. le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
  8. enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
  9. modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
  10. b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
  11. r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
  12. able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
  13. --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
  14. libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enab
  15. le-zlib
  16. libavutil 54. 19.100 / 54. 19.100
  17. libavcodec 56. 26.100 / 56. 26.100
  18. libavformat 56. 23.104 / 56. 23.104
  19. libavdevice 56. 4.100 / 56. 4.100
  20. libavfilter 5. 11.101 / 5. 11.101
  21. libswscale 3. 1.101 / 3. 1.101
  22. libswresample 1. 1.100 / 1. 1.100
  23. libpostproc 53. 3.100 / 53. 3.100
  24. [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000002ccffa0] stream 0, timescale not set
  25. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'How to grow magic mushrooms.mp4':
  26. Metadata:
  27. major_brand : mp42
  28. minor_version : 0
  29. compatible_brands: isommp42
  30. creation_time : 2014-11-28 08:06:20
  31. track : 1
  32. comment : www.dvdvideosoft.com
  33. title : How to grow magic mushrooms
  34. Duration: 01:01:08.10, start: 0.000000, bitrate: 1547 kb/s
  35. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720
  36. [SAR 1:1 DAR 16:9], 1352 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc (default)
  37. Metadata:
  38. handler_name : VideoHandler
  39. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, flt
  40. p, 191 kb/s (default)
  41. Metadata:
  42. creation_time : 2014-11-28 08:07:16
  43. handler_name : IsoMedia File Produced by Google, 5-11-2011
  44. Stream #0:2: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 1280x720 [
  45. SAR 1:1 DAR 16:9], 90k tbr, 90k tbn, 90k tbc
  46. [libx264 @ 0000000002c6a640] width not divisible by 2 (853x480)
  47. Output #0, mp4, to 'Mushrooms 480p.mp4':
  48. Metadata:
  49. major_brand : mp42
  50. minor_version : 0
  51. compatible_brands: isommp42
  52. title : How to grow magic mushrooms
  53. track : 1
  54. comment : www.dvdvideosoft.com
  55. Stream #0:0(und): Video: h264, none, q=2-31, 128 kb/s, SAR 2560:2559 DAR 0:0
  56. , 25 fps (default)
  57. Metadata:
  58. handler_name : VideoHandler
  59. encoder : Lavc56.26.100 libx264
  60. Stream #0:1(und): Audio: none, 0 channels, 128 kb/s (default)
  61. Metadata:
  62. creation_time : 2014-11-28 08:07:16
  63. handler_name : IsoMedia File Produced by Google, 5-11-2011
  64. Stream mapping:
  65. Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
  66. Stream #0:1 -> #0:1 (copy)
  67. Error while opening encoder for output stream #0:0 - maybe incorrect parameters
  68. such as bit_rate, rate, width or height
  69.  
  70. C:\Users\YaMoonSun\Videos>pause
  71. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement