Missing required audio codec, encoded videos will not contain sound after testing ffmpeg

wongsiu

Joined: 2009-10-31
Posts: 25
Posted: Fri, 2010-03-12 19:26

Hi,

Please anyone help me how to resolve no sound problem when I see "Missing required audio codec, encoded videos will not contain sound" in the test result.

Thank you for help....

FFMPEG binary test results
Binary Name Pass/Fail
ffmpeg Passed

Supported MIME Types
The FFMPEG module can decode files of the following MIME types

video/x-ms-asf
video/x-msvideo
video/x-flv
video/quicktime
video/mp4
video/mpeg

The FFMPEG module can encode files to the following MIME types

video/x-flv

Missing required audio codec, encoded videos will not contain sound.

Version Information
FFmpeg version SVN-r20191, Copyright (c) 2000-2009 Fabrice Bellard, et al.
built on Oct 8 2009 00:31:04 with gcc 4.1.2 20080704 (Red Hat 4.1.2-44)
configuration: --enable-shared --enable-libxvid --enable-libvorbis --enable-libmp3lame --enable-gpl --enable-libfaad --enable-libfaac --enable-nonfree --enable-libtheora --enable-libx264 --enable-pthreads --enable-postproc
libavutil 50. 3. 0 / 50. 3. 0
libavcodec 52.36. 0 / 52.36. 0
libavformat 52.39. 0 / 52.39. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Fri, 2010-03-12 20:27

It is irrelevant unless you are going to use the transcode module.

But if you've got to have it my version fixes it.

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
wongsiu

Joined: 2009-10-31
Posts: 25
Posted: Sat, 2010-03-13 12:44
Quote:
It is irrelevant unless you are going to use the transcode module.

But if you've got to have it my version fixes it.

Thank you for your version. It works with flv, AVI and wmv files.

I have a question that wmv is not able to create the the thumbnail. Please look at the following site:

http://hktaitung.org/gallery/main.php?g2_itemId=12044

Is the movie size of the WMV or AVI able to be changed small size like flv? If yes, how?

Any way, thank you for help......

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Sat, 2010-03-13 12:51

Edit Movie -> Movie Size

If AVI or WMV is not supported it has nothing to do w/ gallery's ffmpeg module and everything to do with your ffmpeg binary.

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
wongsiu

Joined: 2009-10-31
Posts: 25
Posted: Sat, 2010-03-13 23:10

I get it, thank you again.