Uses of Interface
org.opencastproject.composer.api.EncodingProfile
Packages that use EncodingProfile
Package
Description
-
Uses of EncodingProfile in org.opencastproject.composer.api
Classes in org.opencastproject.composer.api that implement EncodingProfileModifier and TypeClassDescriptionclassDefault implementation for encoding profiles.Methods in org.opencastproject.composer.api that return EncodingProfileModifier and TypeMethodDescriptionComposerService.getProfile(String profileId) Gets a profile by its IDComposerService.listProfiles()EncodingProfileBuilder.parseProfile(InputStream in) Loads an encoding profile from the given input stream. -
Uses of EncodingProfile in org.opencastproject.composer.impl
Methods in org.opencastproject.composer.impl that return EncodingProfileModifier and TypeMethodDescriptionComposerServiceImpl.getProfile(String profileId) Gets a profile by its IDEncodingProfileScanner.getProfile(String id) Returns the encoding profile for the given identifier ornullif no such profile has been configured.ComposerServiceImpl.listProfiles()Methods in org.opencastproject.composer.impl that return types with arguments of type EncodingProfileModifier and TypeMethodDescriptionEncodingProfileScanner.getProfiles()Returns the list of profiles.Methods in org.opencastproject.composer.impl with parameters of type EncodingProfileModifier and TypeMethodDescriptionvoidEncoderEngine.OutputAggregate.outputAggregateReal(List<EncodingProfile> profiles, EncodingProfile groupProfile, Map<String, String> params, String vInputPad, String aInputPad) Translate the profiles to work with complex filter clauses in ffmpeg, it splits one output into multiple, one for each encoding profile.Method parameters in org.opencastproject.composer.impl with type arguments of type EncodingProfileModifier and TypeMethodDescriptionvoidEncoderEngine.OutputAggregate.outputAggregateReal(List<EncodingProfile> profiles, Map<String, String> params, String vInputPad, String aInputPad) Translate the profiles to work with complex filter clauses in ffmpeg, it splits one output into multiple, one for each encoding profilevoidEncoderEngine.OutputAggregate.outputAggregateReal(List<EncodingProfile> profiles, EncodingProfile groupProfile, Map<String, String> params, String vInputPad, String aInputPad) Translate the profiles to work with complex filter clauses in ffmpeg, it splits one output into multiple, one for each encoding profile.Constructor parameters in org.opencastproject.composer.impl with type arguments of type EncodingProfileModifierConstructorDescriptionOutputAggregate(List<EncodingProfile> profiles, Map<String, String> params, String vInputPad, String aInputPad) -
Uses of EncodingProfile in org.opencastproject.composer.remote
Methods in org.opencastproject.composer.remote that return EncodingProfileModifier and TypeMethodDescriptionComposerServiceRemoteImpl.getProfile(String profileId) Gets a profile by its IDComposerServiceRemoteImpl.listProfiles() -
Uses of EncodingProfile in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer that return types with arguments of type EncodingProfileModifier and TypeMethodDescriptionstatic com.entwinemedia.fn.Fn<String, EncodingProfile> ImageWorkflowOperationHandler.fetchProfile(ComposerService composerService) Fetch a profile from the composer service.MultiEncodeWorkflowOperationHandler.ElementProfileTagFlavor.getEncodingProfiles()protected Optional<EncodingProfile> PartialImportWorkflowOperationHandler.getForceEncodingProfile(WorkflowOperationInstance woi, boolean forceEncoding) Get the force encoding profile from the operations config options.Methods in org.opencastproject.workflow.handler.composer with parameters of type EncodingProfileModifier and TypeMethodDescriptionprotected JobPartialImportWorkflowOperationHandler.startConcatJob(EncodingProfile profile, List<Track> tracks, float outputFramerate, boolean forceDivisible) Start job to concatenate a list of tracks.Method parameters in org.opencastproject.workflow.handler.composer with type arguments of type EncodingProfileModifier and TypeMethodDescriptionprotected longPartialImportWorkflowOperationHandler.checkForEncodeToStandard(MediaPackage mediaPackage, boolean forceEncoding, Optional<EncodingProfile> forceProfile, List<String> requiredExtensions, MediaPackageElementFlavor targetPresenterFlavor, MediaPackageElementFlavor targetPresentationFlavor, List<MediaPackageElement> elementsToClean)