Log in

View Full Version : youtube videos


dar1us
18th October 2007, 11:35
hello, i been out of the game a while and might need a little help, i want to upload an mp3 to youtube, i can add the mp3 to a video fine, but the problem is youtube rejects it, because it ends up being a video with one frame, a massive mp3 and subsequently a framerate of like 0.003fps or something small like that

i need an avisynth script that will make the single frame of video repeat for a given amount of frames (the duration of the mp3)... it doesnt really matter what framerate it ends up, but for sake of argument, 25fps is easiest.

thanks in advance


miles

Leak
18th October 2007, 11:50
i need an avisynth script that will make the single frame of video repeat for a given amount of frames (the duration of the mp3)... it doesnt really matter what framerate it ends up, but for sake of argument, 25fps is easiest.
BlankClip(length=<number of frames>,fps=25)
Or if you want to use some image:
<your current 1-frame clip>
AssumeFPS(25)
Loop(<number of frames>)

mgh
18th October 2007, 14:30
i have seen mp3s loaded like that on you tube without mentioning that it is uploaded only for audio. imho, i feel that is cheating the surfer, because the person uploading is getting views by false pretenses.
e.g. an expected musical video uploaded as an mp3

dar1us
10th March 2008, 02:46
thankyou, helped a lot... i dont really see it as cheating the surfer, i dont care about views, just wanted to share a decent song.


miles