Guest User

Untitled

a guest
May 3rd, 2023
4,853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. # .webm tutorial
  2.  
  3. ## Step 1: video capture
  4. Something akin to FRAPS.
  5. Shadowplay is probably the best option since it captures the last 5 minutes of gameplay.
  6. Whatever you use, just remember where it saves the files to.
  7.  
  8. ## Step 2: importing it
  9. Don't do online converters, you're a big boy, you should learn to do it yourself.
  10. Download Webm for Lazys: https://github.com/argorar/WebMConverter
  11. When you open it you should be seeing this: https://i.imgur.com/rzeLLsV.png
  12. Import your file from step one into the "Input file" field, and change the output if it isn't to your liking.
  13.  
  14. ## Step 3: editing
  15. ### First:
  16. Cutting the video file down to the part you want to use (this doesn't change the source file, only specifies which part is going to be converted into the .webm).
  17. This is done by using the "Trim" option under the "Processing" tab.
  18. Just move it until you get to the start point of what you want to convert, click "Set Start", and then move to the end part of what you want to convert and click the "Set End".
  19. You should see a duration, in my experience, try to keep it at around 20 seconds, 30 at the max. If you want to go longer, you'll probably have to reduce your resolution, which is the next step.
  20. ### Second:
  21. You'll want to reduce the resolution, probably no matter what. 4chan does not support 2560x1440p .webms.
  22. This is done by using the "Resize" option under "Processing".
  23. Remember, the higher the resolution, the higher the bitrate is needed to make it look good, so if you're making a 20+ second .webm, 1080p is going to look terrible, so putting it at 1280x720p should be your default.
  24.  
  25. ## Step 4: encoding
  26. This will designate and decide the quality of the .webm.
  27. https://i.imgur.com/5h7FnAB.png
  28. There are two modes, constant and variable, you'll want to use constant so you can specify a max file size, which it will then use to give the .webm as much bitrate as possible while still keeping it within the limit.
  29. Remember to have "Enable high quality mode" enabled.
  30. /vg/ has a max file size of 4 MB, so unless you're really concerned about other people's data usage, there's no reason to not just always put 4 MB.
  31. Do be aware that it doesn't always conform to file size limit perfectly, and can run over it by enough that 4chan wont accept it, if this happens try using 3.9 as the size limit instead.
  32. /vg/ doesn't support audio, so be sure to have that disabled or you wont be able to upload it.
  33.  
  34. ## Step 5: convert
  35. Click "Convert".
  36. Depending on the size, and your computer, this might take a minut or two.
  37. When it's done converting, congratulations, you now have your own bona fide .webm.
  38.  
  39. As for the "Advanced" tab, there's no reason to interact with it unless you're trying to squeeze out as much as possible.
  40. The only thing you want to chech under it is that "VP9/Opus" is checked as it is both supported by 4chan and should result in better looking .webms.
Advertisement
Add Comment
Please, Sign In to add comment