Skip to content

AVAssetExportPresetPassthrough does not add watermark to the video. #50

@Rashesh-Bosamiya

Description

@Rashesh-Bosamiya

I am trying to set the preset as AVAssetExportPresetPassthrough to get the exact same resolution of input video but it is not adding watermark into the video.

Following does not add watermark to the video.
let exportSession = AVAssetExportSession(asset: mixComposition, presetName: AVAssetExportPresetPassthrough)

But with following preset it is working.
let exportSession = AVAssetExportSession(asset: mixComposition, presetName: AVAssetExportPresetHighestQuality)

even if I set AVAssetExportPresetMediumQuality, it is adding watermark but only it is not working with AVAssetExportPresetPassthrough

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions