Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 12
  1. #1

    Default Using VLC to record single instance of WoW

    This is a repost from a significantly different yet related thread... I am trying to setup VLC to record (and preferably realtime transcode) my WoW experiences on the fly... if anyone could help me out with where I'm going wrong I'd appreciate it.

    ----------------------------

    Still having difficulty with this, of course my 2nd machine is dead at the moment so I'm trying to transcode straight from the screen (is this possible? Google seems to think so).

    vlc screen://

    Starts and I can see the video but once I go through the wizard the video disappears and I have the Pause/Stop/etc buttons... it does create a file, but the best I was able to get was an absolute horrible lossy 3 second video with lots of blackspace when the screen wasn't all black...

    Ok, maybe not... I just tried outside of wow, and it appears I may need to tell it how many FPS to record at... since http://www.botbh.com/files/testing.avi is what I got for my work...

    Any assistance would be appreciated... /grovel.
    [> Sam I Am (80) <] [> Team Doublemint <][> Hexed (60) (retired) <]
    [> Innerspace & ISBoxer Toolkit <][> Boxing on Blackhand, Horde <]
    "Innerspace basically reinvented the software boxing world. If I was to do it over again, I'd probably go single PC + Innerspace/ISBoxer." - Fursphere

  2. #2

    Default

    What if you just tested screencasting, are you able to do that and get what you want? Once you have what you want on the other computer. You can put it to disk there as you see fit, but if its not getting there as you desire its a GIGO problem.

    [code:1]vlc --intf dummy screen:// --sout #transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128,d einterlace}:standard{access=udp,mux=ts,dst=10.0.0. 2,sap,name="screencast"}'[/code:1]

  3. #3

    Default

    Quote Originally Posted by hpavc
    What if you just tested screencasting, are you able to do that and get what you want? Once you have what you want on the other computer. You can put it to disk there as you see fit, but if its not getting there as you desire its a GIGO problem.

    [code:1]vlc --intf dummy screen:// --sout #transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128,d einterlace}:standard{access=udp,mux=ts,dst=10.0.0. 2,sap,name="screencast"}'[/code:1]
    Thats going here at work from 1 machine to another, but the video isn't anything near realtime... CPU isn't pegged on either machine, 100mb lan.

    Nothing I have here is dual core though, could that be the difference even though it's not pegging the CPU? I'll have to give it a try if MSI ever gets off their ass and sends me my video card back.
    [> Sam I Am (80) <] [> Team Doublemint <][> Hexed (60) (retired) <]
    [> Innerspace & ISBoxer Toolkit <][> Boxing on Blackhand, Horde <]
    "Innerspace basically reinvented the software boxing world. If I was to do it over again, I'd probably go single PC + Innerspace/ISBoxer." - Fursphere

  4. #4

    Default

    Did you try the config settings I posted? I have a quad core though... and this *really* taxes the cpu.
    The Zins - 10 Boxing
    Xzin, Azin, Bzin, Czin, Dzin
    Xyzin, Ayzin, Byzin, Cyzin, Dyzin
    Magtheridon - US

  5. #5

    Default

    Other than the crop settings I haven't been able to find any other references to settings... (I'm hoping I'm not just being blind here...)

    And I figured it would be CPU intensive, however it's not even taxing my cpu according to perfmon, which is why I'm pretty sure I'm missing something.
    [> Sam I Am (80) <] [> Team Doublemint <][> Hexed (60) (retired) <]
    [> Innerspace & ISBoxer Toolkit <][> Boxing on Blackhand, Horde <]
    "Innerspace basically reinvented the software boxing world. If I was to do it over again, I'd probably go single PC + Innerspace/ISBoxer." - Fursphere

  6. #6

    Default

    Probably because your vbr (bit rate) is only 800 kb / sec.

    Try these settings:

    I want to use a different encoder and I am not yet thrilled with the final results AND it takes 70% CPU use off a quad core.... (although I am playing WoW at max settings and some other stuff too) BUT it records in close to real time at decent frame rates and lets me play WoW with decent framerates.

    "C:\Program Files\VideoLAN\VLC\vlc.exe screen:// --screen-fps=30 --sout=#transcode{cropbottom=1280,vcodec=mp2v,vb=409 6,scale=1,width-800,height=640}:std{access=file,mux=ps,dst=c:\frap s\test.avi}}'"

    The above does not record audio and it records at 800 x 640 and saves it as C:\FRAPS\test.avi. It records on screen 1 only and cuts the screen in half (because I play on half of 30" screens). If you remove the crop bottom=1280 that should fix it.
    The Zins - 10 Boxing
    Xzin, Azin, Bzin, Czin, Dzin
    Xyzin, Ayzin, Byzin, Cyzin, Dyzin
    Magtheridon - US

  7. #7

    Default

    Just a note: I would suggest another codec than mp2v.... the results are fine as far as I am concerned. Uploading them though to say Youtube... reencodes them. Not a friendly codec for such use.
    The Zins - 10 Boxing
    Xzin, Azin, Bzin, Czin, Dzin
    Xyzin, Ayzin, Byzin, Cyzin, Dyzin
    Magtheridon - US

  8. #8

    Default

    What I'll probably end up doing is simply hosting them on my site, I pay for pro hosting with tons of bandwidth because I needed the drive space and sql backend... but I dont use teh bandwidth at all. Even overages are insanely cheap.
    [> Sam I Am (80) <] [> Team Doublemint <][> Hexed (60) (retired) <]
    [> Innerspace & ISBoxer Toolkit <][> Boxing on Blackhand, Horde <]
    "Innerspace basically reinvented the software boxing world. If I was to do it over again, I'd probably go single PC + Innerspace/ISBoxer." - Fursphere

  9. #9

    Default

    BTW: Just tested this and it works great! Thanks so much!

    Just for my notes and anyone else who may want to know it...

    [code:1]vlc.exe screen:// --screen-fps=30 --sout=#transcode{vcodec=mp4v,vb=4096,scale=1,width= 1280,height=1024}:std{access=file,mux=ps,dst=c:\te st.avi}}'[/code:1]
    [> Sam I Am (80) <] [> Team Doublemint <][> Hexed (60) (retired) <]
    [> Innerspace & ISBoxer Toolkit <][> Boxing on Blackhand, Horde <]
    "Innerspace basically reinvented the software boxing world. If I was to do it over again, I'd probably go single PC + Innerspace/ISBoxer." - Fursphere

  10. #10

    Default

    I would too but 1 video has 160,000+ views..... ~25 megs a pop is > 4 TB.... plus most people want it to load quickly.
    The Zins - 10 Boxing
    Xzin, Azin, Bzin, Czin, Dzin
    Xyzin, Ayzin, Byzin, Cyzin, Dyzin
    Magtheridon - US

Similar Threads

  1. New 5 boxing personal DPS record
    By Hachoo in forum Screenshots and Digital Art
    Replies: 4
    Last Post: 02-21-2009, 11:25 AM
  2. Replies: 3
    Last Post: 12-22-2008, 02:39 PM
  3. How do you record 2 screens?
    By slackerdragon in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 12-15-2008, 12:24 AM
  4. What's the worlds record for 1-70?
    By Farleito in forum Off-Topic
    Replies: 10
    Last Post: 11-07-2008, 08:06 PM
  5. RAF Record Time?
    By Savage in forum General WoW Discussion
    Replies: 16
    Last Post: 09-08-2008, 04:31 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •