avurlasset

    0熱度

    1回答

    float sliderValue = 0.5; NSURL *audio_url = [[NSBundle mainBundle] pathForResource:@「video_fileName」 ofType:@"mp4"]]; AVURLAsset* audio_Asset = [[AVURLAsset alloc]initWithURL:audio_url options:nil];

    -1熱度

    1回答

    我通過AVPlayer組件流式傳輸在線或本地下載的mp4視頻。 某些mp4文件的方向錯誤,但EXIF元數據說明播放時應該如何旋轉視頻。 但是,AVPlayer似乎並不尊重這一點。 有沒有什麼辦法讓AVPlayer尊重EXIF元數據並相應地旋轉視頻。 [asset.tracks[0] preferredTransform]給出瞭如何旋轉視頻的轉換,但如果應用於UIView或CALayer,那麼它仍然

    0熱度

    1回答

    我想從互聯網上獲得一個MP3文件的時間,我用下面的代碼: NSURL *url = [NSURL fileURLWithPath:@"http://view.33591.com:586/2012/11/30/11/4207369.mp3"]; AVURLAsset *asset = [[AVURLAsset alloc] initWithURL:url optio

    0熱度

    1回答

    我在我的應用中使用AVAsset並遇到了下一個問題。 當我寫這樣的東西: AVAsset *audioAsset = [AVAsset assetWithURL:[NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/Hello.mp3", [[NSBundle mainBundle] resourcePath]]]]; 它的工作很好。但是

    0熱度

    1回答

    AVURLAsset* audioAsset = [[AVURLAsset alloc]initWithURL:assetURL options:@{AVURLAssetPreferPreciseDurationAndTimingKey:@YES}]; // audio asset url create object and specifies its method.... 這個音頻資產只能

    2熱度

    1回答

    我試圖通過使用AVComposition來創建電影生成應用程序,並且在製作標題框時遇到了麻煩。 每一幀實際上是一個calayer和標題層是在其他幀的頂部。 標題(文本)需要在黑色背景下透明,以便他們可以在標題文本字母下看到第一個內容框架的某些部分。 我搜索了大部分關於calayer mask的文章,但沒有任何幫助。 我認爲這篇文章(How to make only the part covered

    0熱度

    1回答

    AVURLAsset可以提取mp3文件元數據,但是當mp3文件擴展名不是'.mp3'時,AVURLAsset無法獲取元數據。我如何獲得extesion名稱不是'.mp3'文件元數據?

    4熱度

    3回答

    我使用AVPlayer在線播放音頻,並且希望在avplayer完成加載流時將音頻數據/音頻流保存到本地。 我implementt它爲以下幾點: let fileUrl = NSURL(string: strUrl)! let asset = AVURLAsset(URL: fileUrl) asset.resourceLoader.setDelegate(self, queue

    0熱度

    1回答

    我正在使用AVMutableVideoComposition添加視頻和音頻。 我有多個視頻和音頻文件,我縫在一起,基本上工作正常。 我使用此代碼添加音頻: AVURLAsset *audioAsset = [[AVURLAsset alloc] initWithURL:[NSURL fileURLWithPath:path] options:nil]; [compositionAu

    1熱度

    1回答

    我正在研究一個視頻編輯應用程序,我必須將音頻文件添加到視頻,如果我在視頻的開始處添加音頻,那麼該工作正常。 AVURLAsset* audioAsset = [[AVURLAsset alloc]initWithURL:audioURL options:nil]; AVURLAsset* videoAsset = [[AVURLAsset alloc]initWithURL:videoU