GILRS LAST TOUR ORIGINS INTRO (with music!)
-
oh wait nvm i copy and pasted the link but it didn't work
-
this is great in all but i don't see the link
mr.kennutbuster you can see them i had to space them out unless you mean they literally just dont work. i dont have any rep so i cant post the actual link but the mega is right there near the top
-
oh wait nvm i copy and pasted the link but it didn't work
mr.kennutbuster in what way didnt it work
-
mr.kennutbuster in what way didnt it work
xpctncy the page didn't load
-
this is peak
-
what converter did you use for the sound? i had errors when trying to put in my own sabs files

-
honestly, just in general a tldr guide (no need to go in detail, just the way you made the webm file/audio im guessing was through bo2 sound studio)
-
honestly, just in general a tldr guide (no need to go in detail, just the way you made the webm file/audio im guessing was through bo2 sound studio)
nauKith hey sorry for the late reply!
For the way to get the webm to work i converted it from an mp4 using ffmpeg! I used this because the webm has to pass through a few requisites for it work properly (library, framerate etc.)
If you want to know what to use, I used this:-s 1280x720 -vf scale=1280:720 -c:v libvpx-vp9 -crf 20 -b:v 0 -pix_fmt yuv420p -r 30 -an -f webm -map_metadata -1 zm_mapname_load.webmAs for the audio, I did use bo2 sound studio. I first got the wav I wanted to use, and coverted it to flac using
https://www.freeconvert.com/wav-to-flac
Next, find the audio file you want to change, and open the sabs in bo2 sound studio.
You should see something like this

Find the audio file in there that you specifically want to change. Mine was
zm_tomb_load_lr.SN65.pc.snd
Take that name, and rename your flac file to that.
Then, right click the audio file in sound studio, and click replace audio.

Find the audio file you want to use that should have the exact same name now, still as a flac file.
After youve replaced it click file, save.
It should work now! -
nauKith hey sorry for the late reply!
For the way to get the webm to work i converted it from an mp4 using ffmpeg! I used this because the webm has to pass through a few requisites for it work properly (library, framerate etc.)
If you want to know what to use, I used this:-s 1280x720 -vf scale=1280:720 -c:v libvpx-vp9 -crf 20 -b:v 0 -pix_fmt yuv420p -r 30 -an -f webm -map_metadata -1 zm_mapname_load.webmAs for the audio, I did use bo2 sound studio. I first got the wav I wanted to use, and coverted it to flac using
https://www.freeconvert.com/wav-to-flac
Next, find the audio file you want to change, and open the sabs in bo2 sound studio.
You should see something like this

Find the audio file in there that you specifically want to change. Mine was
zm_tomb_load_lr.SN65.pc.snd
Take that name, and rename your flac file to that.
Then, right click the audio file in sound studio, and click replace audio.

Find the audio file you want to use that should have the exact same name now, still as a flac file.
After youve replaced it click file, save.
It should work now!xpctncy yeah, thats kinda sad, did all the steps, got audio to work (thanks with that!), but the video refuses to work no matter what i do. is it maybe that its too long? (one im using is 2:03, ik bo1 rly hated stuff thats longer than the original), but the original is 3:00+... i dunno. yours works perfectly, but me trying to emulate it doesnt work at all xD
-
xpctncy yeah, thats kinda sad, did all the steps, got audio to work (thanks with that!), but the video refuses to work no matter what i do. is it maybe that its too long? (one im using is 2:03, ik bo1 rly hated stuff thats longer than the original), but the original is 3:00+... i dunno. yours works perfectly, but me trying to emulate it doesnt work at all xD
nauKith Did you properly convert it with ffmpeg? if so it could be the length but im not 100% sure, ill have to test it when im home
i do know that if the new video length is shorter than the original it still works perfectly fine
i could also try for you on sunday if you can't get it to work by then. just let me know -
nauKith Did you properly convert it with ffmpeg? if so it could be the length but im not 100% sure, ill have to test it when im home
i do know that if the new video length is shorter than the original it still works perfectly fine
i could also try for you on sunday if you can't get it to work by then. just let me knowxpctncy ya, used ffmpeg (+2h on watching tutorials on it xd), used the same config as you sent and it refuses to work. its just weird that bo2 vid inserting is so different to bo2, legit cant figure out why it refuses to see the vid. the sound studio thing works perfectly fine, i tried replacing other random audio to check, its just the video that doesnt listen
-
xpctncy ya, used ffmpeg (+2h on watching tutorials on it xd), used the same config as you sent and it refuses to work. its just weird that bo2 vid inserting is so different to bo2, legit cant figure out why it refuses to see the vid. the sound studio thing works perfectly fine, i tried replacing other random audio to check, its just the video that doesnt listen
nauKith i'm not sure what's happening then. if you'd like you can send the video and i'll try it for you when get home soon!
-
nauKith i'm not sure what's happening then. if you'd like you can send the video and i'll try it for you when get home soon!
xpctncy https:// drive.google. com/file/d/13Jt3ws_oC-c5dJJgET42dwjGvSgB0biU/view?usp=sharing , i attached my own post-conversion vid asw because i genuinely don't understand what's wrong with it, and you seem to know it way better xd, thanks for the help already! (need rep to post links gg)
-
xpctncy https:// drive.google. com/file/d/13Jt3ws_oC-c5dJJgET42dwjGvSgB0biU/view?usp=sharing , i attached my own post-conversion vid asw because i genuinely don't understand what's wrong with it, and you seem to know it way better xd, thanks for the help already! (need rep to post links gg)
nauKith sorry i figured out why it didnt work! I accidentally sent you the ffmpeg line using vp9 which bo2 doesnt support, but it does work with vp8. heres the new line so you can try again. But if you want, heres a working webm for the video you sent me
https://drive.google.com/file/d/1W9bEwk2zg6fbc4VfM1dy6_bXrkXvpu6B/view?usp=drive_linkand this is the new ffmpeg line
-i video_name.mp4 -vf scale=1280:720 -c:v libvpx -crf 4 -b:v 8M -pix_fmt yuv420p -r 30 -an -f webm -map_metadata -1 zm_mapname_load.webm -
nauKith sorry i figured out why it didnt work! I accidentally sent you the ffmpeg line using vp9 which bo2 doesnt support, but it does work with vp8. heres the new line so you can try again. But if you want, heres a working webm for the video you sent me
https://drive.google.com/file/d/1W9bEwk2zg6fbc4VfM1dy6_bXrkXvpu6B/view?usp=drive_linkand this is the new ffmpeg line
-i video_name.mp4 -vf scale=1280:720 -c:v libvpx -crf 4 -b:v 8M -pix_fmt yuv420p -r 30 -an -f webm -map_metadata -1 zm_mapname_load.webmxpctncy thank you
im more surprised how much harder it is to modify videos here than in black ops 1, ngl the differences in those 2 games are so weird sometimes, some things work exactly the same and some need you to jump through 500 hoops. ill try this config in a bit and reply if it worked, thanks!
p.s.: can you allow access to the drive link? -
reporting in, it all finally works now, finally! thank you sm!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login