Open Side Menu Go to the Top
Register
pokertracker export video with hud pokertracker export video with hud

03-08-2015 , 09:22 PM
Hi, donīt know if it is possible but if anyone knows how to export hands from pokertracker to video with hud please let me know.
Or any other way how to put hh with hud to ipad.
pokertracker export video with hud Quote
03-09-2015 , 01:37 AM
Probably repost in the PT forums (or the PT thread in the commercial software forum) for a higher likelihood at getting a definitive answer.

I don't know the answer unfortunately.
pokertracker export video with hud Quote
03-09-2015 , 07:57 AM
It cannot be done, I'm afraid. Maybe in PT5

Only choice is to record video with Camtasia or similar, while clicking through hands in the PT4 replayer. You could prob make a simple script to do this while you do something else, I guess.
pokertracker export video with hud Quote
03-09-2015 , 09:00 AM
yep was thinking about the same solution (automate the clicking throught the hh), but i am quite noob in this (that said dunno how to make that script)..If that is that simple could you please advise me how to make that kind of script?
pokertracker export video with hud Quote
03-09-2015 , 09:26 AM
in Autohotkey:

Code:
F2::
Loop
{
  Click
  Sleep, 1000
}
return

ESC::
ExitApp
return
when you press F2, will click the left mouse button at current cursor position and repeat every 1 second (1000 milliseconds). So position the mouse over the replayer in the correct place to advance the actions. Pressing Escape (ESC) will exit the script and stop it clicking.

Untested, just off the top of my head. Also I don't remember PT4 replayer well enough - hopefully just clicking in 1 place is enough to advance to the next hand when one is finished?
pokertracker export video with hud Quote
03-09-2015 , 12:35 PM
actually I have found that there is a play button in pokertracker hand history so it is possible to play hands automatically..so will just record the screen ..thanks for your help
pokertracker export video with hud Quote

      
m