VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Good day,

    I need to convert a video file into a AVI for an Epson EF-11 projector which has very specific requirements on the formatting:

    - “Video codec must be Motion JPEG”
    - “Audio Codec must be PCM or ADPCM”

    I have managed to get a file with the visuals working using VLC video converter, but cannot find options for the Audio Codec to be “PCM" or "ADPCM”.

    I have tried numerous online video converters (Any video Converter, Cloud convert, converter, veed) and cannot get anything to work.
    Does anyone have any suggestions on programmes to try out that may have those audio codecs?

    Many thanks in advance!
    Quote Quote  
  2. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Try AVIDemux. You can change the Video Output to MJPEG and the Audio Output to PCM.

    I have recently had trouble getting AVIDemux to start; I have to leave it alone for a couple of minutes before it fully starts. Might just be my system.
    Quote Quote  
  3. In VLC "WAV" audio is PCM. Make sure the sample rate, sample size, and number of channels are correct for your player.
    Quote Quote  
  4. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    In some apps, when looking at compression options for Audio, in the codec list it may say "None" as in "no compression" - this is most likely PCM.

    Scott
    Quote Quote  
  5. Or you can use ffmpeg directly:

    Code:
    @SET file=%1
    @SET fname=%~n1
    @ffmpeg -y -hide_banner -v 32 -sn -dn -i %file% -threads 0 -c:v mjpeg -q:v 4 -pix_fmt yuvj444p -c:a pcm_s16le "%~n1_mjpeg_pcm.avi"
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!