Expand my Community achievements bar.

SOLVED

Test Video Error

Avatar

Level 1

Hi, I've uploaded a .mp4 video to http://localhost:4502/etc/dam/video/firefoxhq.html and i received the following error:

Error transcoding: input/jcr:content/jcr:data

1 Accepted Solution

Avatar

Correct answer by
Level 2

I think you need to install “FFmpeg” library in your CQ environment.
Following are the steps on how to install “FFmpeg” library.
1.    Download the appropriate version of FFmpeg (Based on operating system, and architecture) from http://www.ffmpeg.org/download.html
        a.    For QA Linux (Solaris SPARC, SunOS), ffmpeg we can be downloaded from http://johnvansickle.com/ffmpeg/
        b.    For windows7, 64bit http://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-20131017-git-0bf8580-win64-shared.7z
2.    Unzip the package and add <<your-ffmpeg-location>>\bin to system environment variable PATH.
3.    Check for successful installation of ffmpeg package by “ffmpeg -version” on command prompt which should display version and configuration details.
4.    Restart CQ.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

I think you need to install “FFmpeg” library in your CQ environment.
Following are the steps on how to install “FFmpeg” library.
1.    Download the appropriate version of FFmpeg (Based on operating system, and architecture) from http://www.ffmpeg.org/download.html
        a.    For QA Linux (Solaris SPARC, SunOS), ffmpeg we can be downloaded from http://johnvansickle.com/ffmpeg/
        b.    For windows7, 64bit http://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-20131017-git-0bf8580-win64-shared.7z
2.    Unzip the package and add <<your-ffmpeg-location>>\bin to system environment variable PATH.
3.    Check for successful installation of ffmpeg package by “ffmpeg -version” on command prompt which should display version and configuration details.
4.    Restart CQ.