Maybe 1) start upload till URL appears 2) go offline 3) replace file 4) go online
YouTube video has its own URL in it
81–90 of 160 posts
Re: YouTube video has its own URL in it
#82Earlier quoted context omitted.
Excellent, this explains it. The YouTube video you shared says the trick is to create a resumable upload using YouTube API. The steps involved : 1. create a resumable session (here we specify video length in bytes) 2. YouTube returns a session URI which contains the upload ID 3. create a video with the upload ID baked in (edit video to match length from step 1) 4. upload video to the session URI https://developers.go…
I have not been doing any edits of video for a long time... What are most people editing vids with these days?
Good to put some VFX.
Re: YouTube video has its own URL in it
#83Earlier quoted context omitted.
More useful for what application? Other than a novelty, why would anyone need a reserved spot?
To provide a link to next week's video/ the next of a series inside the previous?
Re: YouTube video has its own URL in it
#84Another way to achieve this would be to make a video which flashes each possible digit of the YouTube video ID alphabet once for each digit, then use YouTube's video editor to cut out all the incorrect digits.
The video, running at 60fps, would have to be 38996161157 years long for this to be a possibility Even if you predicted the first 3 symbols of the id, you'd still need a 148758 years long video
You seem to be calculating some combinatorial explosion, where there probably is none
Re: YouTube video has its own URL in it
#85Earlier quoted context omitted.
The ID returns once your upload is completed. Edit: I don't know the answer but I assume from all the APIs I worked with in the past, but if you get the URL before the upload is completed then yeah it's pretty easy to "fake".
Not for me. When I'm uploading a video even when it's at 0% I see "The URL of your uploaded video will be: blah" So it seems you can get the URL immediately... maybe then stop the upload mess with the video and then resume the upload... but I assume the resume feature takes a hash or something to make sure it's the same file..
Re: YouTube video has its own URL in it
#86Earlier quoted context omitted.
Excellent, this explains it. The YouTube video you shared says the trick is to create a resumable upload using YouTube API. The steps involved : 1. create a resumable session (here we specify video length in bytes) 2. YouTube returns a session URI which contains the upload ID 3. create a video with the upload ID baked in (edit video to match length from step 1) 4. upload video to the session URI https://developers.go…
I have not been doing any edits of video for a long time... What are most people editing vids with these days?
The video sequence editor in Blender is awesome for arranging tracks, audio, transitions, overlays, text, etc. And with ffmpeg you can move it to any format you need. To clean up audio I use Audacity.
Re: YouTube video has its own URL in it
#87Earlier quoted context omitted.
Excellent, this explains it. The YouTube video you shared says the trick is to create a resumable upload using YouTube API. The steps involved : 1. create a resumable session (here we specify video length in bytes) 2. YouTube returns a session URI which contains the upload ID 3. create a video with the upload ID baked in (edit video to match length from step 1) 4. upload video to the session URI https://developers.go…
I have not been doing any edits of video for a long time... What are most people editing vids with these days?
Re: YouTube video has its own URL in it
#88C.f. this tweet, which has a link to itself: https://twitter.com/mauritscorneIis/status/99142460340155187... (And as we all know Twitter has no edit button, no post-upload shenanigans are possible here, just some clever guessing and reverse-engineering Twitter's ID generation algorithm)
This tweet (or one like it) caused a massive Twitter outage.
Re: YouTube video has its own URL in it
#89Another way to achieve this would be to make a video which flashes each possible digit of the YouTube video ID alphabet once for each digit, then use YouTube's video editor to cut out all the incorrect digits.
The video, running at 60fps, would have to be 38996161157 years long for this to be a possibility Even if you predicted the first 3 symbols of the id, you'd still need a 148758 years long video
38 frames * 8 (or however many possible characters there are.