Advertisement
Guest User

Untitled

a guest
Nov 24th, 2011
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. $ sudo mencoder file.wmv -ofps 23.976 -ovc xvid -oac copy -o file.avi
  2. mencoder: Symbol `ff_codec_bmp_tags' has different size in shared object, consider re-linking
  3. MEncoder SVN-r33713-4.6.1 (C) 2000-2011 MPlayer Team
  4. success: format: 0 data: 0x0 - 0x330bed40
  5. ASF file format detected.
  6. [asfheader] Audio stream found, -aid 1
  7. [asfheader] Video stream found, -vid 2
  8. VIDEO: [WMV3] 1280x720 24bpp 1000.000 fps 4608.0 kbps (562.5 kbyte/s)
  9. [V] filefmt:6 fourcc:0x33564D57 size:1280x720 fps:1000.000 ftime:=0.0010
  10. xvid: using library version 1.3.2 (build xvid-1.3.2)
  11. Opening video filter: [expand osd=1]
  12. Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
  13. ==========================================================================
  14. Opening video decoder: [dmo] DMO video codecs
  15. Win32 LoadLibrary failed to load: /usr/lib/codecs/wmv9dmod.dll
  16. IMediaObject ERROR: 0x82de94a could not open DMO DLL (0x0 : 0)
  17. Failed to create DMO filter
  18. ERROR: Could not open required DirectShow codec wmv9dmod.dll.
  19. You need to upgrade/install the binary codecs package.
  20. Go to http://www.mplayerhq.hu/dload.html
  21. VDecoder init failed :(
  22. Opening video decoder: [dmo] DMO video codecs
  23. Win32 LoadLibrary failed to load: /usr/lib/codecs/wmvdmod.dll
  24. IMediaObject ERROR: 0x82de94a could not open DMO DLL (0x0 : 0)
  25. Failed to create DMO filter
  26. ERROR: Could not open required DirectShow codec wmvdmod.dll.
  27. You need to upgrade/install the binary codecs package.
  28. Go to http://www.mplayerhq.hu/dload.html
  29. VDecoder init failed :(
  30. Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
  31. Unsupported PixelFormat 61
  32. Unsupported PixelFormat 53
  33. Unsupported PixelFormat 61
  34. Unsupported PixelFormat 53
  35. Selected video codec: [ffwmv3] vfm: ffmpeg (FFmpeg WMV3/WMV9)
  36. ==========================================================================
  37. audiocodec: framecopy (format=161 chans=2 rate=44100 bits=16 B/s=16002 sample-5945)
  38. Movie-Aspect is undefined - no prescaling applied.
  39. videocodec: XviD (1280x720 fourcc=44495658 [XVID])
  40. xvid: par=0/0 (vga11), displayed=1280x720, sampled=1280x720
  41. xvid: you must specify one or a valid combination of 'bitrate', 'pass', 'fixed_quant' settings
  42. FATAL: Cannot initialize video driver.
  43. Movie-Aspect is undefined - no prescaling applied.
  44. videocodec: XviD (1280x720 fourcc=44495658 [XVID])
  45. xvid: par=0/0 (vga11), displayed=1280x720, sampled=1280x720
  46. xvid: you must specify one or a valid combination of 'bitrate', 'pass', 'fixed_quant' settings
  47. FATAL: Cannot initialize video driver.
  48.  
  49. Exiting...
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement