-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docker] ffmpeg: command not found #19
Comments
Hello,
Installation is handled by the following line: Then the environment is set up with "source /opt/xilinx/xcdr/setup.sh". This should set the PATH and other variables. |
Can you try adding these two lines at the start of your 03_ffmpeg_transcode_only.sh script?
|
@ThomasXilinx Thanks ffmpeg now is working but I encountered a different issue. I log it a different ticket for other people reference too. #20 |
I would like to ask for some assistance on the issue that when running the a task definition using a docker build using the file from the SDK.
When I run the task the docker couldn't find the ffmpeg command. I did modified it a little by adding the the sample bash file and AWS cli
03_ffmpeg_transcode_only.sh
The results:
The text was updated successfully, but these errors were encountered: