Advertisement
Shimmy

FFmpeg AMV Encoding Failure plain

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