Slashdot Mirror


Ask Slashdot: How Do You Stream/Capture Video?

datavirtue writes: I am starting to look at capturing and streaming video, specifically video games in 4K at 60 frames per second. I have a Windows 10 box with a 6GB GTX 1060 GPU and a modern AMD octa-core CPU recording with Nvidia ShadowPlay. This works flawlessly, even in 4K at 60 fps. ShadowPlay produces MP4 files which play nice locally but seem to take a long time to upload to YouTube -- a 15-minute 4K 60fps video took almost three hours. Which tools are you fellow Slashdotters using to create, edit, and upload video in the most efficient manner?

76 of 155 comments (clear)

  1. Simple by Anonymous Coward · · Score: 1

    OBS Studio

    1. Re:Simple by Cederic · · Score: 1

      twitch only allows a 3Mbit stream

      All my Twitch output has been 6Mbps full HD video.

      I use OBS, it was just easier to get working than Shadowplay. I play at 1440p but stream at 1080p and my CPU barely notices the overhead.

  2. Um, duh. by Anonymous Coward · · Score: 5, Informative

    You realize that 4k at 60fps is equivalent to 8 1080P HD streams?

    Itâ(TM)s going to take a while to upload.

    1. Re:Um, duh. by Anonymous Coward · · Score: 5, Informative

      Even for Slashdot, this is extremely stupid.

      -- 4k 60fps video files are very large (unless they are absolute worst shit quality)

      -- ISPs severely throttle uploads

      -- This results in long upload times.

      What part of this do you not understand?

    2. Re:Um, duh. by jellomizer · · Score: 1

      If you are streaming your video games on You Tube, I would say just downgrade the image quality. to 1080p. Mostly because such a resolution would be lost to most viewers (Cell phones, or laptops) very few people will be watching a youtube game in full screen on a system big enough to actually play the game themselves.
      Oddly enough when yo play the game it is using less bandwidth then the actual video recording does, because it is generating mostly Vector graphics, so the video card is doing most of the work showing the screen, while you computer is just saying draw polygon with x,y,z.... parameters

      When you upload a video you are sending more information for every pixel there is a RGB color, then it is repeated a lot of times. Most compression algorithms, will prevent redrawing duplicate pixels, that its color differential isn't that much different then the previous frame. But in a fast moving game with a lot of screen changes, you may not get what you want to see. Lowering the resolution is probably the better approach.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    3. Re:Um, duh. by PIBM · · Score: 2

      At least you had the part about using a lower resolution right. You should just have cut off the second paragraph.

    4. Re: Um, duh. by TheRaven64 · · Score: 4, Insightful

      No, the GP was (almost) correct. 3840x2160 is four times the number of pixels per frame of 1920x1080 and 60fps is double the frame rate of a standard 30fps 1080p stream. Four times as many pixels and double the frame rate gives 8 times as much raw data. That said, it also includes a lot more redundant data (changes between frames will be smaller if they're closer together, lots of areas in the larger image can be interpolated from the smaller one) and so the encoded size should be a lot less than 8 times the size of the same stream at 1080p, 30fps.

      --
      I am TheRaven on Soylent News
    5. Re:Um, duh. by AmiMoJo · · Score: 2

      The questioner seems to understand that, they are asking what tools can be used to edit the video down rather than just throwing the raw 4k60 stream up there.

      For a start they could re-encode it in H.265 to make it about 1/4 the original size. But that has the down side that it probably takes as long to encode as it would to upload anyway. So a better option is to drop down to 1080p60 or 720p60. Depending on the game maybe go to 30 fps as well.

      Downmixing sound to stereo might help a bit too.

      For editing Shotcut and OpenShot are both free and decent.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    6. Re:Um, duh. by UnknownSoldier · · Score: 5, Insightful

      Greater Internet Fuckwad Theory (GIFT)
      On a more serious note Portrait of a Troll: Q&A with Dr. Erin Buckels

      The problem is the OP didn't show he actually researched the problem and thus sounds completely clueless. This site jumps on people who can't even take 2 seconds to actually "Think, McFly!" about what they are asking.

      If he had prefaced his sub-text with something like -- "I just started learning about video streaming and it seems complicated to me" -- then more people would be willing to give them some slack.

      The fact that he took the time to post his question on /. BUT couldn't be arsed to spend the time to learn about:

      * Mbps (Mega bits-per-second) and
      * File Size

      shows that he isn't actually using his brain.

      There is a reason RTFM exists, or the modern vernacular: LMGTFY.

    7. Re:Um, duh. by Hognoxious · · Score: 1

      Does transcoding fall under editing? Perhaps, but I'd say not.

      In any case, he doesn't even mention file sizes. My reading was that he was just trying to find a way to make his humongous files upload faster, not addressing the issue of their being humongous in the first place.

      Then again it seems nobody can ask questions properly these days.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    8. Re:Um, duh. by dinfinity · · Score: 1

      Exactly. This isn't fucking Quora.

      Add to the above the gratuitous praise for and link to some nVidia technology and this is easily the most dreadful thing that has been on Slashdot in 2018.

    9. Re: Um, duh. by Khyber · · Score: 1

      Youtube absolutely supports the 240FPS videos my phone shoots for slow-motion. In fact it is the only video site that does so and respects the slow-motion markers, so the video slows down when it is supposed to. Vimeo does not. Facebook does not. Twitter does not.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    10. Re:Um, duh. by datavirtue · · Score: 1

      Thanks for the suggestions. Unfortunately I had to trudge through being called Creimer and everything else to find this comment. When you google video editing you have to swim through a sea of absolute shit and fake free software. This helped a lot. I never ran across OpenShot or shotcut in my searches I was accused of not running.

      --
      I object to power without constructive purpose. --Spock
    11. Re:Um, duh. by datavirtue · · Score: 1

      You are just a dumbass with no knowledge of the domain so I can see why the question made no sense to you. I have always hated fucks like you that drone on clarifying questions in forums to everyone's expense while you increase your post count and gutter-whore for karma when it was obvious to everyone what the question was getting at.

      --
      I object to power without constructive purpose. --Spock
    12. Re:Um, duh. by datavirtue · · Score: 1

      Drops the mic.

      --
      I object to power without constructive purpose. --Spock
    13. Re:Um, duh. by AmiMoJo · · Score: 1

      To be fair, I did just google "open source video editing" and those were the first two results. I don't want to sound condescending but it sounds like working on google skillz might be worth investing some time in. In this case "open source" is probably better than "free", as you discovered.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  3. Open Broadcaster Software by Anonymous Coward · · Score: 1

    Though mainly a streamer myself, I've done some recording in the past. I've got a setup fairly close to yours, though my 1060 is a 3GB. Using OBS (Open Broadcaster Software - https://obsproject.com/) I've simultaneously streamed (720p @ 60FPS) while recording (1080p @ 60FPS). You can record in multiple formats, though while recording as MP4 you may end up losing video if OBS crashes. I've done recording both with NVENC as well as x264, both while streaming with little issue.

  4. OBS Studio. Done. by jvp · · Score: 5, Informative

    There's a bunch to your "simple" question. :-) Starting from the end of your post: your uploads are taking so long because of the fill size. If you're recording 4K/60 and you haven't changed any of the default ShadowPlay settings, you're likely recording at 50Mbit/sec. A 15 minute 50Mbit/sec file, even a compressed MP4, is gonna be a bit large. There's no way around that. And you *want* that bitrate given the 4K resolution that you're recording; lowering that will make your raw recordings lose some details.

    If you're happy with ShadowPlay, keep using it. The "accepted" software solution that most use is OBS Studio, and it has access to the same NVENC encoder that ShadowPlay uses. But it's vastly more configurable and way more flexible. ShadowPlay is literally made so that anyone can fire it up, hit a button, and go. OBS takes a bit of tinkering with at first, just to get everything configured the way you want it. But once you learn how flexible it is, you'll never go back. It'll produce the same h.264 files ShadowPlay can with the same "no load on the system". IOW: it won't affect your gaming.

    This is a YOOOGE topic, however. And it can go in so many different directions depending on what your final goal is. Some folks record and stream using a single PC. Others (such as myself) record one one machine and stream with another. There's lots of flexibility available with this, it just depends on what you're after, what you're willing to run, and how much money you're willing to spend.

    --
    Jason Van Patten
  5. Super 8 by trevc · · Score: 3, Funny

    Super 8 cine camera on a tripod.

    1. Re:Super 8 by fat_mike · · Score: 1

      Josh, Josh!!!!!

  6. Re:OBS Studio. Done. by Malenx · · Score: 1

    Agreed on all points. If you're happy with your current workflow then look at getting faster internet, mainly your upload speed.

    Your video files are likely huge, so it's no surprise it takes a while to upload to youtube.

  7. 4k on a single 1060? by Anonymous Coward · · Score: 1

    What games are you playing that you're able to get 60fps at 4k with a single gtx1060?

    1. Re:4k on a single 1060? by Anonymous Coward · · Score: 1

      "What games are you playing that you're able to get 60fps at 4k with a single gtx1060?"

      Tetris.

    2. Re:4k on a single 1060? by gravewax · · Score: 1

      most likely he is kidding himself as no way in hell is he playing anything of significance at 4k 60fps with that card.

    3. Re:4k on a single 1060? by UnknownSoldier · · Score: 1

      /sarcasm Gee, if only there was a way to modify the game Options of the Video Settings to chose between Quality or Performance. Nah, that scalability thing will never catch on.

      Maybe he is streaming a ~10-year old game such as L4D or Minecraft with radius of 4? :-)

      The 1060 isn't a potato (nor is it beefy) -- video settings exist for a reason. The OP didn't say what game(s) they are streaming.

    4. Re:4k on a single 1060? by datavirtue · · Score: 1

      World of Tanks. On high settings--not ultra. There is a bit of tearing here and there if you pay attention but it is not distracting. Looks damn good.

      --
      I object to power without constructive purpose. --Spock
    5. Re:4k on a single 1060? by gravewax · · Score: 1

      When it comes to 4k gaming the 1060 IS a potato. If you are sacrificing video quality then why the hell bother with 4k recording in the first place. Also I did say any game of significance. Sure you could record Minecraft or tetris at that, but again why the fuck bother at that point with 4k? it isn't giving you anything.

    6. Re:4k on a single 1060? by UnknownSoldier · · Score: 1

      The GTX 1060 is a Tier 4 GPU. Granted, the OP probably should be using a GTX 1080 for 4K res but we don't know what game and video settings the OP is using. Maybe the 1060 is good enough for their needs. Like you, I'm very skeptical, but unlike you, I'm willing to give them the benefit of the doubt instead of prejudging before we have all the facts.

      Regardless, this is just another sign that the OP is clueless.

    7. Re:4k on a single 1060? by gravewax · · Score: 1

      Not judging, I myself use a Tier 4 card. Just pointing out that 4k 60 fps video recording just doesn't make a lot of sense on that card, either game has to be so old it doesn't really benefit from 4k or the game has to have been seriously turned down.

  8. Isn't that the nature of the beast? by OneHundredAndTen · · Score: 1

    A 15-minute, 4K 60-fps video sounds like a huge thing to upload, especially if Youtube will be doing some post-processing on it.

  9. Missing piece of information by sootman · · Score: 1

    "a 15-minute 4K 60fps video took almost three hours."

    How big is the file?

    --
    Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    1. Re:Missing piece of information by Rockoon · · Score: 3, Funny

      Its 15 minutes long by 60 frames per second wide by 3 hours high of course.

      --
      "His name was James Damore."
    2. Re:Missing piece of information by jvp · · Score: 2

      > How big is the file?

      If they're recording at ShadowPlay's default 50Mbit/sec rate, that'd by a 5.6GB file, give or take.

      (50Mbit/sec * 15 * 60sec) / 8

      --
      Jason Van Patten
    3. Re:Missing piece of information by Hognoxious · · Score: 1

      Sorry, I don't speak metric.

      How many elephants squared per library of congress is that?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    4. Re:Missing piece of information by datavirtue · · Score: 1

      I was high for 4 hours...not three.

      --
      I object to power without constructive purpose. --Spock
    5. Re:Missing piece of information by datavirtue · · Score: 1

      In my ignorance I turned it up to 11 (bitrate) to see how it would work. The file ended up being 12GB for 14:14.

      --
      I object to power without constructive purpose. --Spock
    6. Re:Missing piece of information by jvp · · Score: 1

      I haven't used Shadowplay in an age; I'll bet the maximum is... 100Mbit/sec? ;-)

      --
      Jason Van Patten
  10. Re:OBS Studio. Done. by jvp · · Score: 1

    > HAH. good luck on that one if you are not in area that provides symmetrical internet connections.

    Well, like it or not, Malenx's post is on point. Sure, it may not be easy to "get better Internet", and that's fair. But ultimately, to upload a video file to YouTube in less time, you either need:
    1. Faster upload speeds
    2. To reduce the resolution/size of your files.

    Our OP seems intent on 4K/60, which requires a *LOT* of bits to deliver clean and clear video. That's gonna make the file sizes quite large, thereby eliminating choice #2.

    --
    Jason Van Patten
  11. Re: OBS Studio. Done. by Anonymous Coward · · Score: 3, Informative

    Brag time. Moved to a house in the âburbs that has fiber optic to the house. 750Mbps down, 800 up (sustained). Itâ(TM)s glorious, and costs exactly $85/mo. Midwest living, yo!

  12. Dear Slashdot by ArchieBunker · · Score: 5, Insightful

    I'm recording massively large video clips that no one will watch and it takes forever to upload them to YouTube. I have a 50Mb/s upload speed and can't figure out why this 60 gig file takes three hours. Pleas help me do math.

    --
    Only the State obtains its revenue by coercion. - Murray Rothbard
    1. Re:Dear Slashdot by Mashiki · · Score: 1

      Almost makes you wish for the days of 1200 baud again doesn't it?

      --
      Om, nomnomnom...
    2. Re:Dear Slashdot by datavirtue · · Score: 1

      Creimer said it would be like this. All the meanies!!!

      --
      I object to power without constructive purpose. --Spock
  13. Too much data, by 140Mandak262Jamuna · · Score: 4, Insightful
    Quick calculation shows, 15 min at 60 fps at 4000x2000 frames works out to 4.32e11 pixels. With a 24 bit color, you need 1.04e13 bits. or 1.3 Terabytes, uncompressed.

    If you have a 50 Mbps upload service, and if Youtube server is absorbing it at that full speed, you are looking at 208000 seconds, or 2.4 solar days. You say it takes three hours. That works out to a compression ratio of 20.

    Looks like it is not reasonable to expect anything faster, at this resolution and frame rate.

    Lots of people don't realize how quickly numbers grow when you chain multiplications. "Four trace widths, three trace gaps, four via diameters, six frequencies, 8 excitations... OK your parametric sweep will run 2304 simulations, each needing half a TB of memory and 2 days of run time".

    Or my users asking for 100 micron resolution mesh on a model that is a couple of meters across. "User specified a 8 trillion element mesh. No wonder mesh maker ran for 8 hours and ran out of memory. Not a defect" is the resolution.

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    1. Re:Too much data, by Hognoxious · · Score: 2

      Plus most recorders are optimised for speed rather than storage efficiency, since if you're recording live you miss it and it's gone.

      Not the same thing but the same principle, I record analogue TV with an old PVR500. At DVD resolution it chucks out nearly 3G per hour, which is ridiculous. If only there was something that could crop it, chop it, normalise the sound and make the bitrate more sensible... they could call it mencoder or something.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    2. Re:Too much data, by Calydor · · Score: 3, Funny

      they could call it mencoder or something.

      Did you just assume the program's gender?!

      --
      -=This sig has nothing to do with my comment. Move along now=-
  14. Re:OBS Studio. Done. by Whorhay · · Score: 1

    It bears noting that #1 doesn't necessarily mean buying better internet access at home. The file could always be transferred to a removable drive and then take that to somewhere with a better upload connection.

  15. Re:OBS Studio. Done. by jvp · · Score: 1

    > It may be worth getting commercial account. They often have symmetrical speeds and no data caps.

    That depends entirely on where the OP lives and what ISP(s) (s)he has access to. If in the US and the only choice is one of the major MSOs, then, for the time being, it'll be asymmetrical.

    --
    Jason Van Patten
  16. Re:OBS Studio. Done. by Quakeulf · · Score: 1

    I only use OBS too. :3c

  17. Re:OBS Studio. Done. by Gaygirlie · · Score: 1

    While I don't do streaming, I do occasionally record this or that happening on my machine and OBS is great for that. I also happen to use NVENC as the encoder -- while NVENC didn't produce terribly good quality on my GTX660 when I had one, it now does a very acceptable job of it with Pascal - cards -- since it doesn't use a lot of resources. ShadowPlay? No, that shit sucks in comparison, especially since you have to install and use NVIDIA's spyware - application, the Geforce Experience, for it.

  18. Or ghetto by DrYak · · Score: 1

    or straight ffmpeg for a more low-level/ghetto feel(*).

    Regarding the upload:
    - Keep in mind that Google will recompress each uploaded video using its whole range of supported codec and varied screen resolution.
    (Even if you upload a good H264, it will also generate lower bitrate H264, VP9, Theora, H263, soon AV1 too, etc. Same goes with audio: AAC, OPUS, Vorbis, MPEG Audio Layer, etc.)
    - Thus even if you have a ginormous internet connection with massive bandwidth, the recompression *will* take time even if the file transfer itself finishes quickly. You'll have to wait anyway until the various versions become available.

    OBS/ffmpeg/ShadowPlay won't change much to that part.
    ---

    (*) actually, it's not only for the lulz / ghetto feel. We're a bioinformatics lab, most of the people here around are more used to run command-line pipeline on the CLI. ffmpeg actualy *does* make sense to them.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  19. Re:OBS Studio. Done. by jvp · · Score: 1

    That's a local configuration issue, not something wrong w/OBS. Check your settings.

    --
    Jason Van Patten
  20. Re:OBS Studio. Done. by jvp · · Score: 1

    The problem is: YouTube can't ingest h.265 files, so our OP would still need to transcode it to h.264. Last I checked, YT had no intentions of adopting h.265 as an allowed ingest, either, as it's insanely computationally expensive to de-encode.

    --
    Jason Van Patten
  21. Re:OBS Studio. Done. by cdtush · · Score: 3, Informative

    I just uploaded a video that was H.265 using the amd encoder in OBS. youtube had no issues with it

  22. Use Handbrake by Rolftroll · · Score: 1

    Please try Handbrake: https://handbrake.fr/ it's freeware Not sure, if it fits all your needs but I use it a lot to convert my movie files to a format which my TV likes..

  23. OBS by jon3k · · Score: 1

    Open Broadcaster Software (OBS). Free, works great. Supports local file capture and online streaming. Extremely configurable but easy to get up and running.

    I am a little curious about the licensing. It looks like OBS was forked into OBS Studio? Or was this a rewrite? And if so, what is the currently supported one and what is the license?

  24. Re:OBS Studio. Done. by jvp · · Score: 2

    These articles and youtube videos were created by folks that literally have no no idea what they're talking about. Set OBS to NVENC. Crank the bitrate to 50Mbit/sec just like ShadowPlay uses for its default. Go.

    Zero load on the CPU and zero FPS hit. Full stop.

    And yes, I've spent considerable time using both. ShadowPlay is a very useful app for folks who don't want or need the flexibility that OBS offers. OBS, on the other hand, is a "cake and eat it too" app. But you need to put in some configuration effort.

    Or, you can ignorantly quote folks who have no idea what they're talking about and carry on using ShadowPlay. It makes no difference to me. :-)

    --
    Jason Van Patten
  25. Re:OBS Studio. Done. by jvp · · Score: 1

    Cool! That's a relatively new thing for them, then. Good to know!

    --
    Jason Van Patten
  26. OBS and Blender by ElizabethGreene · · Score: 1

    I use OBS and Blender for making work videos. The workflow is not efficient, but the quality is good. I suspect the failure is my own ineptitude and not the fault of the tools.

  27. Recompress your video by guruevi · · Score: 1

    I use Handbrake for those things which uses the ffmpeg libraries. Never used ShadowPlay but ffmpeg generally compresses much more than anything I've seen before.

    For recording, I would use an external HDMI encoder, you can stream it into a separate machine to stream composed video out with OBS Studio, you don't need anything fancy in regards video cards, I've seen it used on a Core i7 rig with a relatively cheap video card.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  28. Re:Millennials by sh00z · · Score: 1

    Fuck Millennials...

    Damn straight. Wannabe vlogger can't even be bothered to watch the "How to vlog" vlog, and expects free answers from slashdot.

  29. Holey-Moley Dude by budgenator · · Score: 1

    You're trying to put up videos in quality that rivals major motion picture quality, they use freakin super-computers, they upload through multiple fiber lines bridged. I know a guy that worked on the movie 'The Equalizer", his job was to edit the character, Robert McCall's wristwatch and the blood splatter. You can't match that kind of staffing levels and equipment.

    The Big-time youtubers have dedicated editors, camera operaters and directors working on sets specifically designed for video production. The staff is professionally trained at places like Specs Howard and Columbia school of Broadcast arts.

    If you upload a 4K, 60fps video to youtube, they're just going to compress the shit out of it anyways

    --
    Apocalypse Cancelled, Sorry, No Ticket Refunds
  30. Re:OBS Studio. Done. by datavirtue · · Score: 1

    Yeah. I was just thinking there might be another format I should target or convert to before attempting the upload. On top of uploading, YouTube has to process the videos and I was also thinking that step could possibly be reduced or eliminated if targeting a specific format/encoding. I maxed out the bitrate on ShadowPlay but the resulting file for a 4k 60fps video was only 12GB. Took a while to upload and process initially and took many more hours before the 4K version was available.

    --
    I object to power without constructive purpose. --Spock
  31. Re:Millennials by datavirtue · · Score: 1

    I can poke around the library for hours or get set straight in a few minutes by someone who knows what the fuck they are doing. Who knew such vitriol would be unleashed by asking a question. My ID number precludes millennial you dumb cunt--unless they were on slashdot instead of riding their tricycle.

    --
    I object to power without constructive purpose. --Spock
  32. OBS Studio or FFMPEG by TheOuterLinux · · Score: 1

    I made a script that uses FFMPEG called "StreamPi" to make it easier to stream for people that can't run OBS Studio because of the OpenGL requirements. https://www.bitchute.com/video....

  33. Re:"How do I commit a massive copyright violation? by UnknownSoldier · · Score: 1

    Only an idiot goes after free advertising.

  34. Re:Empty String by datavirtue · · Score: 1

    200 down, 10 up

    --
    I object to power without constructive purpose. --Spock
  35. Re:Are you compensating for something? by datavirtue · · Score: 1

    1080 HD looks like shit on YouTube. My monitor is a cheap TCL 49" 4K TV--it looks/works great. When I watch video I always look for 4k since the 1080 stuff looks like shit on my monitor. I suspect a lot of other people are in the same boat which is why I want to record and play back in 60fps 4k. 1080 is dead or dying quick.

    --
    I object to power without constructive purpose. --Spock
  36. Re:Hardware by datavirtue · · Score: 1

    I have everything turned up to 11.

    --
    I object to power without constructive purpose. --Spock
  37. Re:"How do I commit a massive copyright violation? by datavirtue · · Score: 2

    Nah. It helps them. When you show noobs how to play their game they are less likely to run away crying. Witnessing the success of Creimer on YouTube, I had to get in on the action.

    --
    I object to power without constructive purpose. --Spock
  38. Re:OBS Studio. Done. by MachineShedFred · · Score: 1

    Plus, after the upload is complete, YouTube will be spending LOTS of cycles to transcode that video into all the various formats and scales they support. Just because the upload is done, doesn't mean the video itself is available until they've created all the sets of video files they need to support all the devices in the universe.

    --
    Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
  39. Re:OBS Studio. Done. by jvp · · Score: 1

    Last I knew, YT transcodes everything to webm, though that may have changed since I checked. So unless you're sending them a webm file (which will bring your PC to its knees to create), you're still going to have to wait for YT to transcode.

    --
    Jason Van Patten
  40. Re:Are you compensating for something? by Lanforod · · Score: 1

    1080 HD looks like shit on YouTube. My monitor is a cheap TCL 49" 4K TV--it looks/works great. When I watch video I always look for 4k since the 1080 stuff looks like shit on my monitor. I suspect a lot of other people are in the same boat which is why I want to record and play back in 60fps 4k. 1080 is dead or dying quick.

    You need a gigabit upload link. Pony up the dollars if you want to upload 12 GB any faster.

  41. Re: OBS Studio. Done. by PetiePooo · · Score: 1

    Shut up; I don't want to hear it. My options are wireless carrier, satellite, or the local fixed-wireless vendor that uses the neighbor's grain tower, which is what I chose. I get a decently reliable 12Mbps down and 1.5Mbps or so up. And I only pay $125 for up to 60GB/month (plus my left arm if I go over that).

    On the plus side, semi-rural life is nice, and I've got nearly 3 acres backing up to a stream. I'm not staring at another house when I look out the back window or sit on the deck. All that's missing is the mountain view...

  42. Buy faster internet. by AHuxley · · Score: 1

    That NN supporting paper insulated network is good for gif and jpeg.

    Buy a better pipe to the internet with a real ISP.
    Have a seperate CPU and GPU to encode the stream in real time.
    Get the result of that encoding to upload within the new network limitations.

    --
    Domestic spying is now "Benign Information Gathering"
  43. OBS by JThundley · · Score: 1

    Use OBS. It's Free and open source, easy to use and full of features. I've seen other people post videos that were recorded using Nvidia Shadowplay. You know how I could tell? Because there were fucking popups all the time showing it!

  44. Re:ShadowPlay by Cederic · · Score: 1

    Yeah, the original submission fascinates me. He's worried about 4K content at 60fps but he's using a 1060? Drop resolution to 1080p, turn on all the graphics to make it much prettier and his videos will be much nicer to watch and also much quicker to upload.