Advertisement
Guest User

Untitled

a guest
Aug 31st, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. ffmpeg version git-2013-07-30-66487d7 Copyright (c) 2000-2013 the FFmpeg developers
  2. built on Jul 30 2013 04:50:01 with gcc 4.7 (Ubuntu/Linaro 4.7.3-1ubuntu1)
  3. configuration: --prefix=/home/neil/ffmpeg_build --extra-cflags=-I/home/neil/ffmpeg_build/include --extra-ldflags=-L/home/neil/ffmpeg_build/lib --bindir=/home/neil/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
  4. libavutil 52. 40.100 / 52. 40.100
  5. libavcodec 55. 19.100 / 55. 19.100
  6. libavformat 55. 12.102 / 55. 12.102
  7. libavdevice 55. 3.100 / 55. 3.100
  8. libavfilter 3. 82.100 / 3. 82.100
  9. libswscale 2. 4.100 / 2. 4.100
  10. libswresample 0. 17.103 / 0. 17.103
  11. libpostproc 52. 3.100 / 52. 3.100
  12. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/FTP-shared/upload/EntertainmentNow.mp4':
  13. Metadata:
  14. major_brand : mp42
  15. minor_version : 0
  16. compatible_brands: mp42mp41
  17. creation_time : 2013-08-29 15:20:13
  18. Duration: 00:01:11.64, start: 0.000000, bitrate: 10255 kb/s
  19. Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 253 kb/s
  20. Metadata:
  21. creation_time : 2013-08-29 15:20:13
  22. handler_name : #Mainconcept MP4 Sound Media Handler
  23. Stream #0:1(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 10003 kb/s, 25 fps, 25 tbr, 25k tbn, 50 tbc
  24. Metadata:
  25. creation_time : 2013-08-29 15:20:13
  26. handler_name : ?Mainconcept Video Media Handler
  27. [NULL @ 0x2bc0620] [Eval @ 0x7fff68e31450] Undefined constant or missing '(' in ''
  28. [NULL @ 0x2bc0620] Unable to parse option value "-"
  29. [NULL @ 0x2bc0620] Error setting option threads to value -.
  30. Output #0, mp4, to '/home/FTP-shared/upload/EntertainmentNow.mp4.mp4':
  31. Metadata:
  32. major_brand : mp42
  33. minor_version : 0
  34. compatible_brands: mp42mp41
  35. Stream #0:0(eng): Video: h264, yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, max. 850 kb/s, 90k tbn, 25 tbc
  36. Metadata:
  37. creation_time : 2013-08-29 15:20:13
  38. handler_name : ?Mainconcept Video Media Handler
  39. Stream #0:1(eng): Audio: aac, 48000 Hz, stereo, 253 kb/s
  40. Metadata:
  41. creation_time : 2013-08-29 15:20:13
  42. handler_name : #Mainconcept MP4 Sound Media Handler
  43. Stream mapping:
  44. Stream #0:1 -> #0:0 (h264 -> libx264)
  45. Stream #0:0 -> #0:1 (copy)
  46. Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement