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
ProfileService::getDefaultMasterProfile returns master_video_h264 profile and this profile is not valid for audio files.
Create a new method (ProfileService::getDefaultMasterProfileForFile($file)) a valid profile for a input file. For instance, if the file is audio returns master_audio_aac or master_copy. Other example, if the input file is broadcastable returns broadcastable_master.
The text was updated successfully, but these errors were encountered:
ProfileService::getDefaultMasterProfile
returnsmaster_video_h264
profile and this profile is not valid for audio files.Create a new method (
ProfileService::getDefaultMasterProfileForFile($file)
) a valid profile for a input file. For instance, if the file is audio returnsmaster_audio_aac
ormaster_copy
. Other example, if the input file is broadcastable returnsbroadcastable_master
.The text was updated successfully, but these errors were encountered: