Advertisement
Guest User

Untitled

a guest
Dec 12th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. D:\Users\Shimmy\Music\ConversionTests>ffmpeg -i sample.wmv -f amv sample.amv
  5. ffmpeg version 0.9, Copyright (c) 2000-2011 the FFmpeg developers
  6. built on Dec 12 2011 15:34:57 with gcc 4.6.1
  7. configuration: --enable-gpl
  8. libavutil 51. 32. 0 / 51. 32. 0
  9. libavcodec 53. 42. 0 / 53. 42. 0
  10. libavformat 53. 24. 0 / 53. 24. 0
  11. libavdevice 53. 4. 0 / 53. 4. 0
  12. libavfilter 2. 53. 0 / 2. 53. 0
  13. libswscale 2. 1. 0 / 2. 1. 0
  14. libpostproc 51. 2. 0 / 51. 2. 0
  15.  
  16. Seems stream 1 codec frame rate differs from container frame rate: 1000.00
  17. (1000/1) -> 29.97 (30000/1001)
  18. Input #0, asf, from 'sample.wmv':
  19. Metadata:
  20. SfOriginalFPS : 299
  21. WMFSDKVersion : 11.0.6001.7000
  22. WMFSDKNeeded : 0.0.0.0000
  23. IsVBR : 0
  24. title : Wildlife in HD
  25. copyright : © 2008 Microsoft Corporation
  26. comment : Footage: Small World Productions, Inc; Tourism New
  27. Zealand | Producer: Gary F. Spradling | Mu
  28. sic: Steve Ball
  29. Duration: 00:00:30.09, start: 0.000000, bitrate: 6977 kb/s
  30. Stream #0:0(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, 2
  31. channels, s16, 192 kb/s
  32. Stream #0:1(eng): Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p,
  33. 1280x720, 5942 kb/s, 29.97 tbr, 1k tbn, 1
  34. k tbc
  35. [NULL @ 039a7860] Requested output format 'amv' is not a suitable output format
  36. sample.amv: Invalid argument
  37.  
  38. *********************************************************************************************************************
  39.  
  40. D:\Users\Shimmy\Music\ConversionTests>ffmpeg -i sample.wmv -r 16 -vf scale=176:128 -vcodec amv -qmin 3 -qmax 3 -acodec adpcm_ima_amv -ac 1 -ar
  41.  
  42. 22050 -f amv sample.amv
  43. ffmpeg version 0.9, Copyright (c) 2000-2011 the FFmpeg developers
  44. built on Dec 12 2011 15:34:57 with gcc 4.6.1
  45. configuration: --enable-gpl
  46. libavutil 51. 32. 0 / 51. 32. 0
  47. libavcodec 53. 42. 0 / 53. 42. 0
  48. libavformat 53. 24. 0 / 53. 24. 0
  49. libavdevice 53. 4. 0 / 53. 4. 0
  50. libavfilter 2. 53. 0 / 2. 53. 0
  51. libswscale 2. 1. 0 / 2. 1. 0
  52. libpostproc 51. 2. 0 / 51. 2. 0
  53.  
  54. Seems stream 1 codec frame rate differs from container frame rate: 1000.00
  55. (1000/1) -> 29.97 (30000/1001)
  56. Input #0, asf, from 'sample.wmv':
  57. Metadata:
  58. SfOriginalFPS : 299
  59. WMFSDKVersion : 11.0.6001.7000
  60. WMFSDKNeeded : 0.0.0.0000
  61. IsVBR : 0
  62. title : Wildlife in HD
  63. copyright : © 2008 Microsoft Corporation
  64. comment : Footage: Small World Productions, Inc; Tourism New
  65. Zealand | Producer: Gary F. Spradling | Mu
  66. sic: Steve Ball
  67. Duration: 00:00:30.09, start: 0.000000, bitrate: 6977 kb/s
  68. Stream #0:0(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, 2
  69. channels, s16, 192 kb/s
  70. Stream #0:1(eng): Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p,
  71. 1280x720, 5942 kb/s, 29.97 tbr, 1k tbn, 1
  72. k tbc
  73. [NULL @ 01293e00] Requested output format 'amv' is not a suitable output format
  74. sample.amv: Invalid argument
  75.  
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement