AmberCutie's Forum
An adult community for cam models and members to discuss all the things!

Chaturbate Videos

  • ** WARNING - ACF CONTAINS ADULT CONTENT **
    Only persons aged 18 or over may read or post to the forums, without regard to whether an adult actually owns the registration or parental/guardian permission. AmberCutie's Forum (ACF) is for use by adults only and contains adult content. By continuing to use this site you are confirming that you are at least 18 years of age.
Jan 21, 2026
17
2
1
I have videos on Chaturbate that I no longer have and want copies for myself. I can play the video from the site and download it but it won't let me play it from my download, I just get the error message of 'Can't open file'. I am not getting a reply from support. Can you not have them back once you post them on there?.
 
I have videos on Chaturbate that I no longer have and want copies for myself. I can play the video from the site and download it but it won't let me play it from my download, I just get the error message of 'Can't open file'. I am not getting a reply from support. Can you not have them back once you post them on there?.
Use a file type converter to change it to a .mp4
 
I have videos on Chaturbate that I no longer have and want copies for myself. I can play the video from the site and download it but it won't let me play it from my download, I just get the error message of 'Can't open file'. I am not getting a reply from support. Can you not have them back once you post them on there?.
what software are you trying to play the video in?
what format is the video?
 
  • Like
Reactions: BonnieBaby07
On a phone I have no idea, I'm not a phone person. But if you transfer it to a pc you'll be able to see the .extension like file.mp4 or file.flv
My guess is that it's in a file format that whatever app on your phone you're trying to play it with cant play that file type (so I'm assuming it's an flv file) so either check the app store for vlc which plays 99% of things or if you transfer it to the pc you can use ffmpeg (you might need to download it and install it) and open a cmd window and run
Code:
ffmpeg -i the_file_path_to_the_video.flv -c copy the_file_path_to_save_it_to.mp4
and then it will convert it to an mp4

or you could use handbreak (I think it supports flv) to convert it that way.
 
On a phone I have no idea, I'm not a phone person. But if you transfer it to a pc you'll be able to see the .extension like file.mp4 or file.flv
My guess is that it's in a file format that whatever app on your phone you're trying to play it with cant play that file type (so I'm assuming it's an flv file) so either check the app store for vlc which plays 99% of things or if you transfer it to the pc you can use ffmpeg (you might need to download it and install it) and open a cmd window and run
Code:
ffmpeg -i the_file_path_to_the_video.flv -c copy the_file_path_to_save_it_to.mp4
and then it will convert it to an mp4

or you could use handbreak (I think it supports flv) to convert it that way.
Thanks I will have a go.