python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Play video synthesized by AVMutableComposition in AVPlayer with error
I am creating an IOS video editing tool by AVMutableComposition.
If I combine multiple videos in a single video mutabletrack, it works fine. However, when I create mutabletrack per video and synthesiz...
robert hook
Votes: 0
Answers: 0
AVMutableComposition -How to Merge Multiple Audio Recordings with 1 Video Recording
I have several audio clips that I recorded with an AVAudioRecorder over a video. Using a AVMutableComposition I want to merge the audio assets with the video at the times the audio was recorded. For e...
Lance Samaria
Votes: 0
Answers: 1
how to get video and audio from MKV? (swift)
i want to convert MKV (Matroska) to MP4 in swift
when i add a file with MKV format my code break in line 8 , what should i do to fix that?
this is my code:
let composition = AVMutableComposition() ...
Amin Rezaew
Votes: 0
Answers: 0
Swift -AVMutableVideoCompositionLayerInstruction Misalignment when Merging Videos
I followed the Ray Wenderlich to merge videos. The finished result is 1 merged video where portrait videos are at the top of the screen and landscape videos are at the bottom of the screen. In the ima...
Lance Samaria
Votes: 0
Answers: 1