Introducing AnonMP4.to Anonymous Video Sharing Platform
Hey everyone — I built a video sharing platform that’s completely anonymous and doesn’t ask you to sign up. No emails, no tracking, no auto-delete. You can just upload and share.
Key Features Support 30+ video formats 50GB File Size Acepted Direct and Remote uploads Fast Parallel Uploads Unlimited storage and bandwidth Super fast HLS Streaming MP4 Downloads from (240 to 4K) Fastest video encodeing from 240 to 4K Mutli audio Supported API ready (No Auth Required) => https://anonmp4.to/api-docs Keep Videos Forever (No expiry or auto deletion). No download speed limits Legal Adult Content are Allowed. 100% Anonymous (No account requried)
Thank you for the information. However, I’ve noticed a specific technical limitation: the system currently only processes one audio track per language.
When I upload files with two separate tracks—for example, Spanish (Latin American) and Spanish (Spain)—both are tagged as 'es'. Currently, your encoding process seems to discard one of them, treating it as a duplicate, and only one remains available in the player.
What I need is for the system to process and display both tracks, even if they share the same language tag, by relying on their individual metadata labels (such as 'Latino' and 'Castellano') instead of filtering them out by the ISO code.
Could you please confirm if there is a way to allow multiple tracks for the same language to be processed simultaneously?
The logic for videos with multiple audio tracks is very simple. When you upload a video file that contains multiple audio tracks, the system starts the encoding process after the upload is completed. As each audio track gets encoded, it starts appearing in the player. Sometimes, only a single track may appear initially, but the remaining tracks will automatically show up in the player for streaming once their encoding is finished.
Regarding your question about multiple tracks with the same ISO language code (for example, Spanish Latin American and Spanish Spain both tagged as “es”), we can remove the ISO code filtering logic. Instead of filtering tracks based on the language code, the system can display tracks according to their metadata labels. This means labels such as “Latino” and “Castellano” will be shown separately in the player, allowing multiple tracks with the same language code to be processed and displayed simultaneously.
AnonMP4 merges the video separately with each audio track. This means that if your video contains 4 audio tracks, AnonMP4 stores 4 separate versions of the video according to each track. When you download the video, you will need to select the audio track you want, and the video will be downloaded with that specific audio track.
can you add torrent upload also then i will use your platform i have movie website and it highly depend on torrent upload+api help me on this and add torrent upload
The logic for videos with multiple audio tracks is very simple. When you upload a video file that contains multiple audio tracks, the system starts the encoding process after the upload is completed. As each audio track gets encoded, it starts appearing in the player. Sometimes, only a single track may appear initially, but the remaining tracks will automatically show up in the player for streaming once their encoding is finished.
Regarding your question about multiple tracks with the same ISO language code (for example, Spanish Latin American and Spanish Spain both tagged as “es”), we can remove the ISO code filtering logic. Instead of filtering tracks based on the language code, the system can display tracks according to their metadata labels. This means labels such as “Latino” and “Castellano” will be shown separately in the player, allowing multiple tracks with the same language code to be processed and displayed simultaneously.
AnonMP4 merges the video separately with each audio track. This means that if your video contains 4 audio tracks, AnonMP4 stores 4 separate versions of the video according to each track. When you download the video, you will need to select the audio track you want, and the video will be downloaded with that specific audio track.
The logic for videos with multiple audio tracks is very simple. When you upload a video file that contains multiple audio tracks, the system starts the encoding process after the upload is completed. As each audio track gets encoded, it starts appearing in the player. Sometimes, only a single track may appear initially, but the remaining tracks will automatically show up in the player for streaming once their encoding is finished.
Regarding your question about multiple tracks with the same ISO language code (for example, Spanish Latin American and Spanish Spain both tagged as “es”), we can remove the ISO code filtering logic. Instead of filtering tracks based on the language code, the system can display tracks according to their metadata labels. This means labels such as “Latino” and “Castellano” will be shown separately in the player, allowing multiple tracks with the same language code to be processed and displayed simultaneously.
AnonMP4 merges the video separately with each audio track. This means that if your video contains 4 audio tracks, AnonMP4 stores 4 separate versions of the video according to each track. When you download the video, you will need to select the audio track you want, and the video will be downloaded with that specific audio track.
Thank you for the explanation. Regarding the audio tracks, I have already uploaded some files containing two Spanish tracks (Latin American and Spain). However, the system is still only processing one of them, despite what we discussed about removing the ISO filtering logic. Could you please check if the change has been fully deployed?
Additionally, I am experiencing issues when uploading via API. I am consistently getting a 503 Service Unavailable error from the Apache server at anonmp4api.xyz.
Here is the response I'm receiving:[ERROR] Non-JSON Response: 503 Service Unavailable - The server is temporarily unable to service your request due to maintenance downtime or capacity problems.
Could you let me know if the API is currently undergoing maintenance or if there is a rate limit I should be aware of? I would also appreciate it if you could look into why my dual Spanish tracks are still being filtered.
Thank you for the explanation. Regarding the audio tracks, I have already uploaded some files containing two Spanish tracks (Latin American and Spain). However, the system is still only processing one of them, despite what we discussed about removing the ISO filtering logic. Could you please check if the change has been fully deployed?
Additionally, I am experiencing issues when uploading via API. I am consistently getting a 503 Service Unavailable error from the Apache server at anonmp4api.xyz.
Here is the response I'm receiving:[ERROR] Non-JSON Response: 503 Service Unavailable - The server is temporarily unable to service your request due to maintenance downtime or capacity problems.
Could you let me know if the API is currently undergoing maintenance or if there is a rate limit I should be aware of? I would also appreciate it if you could look into why my dual Spanish tracks are still being filtered.
Hmm, it's actually down for me right now. anonmp4api.xyz on port 443 is refusing connections, been like that for a while (as of ~12:40 UTC today). The front (anonmp4.to) loads fine but slow, just the upload API that's dead. Might be flapping on your end since you said it's working?
Separate from that, found a real bug with big uploads: only works over HTTP/1.1. Over HTTP/2 (what newer curl and Windows use by default) the upload dies partway with a 503 from your Apache. Your docs say 20GB max but over http2 a 300MB test 503'd after only ~47MB, forced http1.1 and the same file went through in 16s. Looks like the mod_http2 big-POST-body thing, and it's not constant, seems to depend on load, which is probably why it worked fine before and then started failing out of nowhere.
So two things really: the API's down right now, and when it's back, big files need http1.1 or they 503.
Post automatically merged:
@vidpirate Hi, I'm using the Remote URL upload feature (submitting a public direct-download URL that your server fetches). For some videos I get "Video Processing Failed — the upload may have been incomplete or an encoding error occurred."
Hmm, it's actually down for me right now. anonmp4api.xyz on port 443 is refusing connections, been like that for a while (as of ~12:40 UTC today). The front (anonmp4.to) loads fine but slow, just the upload API that's dead. Might be flapping on your end since you said it's working?
Separate from that, found a real bug with big uploads: only works over HTTP/1.1. Over HTTP/2 (what newer curl and Windows use by default) the upload dies partway with a 503 from your Apache. Your docs say 20GB max but over http2 a 300MB test 503'd after only ~47MB, forced http1.1 and the same file went through in 16s. Looks like the mod_http2 big-POST-body thing, and it's not constant, seems to depend on load, which is probably why it worked fine before and then started failing out of nowhere.
So two things really: the API's down right now, and when it's back, big files need http1.1 or they 503.
Post automatically merged:
@vidpirate Hi, I'm using the Remote URL upload feature (submitting a public direct-download URL that your server fetches). For some videos I get "Video Processing Failed — the upload may have been incomplete or an encoding error occurred."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.