kolyvan / kxmovie

movie player for iOS using ffmpeg
2.84k stars 919 forks source link

save buffer to file #32

Open danieleratti opened 11 years ago

danieleratti commented 11 years ago

is it possible to save the buffer after it has been fully downloaded to a file? Very Thanks P.S. Thanks for your last response.

kolyvan commented 11 years ago

IMHO it's possible. Maybe for it will need using ffmpeg to encode frames back to file.

danieleratti commented 11 years ago

Ok, thank you very much! One last thing.. Is it possible to enable background playback and send signal (call methods) from it even if the player isn't the standard AVAudioPlayer? Thank you again. you've been very kind

EDIT: I've reached my objective by using: [[UIApplication sharedApplication] beginReceivingRemoteControlEvents]; //SUO [self becomeFirstResponder];

however i don't know how edit the trackname that now is empty. Moreover the central button is ALWAYS set to PAUSE.

danieleratti commented 11 years ago

Hi kolyvan, i've tried to see the code but i don't know how to encode frames back to file. Can you tell me a clue? Thank you

Jatindave commented 8 years ago

@DanieleRatti hey dude have you got to save video on local or encode frames back to file?