Advertisement
Guest User

Untitled

a guest
Jun 1st, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gorigio@gorigio-Notebook-PC:~/Desktop/ffmpeg$ ./ffmpeg -i ~/Desktop/ccent14.wmv
  2. ffmpeg version git-2012-06-02-9ebe6e3 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jun 1 2012 18:31:14 with gcc 4.6.3
  4. configuration:
  5. libavutil 51. 56.100 / 51. 56.100
  6. libavcodec 54. 23.100 / 54. 23.100
  7. libavformat 54. 6.101 / 54. 6.101
  8. libavdevice 54. 0.100 / 54. 0.100
  9. libavfilter 2. 77.100 / 2. 77.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 15.100 / 0. 15.100
  12. [asf @ 0xaeb83c0] Could not find codec parameters (Video: none (MSS2 / 0x3253534D), 800x600, 15 kb/s)
  13. Guessed Channel Layout for Input Stream #0.0 : mono
  14. Input #0, asf, from '/home/gorigio/Desktop/ccent14.wmv':
  15. Metadata:
  16. WMFSDKVersion : 10.00.00.3708
  17. WMFSDKNeeded : 0.0.0.0000
  18. VBR Peak : 108
  19. Buffer Average : 229
  20. IsVBR : 1
  21. Duration: 00:19:01.46, start: 0.000000, bitrate: 40 kb/s
  22. Stream #0:0: Audio: wmavoice ([10][0][0][0] / 0x000A), 22050 Hz, mono, flt, 20 kb/s
  23. Stream #0:1: Video: none (MSS2 / 0x3253534D), 800x600, 15 kb/s, 15 tbr, 1k tbn, 1k tbc
  24. At least one output file must be specified
  25. gorigio@gorigio-Notebook-PC:~/Desktop/ffmpeg$ ./ffmpeg -i ~/Desktop/ccent14.wmv ~/Desktop/convertedccent14.mp4
  26. ffmpeg version git-2012-06-02-9ebe6e3 Copyright (c) 2000-2012 the FFmpeg developers
  27. built on Jun 1 2012 18:31:14 with gcc 4.6.3
  28. configuration:
  29. libavutil 51. 56.100 / 51. 56.100
  30. libavcodec 54. 23.100 / 54. 23.100
  31. libavformat 54. 6.101 / 54. 6.101
  32. libavdevice 54. 0.100 / 54. 0.100
  33. libavfilter 2. 77.100 / 2. 77.100
  34. libswscale 2. 1.100 / 2. 1.100
  35. libswresample 0. 15.100 / 0. 15.100
  36. [asf @ 0x92383c0] Could not find codec parameters (Video: none (MSS2 / 0x3253534D), 800x600, 15 kb/s)
  37. Guessed Channel Layout for Input Stream #0.0 : mono
  38. Input #0, asf, from '/home/gorigio/Desktop/ccent14.wmv':
  39. Metadata:
  40. WMFSDKVersion : 10.00.00.3708
  41. WMFSDKNeeded : 0.0.0.0000
  42. VBR Peak : 108
  43. Buffer Average : 229
  44. IsVBR : 1
  45. Duration: 00:19:01.46, start: 0.000000, bitrate: 40 kb/s
  46. Stream #0:0: Audio: wmavoice ([10][0][0][0] / 0x000A), 22050 Hz, mono, flt, 20 kb/s
  47. Stream #0:1: Video: none (MSS2 / 0x3253534D), 800x600, 15 kb/s, 15 tbr, 1k tbn, 1k tbc
  48. [buffer @ 0x92379a0] Invalid pixel format '-1'
  49. Error opening filters!
  50. gorigio@gorigio-Notebook-PC:~/Desktop/ffmpeg$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement