Screenshot Thread menu

User Tag List

Page 61 of 116 FirstFirst ... 11575859606162636465111 ... LastLast
Results 901 to 915 of 1737
  1. #901
    QKdefus's Avatar Active Member
    Reputation
    54
    Join Date
    May 2010
    Posts
    96
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks, cool to see other people still use ppather. tho im curious if it will be useless in next expansion or not

    Screenshot Thread
  2. #902
    ramey's Avatar Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm going to link to a blog post I just finished writing here. If any mod dislikes that I linked to a blog instead of copy and pasting, and I'll feel free to remove the link.

    Pattern Tool

    Thanks.

  3. #903
    jjaa's Avatar Contributor
    Reputation
    245
    Join Date
    Dec 2006
    Posts
    562
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Client side object spawning, yay.



    Thanks to:
    Kynox
    Mangos
    Unkn0wned

  4. #904
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jjaa View Post
    Client side object spawning, yay.



    Thanks to:
    Kynox
    Mangos
    Unkn0wned
    Nice +Rep
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

  5. #905
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jjaa View Post
    Client side object spawning, yay.

    Thanks to:
    Kynox
    Mangos
    Unkn0wned
    Pretty awesome


  6. #906
    Glynbeard's Avatar Mawd Authenticator enabled
    Reputation
    616
    Join Date
    Jul 2006
    Posts
    2,646
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jjaa View Post
    Client side object spawning, yay.



    Thanks to:
    Kynox
    Mangos
    Unkn0wned
    Cool beans.

  7. #907
    Flowerew's Avatar Master Sergeant
    Reputation
    72
    Join Date
    Oct 2009
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's something I've been working on lately. It's an early version of an app that will be able to stream WoW to a file or via network. I currently use VP8 (google's webm video format) to encode the stream. x264 will probably become an option too. The main idea was to provide a simple way to stream a video of WoW, so for example you let your arena partner stream to you and you can see what he's doing or something like that, just as if you would be sitting right next to him.


  8. #908
    Akira123's Avatar Member
    Reputation
    4
    Join Date
    Jul 2007
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How much bandwith does it take ? Will it lag your wow like streaming with Xfire ? It may be a good alternative to xfire streaming !

  9. #909
    Demonshade's Avatar get in da van, i got epix

    Reputation
    494
    Join Date
    Mar 2007
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems cool but the time between live actions and it showing up on the screen is way to long for arena :P.
    /AFK shower

  10. #910
    Flowerew's Avatar Master Sergeant
    Reputation
    72
    Join Date
    Oct 2009
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Demonshade: The delay is caused by me, because I pull the video into vlc about 5 secs after I attached the program to WoW. So it's reading from the beginning of the file (or transmission) which now has a 5 sec delay, if you connect to the stream via network you'll see every frame immediatly ofc, where the delay only depends on the buffering settings of your video player.

    @Akira123: It takes about 20kbyte/s (160kbit/s) to get acceptable results (like in the video) with 480x360@30fps. x264 will yield better results with less bandwith and it would also need less processing power though VP8 doesn't take up alot itself. About 20ms to encode a frame on my rig which means 50fps at max. The pc I'm running it on is I think about 4 years old, with an AMD Athlon 64 X2 5600+ with 3GB ram, every current PC running WoW at least at mid settings should have no problems at all to achieve the same or better results. Another thing is it won't limit your fps inside WoW like Fraps does for example. I'm running wow at 60-70fps, and while recording at 30fps the refresh rate in wow drops to 45-55fps. You sure take a hit but that's due to the fact that your encoding a video stream as you're playing.

    p.s.: VP8 vs H264 that's a short review, where it shows, that h264 is superior to vp8, but I trust google to make vp8 worth the investement and atleast make it a good alternative in the future. Bandwith is always a problem, but it's simple to make compromisses. For example encoding wow at 480x360@15fps and adjust the bitrate to about 10-15kb/s.
    Last edited by Flowerew; 11-05-2010 at 03:16 AM.

  11. #911
    amadmonk's Avatar Active Member
    Reputation
    124
    Join Date
    Apr 2008
    Posts
    772
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a rockin' project, Flowerew. I had a similar idea a while back (since I'm already in-process with access to the full post-render DX scene each frame, why not?) but I'm glad you beat me to it; now I know that I can use the vp8 codec to good effect.

    I wonder how hard it would be to feed-back input events, too... hmm...
    Don't believe everything you think.

  12. #912
    MaiN's Avatar Elite User
    Reputation
    335
    Join Date
    Sep 2006
    Posts
    1,047
    Thanks G/R
    0/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    Latest patch. 0xB70C8. I laughed.
    [16:15:41] Cypher: caus the CPU is a dick
    [16:16:07] kynox: CPU is mad
    [16:16:15] Cypher: CPU is all like
    [16:16:16] Cypher: whatever, i do what i want

  13. #913
    _Mike's Avatar Contributor
    Reputation
    310
    Join Date
    Apr 2008
    Posts
    531
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha, that's awesome. Programmer's humor at its finest.

  14. #914
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hahaha really awesome, but ... what did you search to find it .

  15. #915
    FenixTX2's Avatar Active Member
    Reputation
    23
    Join Date
    Mar 2009
    Posts
    125
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Flowerew View Post
    Here's something I've been working on lately. It's an early version of an app that will be able to stream WoW to a file or via network. I currently use VP8 (google's webm video format) to encode the stream. x264 will probably become an option too. The main idea was to provide a simple way to stream a video of WoW, so for example you let your arena partner stream to you and you can see what he's doing or something like that, just as if you would be sitting right next to him.
    Could you not just use VLC and set the capture device to 'desktop'?
    Seems to work ok. I think you can adjust which areas of the screen are being recorded as well. It's pretty easy to fine tune encoding options and you can stream to multiple destinations at the same time (http video stream, file, multicast, etc).

    I just tried it on my laptop running wow at 1950x1080 and it didn't affect performance at all so far as I could tell.

Similar Threads

  1. Screenshot Thread for Diablo 3
    By UnknOwned in forum Diablo 3 Memory Editing
    Replies: 136
    Last Post: 09-03-2018, 01:06 PM
  2. Aion Screenshot Thread
    By JD in forum Aion Exploits|Hacks
    Replies: 0
    Last Post: 11-17-2009, 11:19 AM
  3. Screenshot Thread for AoC
    By Cryt in forum Age of Conan Exploits|Hacks
    Replies: 0
    Last Post: 05-23-2008, 07:32 AM
  4. Why my server is better than yours (a screenshots thread)
    By Liania in forum World of Warcraft General
    Replies: 15
    Last Post: 02-14-2007, 11:00 PM
All times are GMT -5. The time now is 08:35 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search