Skip to content
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

Attempting to caption a video with no audio track results in a 500 when pulling from amara.org #352

Open
mfairchild365 opened this issue Sep 19, 2018 · 0 comments

Comments

@mfairchild365
Copy link
Contributor

This should be a low priority because few videos should ever need captions when they don't have an audio track.

ffmpeg returns this error Stream map '0:a' matches no streams. because we map the audio output via $command .= ' -map 0:a'; //Map the audio to the output in https://github.com/unl/UNL_MediaHub/blob/4.0_template/src/UNL/MediaHub/Muxer.php#L102

It might be first checking the video has audio via mediainfo before adding $command .= ' -map 0:a'; //Map the audio to the output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant