You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
the options are FFMPEG_CODEC_ARGS in all cases, even if AUDIO is set, in which case, the original capture was actually done with FFMPEG_CODEC_VA_ARGS, or something alike
I'm not sure the raw audio can be converted to mp4 then. Maybe that's something completely different.
(this is a followup to #147 (comment))
The text was updated successfully, but these errors were encountered:
Producing mkv works, and with the addition of -strict -2 -acodec aac to
the defaults of FFMPEG_CODEC_ARGS, it seems mp4 works too.
As mp4 is smaller, let's keep it then, even if it's a hack ;-)
Trying to capture VIDEO=true and AUDIO=true, without setting VIDEO_FILE_EXTENSION, I get "Conversion from mkv to mp4 FAILED!".
I think maybe this is related to the fact that in
docker-selenium/video-rec/bin/fix_videos.sh
Line 55 in db745c1
I'm not sure the raw audio can be converted to mp4 then. Maybe that's something completely different.
(this is a followup to #147 (comment))
The text was updated successfully, but these errors were encountered: