Ghost637 Posted January 21, 2025 Posted January 21, 2025 On 1/16/2025 at 5:20 AM, Lexicon9090 said: Heyo. So I just started using this mod and I love it. I'm actually in the process of making a visual guide if you don't mind? I would personally appreciate that as I am a moron.
heirflick Posted February 7, 2025 Posted February 7, 2025 Great App, any way of allowing you to use over 24 grids for longer Vids. I know it generates over 24 grids but the esp only plays 24?
TheDestroyerOfWorlds Posted February 7, 2025 Author Posted February 7, 2025 1 hour ago, heirflick said: Great App, any way of allowing you to use over 24 grids for longer Vids. I know it generates over 24 grids but the esp only plays 24? You will need to go to the creator of VotW for that question
TheDestroyerOfWorlds Posted February 16, 2025 Author Posted February 16, 2025 3 hours ago, nmagod said: I suppose this won't run on Windows 7? No, compilers don't support windows 7 anymore
nwonpc Posted February 17, 2025 Posted February 17, 2025 (edited) Thanks for this. How do I make multiple video holotapes for one esp? Edit: I get error saying "Given esp file does not exist". Can you point out what am I doing wrong here? autovideo -i input.30.mp4 -g --esp VotW_bbc.esp bbc Edited February 17, 2025 by nwonpc more info
agaile Posted February 17, 2025 Posted February 17, 2025 Thank you. This is a really great automation tool. Creating this myself was a disaster.
TheDestroyerOfWorlds Posted February 17, 2025 Author Posted February 17, 2025 8 hours ago, nwonpc said: Thanks for this. How do I make multiple video holotapes for one esp? Edit: I get error saying "Given esp file does not exist". Can you point out what am I doing wrong here? autovideo -i input.30.mp4 -g --esp VotW_bbc.esp bbc You don't need to choose an esp when generating a script using -g, so the --esp option would get ignored in your case and you can leave it out. In case you do want to append to or generate an esp, you need to remove -g and make sure your esp file is in the same folder as where you're executing the command, it could be "output/VotW_bbc.esp".
AppleBeesCEO Posted February 18, 2025 Posted February 18, 2025 On 2/17/2025 at 3:26 AM, TheDestroyerOfWorlds said: You don't need to choose an esp when generating a script using -g, so the --esp option would get ignored in your case and you can leave it out. In case you do want to append to or generate an esp, you need to remove -g and make sure your esp file is in the same folder as where you're executing the command, it could be "output/VotW_bbc.esp". I just want to add to this to make a outline for dummies like me. autovideo -i Filename.mp4 -n InGameName espName --esp output/VotW_espName.esp 1
Simpossible_xx Posted February 20, 2025 Posted February 20, 2025 Is it hard to make more than 10 videos in 1 esp?
awp32 Posted February 21, 2025 Posted February 21, 2025 Is showing this error in the UI version: I think this is also the last step of generation
awp32 Posted February 21, 2025 Posted February 21, 2025 5 minutes ago, zhizao32 said: Is showing this error in the UI version: I think this is also the last step of generation Seems like a video is not able to be processed, which is strange, otherwise everything worked like a charm!
TheDestroyerOfWorlds Posted February 21, 2025 Author Posted February 21, 2025 1 hour ago, zhizao32 said: Seems like a video is not able to be processed, which is strange, otherwise everything worked like a charm! This error comes up if ffmpeg failed to change the aspect ratio of the video for some reason. Maybe your video file is corrupted or something. Or you can try to just disable "Keep aspect ratio" for this one and maybe it will make it through the next step. 1
SquareBun Posted March 3, 2025 Posted March 3, 2025 (edited) Hello! You have created a good utility. I noticed that grids.dds has bc1 compression algorithm (DX10). I reconverted the grids to bc7 - it works. My question is: is it possible to add an option to select the texture compression algorithm to your program? bc7 requires 2x more memory, but it should significantly improve image quality. Edited March 3, 2025 by SquareBun
bootyslayer33 Posted March 8, 2025 Posted March 8, 2025 How would one go about bypassing the 10 holotape limit for adding more than 10 videos?
SkyrimDerranged Posted March 15, 2025 Posted March 15, 2025 this is probably a simple fix but i am still learning Fo4edit but any idea how to stop this issue of multiple tapes with weird filenames
HerrSpektre Posted March 24, 2025 Posted March 24, 2025 I was briefly looking at the instructions for doing this manually and I definitely do not have the patience for that when I stumbled upon this. Easy to use and very clear, concise tooltips for adding more files to the plugins. Thanks a bunch, Destroyer.
toptuner Posted March 24, 2025 Posted March 24, 2025 i am having issues using the GUI version of the application; i am using radeon so obvsiouly i dont have nvcuda. this issue is only felt with the latest version autovideo-ui v1.2.153 and can be bypassed by using the cli version with no problems. Prior to this, i have been using autovideo-ui v1.0.151 since and works like a charm. (GUI version) the image is followed by Failed to pad videos. I tested without the application to see if it works ; ffmpeg -i input.mp4 -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" output.mp4 and it does. so im guessing theres an issue with the GUI version??
TheDestroyerOfWorlds Posted March 24, 2025 Author Posted March 24, 2025 3 hours ago, toptuner said: i am having issues using the GUI version of the application; i am using radeon so obvsiouly i dont have nvcuda. this issue is only felt with the latest version autovideo-ui v1.2.153 and can be bypassed by using the cli version with no problems. Prior to this, i have been using autovideo-ui v1.0.151 since and works like a charm. (GUI version) the image is followed by Failed to pad videos. I tested without the application to see if it works ; ffmpeg -i input.mp4 -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" output.mp4 and it does. so im guessing theres an issue with the GUI version?? I suppose in your case ffmpeg incorrectly lists hevc_nvenc as a valid encoder. I'll see whether I can improve this check in the future so that ffmpeg quirks don't cause this problem anymore. In the meantime you can disable "keep aspect ratio" to circumvent this problem, or just use an older version as you're already doing. 1
MarkMarukka Posted March 31, 2025 Posted March 31, 2025 I'm still waiting for someone to make an idiot proof guide for getting this to work step by step. Preferably a youtube video maybe. Or a graphic would be awesome 👍👍
Nothehalo Posted April 2, 2025 Posted April 2, 2025 On 3/31/2025 at 5:00 PM, MarkMarukka said: I'm still waiting for someone to make an idiot proof guide for getting this to work step by step. Preferably a youtube video maybe. Or a graphic would be awesome 👍👍 Same here, I can understand how to make 1 video on 1 ESP, but adding more videos on 1 ESP I may need a baby steps to understand what I need to do. 1
TheDestroyerOfWorlds Posted April 3, 2025 Author Posted April 3, 2025 On 4/1/2025 at 12:00 AM, MarkMarukka said: I'm still waiting for someone to make an idiot proof guide for getting this to work step by step. Preferably a youtube video maybe. Or a graphic would be awesome 👍👍 18 hours ago, Nothehalo said: Same here, I can understand how to make 1 video on 1 ESP, but adding more videos on 1 ESP I may need a baby steps to understand what I need to do. For multiple videos in one go you just ... select multiple videos. To edit an existing autovideo made esp, you just select the existing esp in the esp field. For more than 10 videos you are required to know how to use FO4Edit and use the script generator instead. 1
Nothehalo Posted April 3, 2025 Posted April 3, 2025 So didn't realize that you can select multiple videos, i thought it was asking to select one video. so was able to do multiple videos. Thanks
TheComedian. Posted April 14, 2025 Posted April 14, 2025 @TheDestroyerOfWorlds Thank you! You are definitely a very intelligent person and you will understand what I am about to tell you. With your technology you have made Fallout obsolete. Basically the technology is now too developed for the platform, making Fallout 4 a burden! In practice the program is more important than the goal itself! You need to create a program that allows you to upload a folder containing nif & audio and upload them in turn, here we are talking about a storage and encryption system that surpasses in its simplicity the storage of your porn collection in secret folders. I don't know if I understand what it would mean to dynamically transform grids of images into video! This seems like an old fashioned concept but from a preservation point of view it is far superior. Can you understand that through a digital program and image grids there is hope for porn to reach our posterity?! I believe that in your immense mathematical mind you cannot see my vision! You have gone far beyond simple modding!!!! You are one step away from knocking on the doors of perception, the idea is science can save not only porn but knowledge! So I ask you, I beg you like an undressed slut to make the future possible! Then they will no longer call you the destroyer but the one who with his phallus knocked at the doors of eternity.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now