I am able to save the local video (which I have copied to code) to my
Photo Album with the help of UISaveVideoAtPathToSavedPhotosAlbum.
I want to save the you tube video into the Photo album. Is it possible?
Thanks in advance.
Unfortunately, you can't save YouTube videos locally because of 2 main reasons:
YouTube do not allow users to download videos to local devices.
There is no appropriate API in iOS for this.
Related
I would like to create a simple app that does some video playback (with a few extra controls) of videos that you would find in the videos app. I've been searching and searching for a way to access the videos but I haven't found a single API that plays from the videos app.
Every solution I find plays videos from the photos app. I have apps that access the videos library on my iPad/iPhone so I'm assuming it's possible. Does anyone have the api for this?
Apps cannot access data from other applications on iOS, you cannot access the data of other apps unless it's made available by the app via a web server etc.
Your best bet is to use UIImagePicker to load the videos and images that are on your phone.
You can check out a reference here.
As for getting the videos off the videos app, that's not really possible (as far as I know), but you are able to show just photos or just videos with UIImagePicker using the mediaTypes property.
In my app , i want to share a video on vine . i search a lot but didn't get proper result for sharing video on vine.
thanks in advance .
Have a look to https://github.com/VineAPI/VineAPI/blob/master/endpoints.md
You need to Login, Upload thumbnail, Upload video, Create post.
I have an application that will take care of recording video using UIImagePickerController object and videos are saved in the shared library of IOS.
I have only one problem.
If you record video from an external application to my application, unfortunately I can see both the videos recorded with my application is the video recorded by the other application.
Is there a way to make the filter of assets not recorded with my application?
Thank you,
Vincenzo
Save video to apps document folder and while using, pick it from the same location.
Refer this link to save video in documents folder.
But your other apps are unable to access those and deleting app deletes captured videos too.
How do I upload a photo slideshow to Youtube using their API?
I could not find it here:
https://developers.google.com/youtube/2.0/developers_guide_protocol_uploading_videos
Looks like there is only API for regular video uploading.
update:
Photo slideshow is the second option for manual video upload. Here: http://www.youtube.com/my_videos_upload
You can attach several photos, add music from predefined list and modify video settings like title, description, etc. It will be converted by Youtube to video internally and published.
I want to make a blackberry app. which will store audio and video files,those are played by BB device (play list) and other information related to those songs (as artist name, album name) on the server.
i succeed to access all audio and video songs that are on BB device, but dont know how to access only those songs ,which are played. And i got those songs only as byte array, how could i get information about those songs?
Does blackberry have any special api for this?
This page in a guide about working with multimedia on the BB may help you. If not, surely something in the guide will answer your question.