| Off Topic > Off Topic |
| various exes and dlls and what they sound and look like |
| << < (2/4) > >> |
| K3k0m@n:
I saw these videos and tried making some myself: https://www.youtube.com/watch?v=vBl_ednamnI https://www.youtube.com/watch?v=3oRzQDVN-lc https://www.youtube.com/watch?v=DhdwRS7pzCY https://www.youtube.com/watch?v=phpCnAX2Q00 none of these are very interesting but i might try this with sm64 again but this time the rom being decompressed so data can be read better if you have any ideas for files i could run through this i can try them EDIT: a good highlight of the sm64 vid is this: https://youtu.be/DhdwRS7pzCY?t=88 if i used the decompressed rom you could see more sprites and textures popping up |
| K3k0m@n:
i did the sm64 decompressed rom: https://youtu.be/E3JFzWus63g |
| The Murderous Cop:
how'd you manage to do it on ffmpeg? is it a similar script or does it work a different way? |
| K3k0m@n:
it's a suuuper simple script: --- Code: ---ffmpeg.exe -f u8 -ac 2 -ar 13824 -i file.raw -f rawvideo -pixel_format rgb555 -video_size 32x18 -framerate 24 -i file.raw -vf scale=w=1280:h=720:flags=neighbor file.mp4 --- End code --- fun thing is that if you changed the final width and height you can even make the video 4k if you wanted to also, if you want to change the source video size then you'd have to also change the audio options to sync otherwise the vid and aud won't be in sync anymore |
| The Murderous Cop:
--- Quote from: K3k0m@n on April 18, 2017, 10:54:10 AM ---it's a suuuper simple script: --- Code: ---ffmpeg.exe -f u8 -ac 2 -ar 13824 -i file.raw -f rawvideo -pixel_format rgb555 -video_size 32x18 -framerate 24 -i file.raw -vf scale=w=1280:h=720:flags=neighbor file.mp4 --- End code --- fun thing is that if you changed the final width and height you can even make the video 4k if you wanted to also, if you want to change the source video size then you'd have to also change the audio options to sync otherwise the vid and aud won't be in sync anymore --- End quote --- neato, will have to give it a try i just use virtualdub, avisynth, rawsource26 and a couple vdub filters, along with some codecs it's more complicated but it gives me my nice results |
| Navigation |
| Message Index |
| Next page |
| Previous page |