I would like to pick out individual frames from a ts that contains H.264 (created by the new Hauppauge HD PVR) so I can copy/paste them into a photo editor. I do this now with the MPEG version of VirtualDub by using it to edit the .mpg, then copy the frame to the clipboard and paste it into a very old version of LviewPro. Is there a ts tool that will allow me to do the same with H.264 data? Thanks.
Mike
+ Reply to Thread
Results 1 to 18 of 18
-
-
Can't you just set the display size of your player software to the frame size of your source and screen capture? That would give you an exact one to one capture.
-
Originally Posted by olyteddy
-
Open your .ts with DGAVCIndex...and save bmp or capture/copy screen image...
" Who needs Google, my wife knows everything" -
The only way I have found (so far) to get a screen capture from a Hauppauge hd-pvr ts file is to use the Arcsoft TotalMedia Theatre software that comes with the unit. That works fine.
-
Originally Posted by t0nee1
-
Originally Posted by VegasBud
-
Well, I spoke too soon. AviSynth crashed when I tried to slide backwards in VirtualDub, so I may have to use the Arcsoft software after all. Bummer.
-
I ran a sample through DGAVCIndex> save as sample.dga file,created .avs script ,used VirtualDub version 1.8.0 to open sample.avs and it worked for me..
What version are you using? what script?
Here's a simple one,
LoadPlugin("C:\Documents and Settings\My Documents\dgavcdec100a25\DGAVCDecode.dll")
AVCSource("C:\sample.dga")" Who needs Google, my wife knows everything" -
I'm probably running an old MPEG2 version of VirtualDub - didn't think to look for a new one. I'll get the latest version tonight with the mpeg2 and other plugins and try it out. Thanks!
-
t0nee1,
Using DGAVCDec 100a26 with vdub 1.8.1, vdub-mpeg2 1.6.19 (build 24586), or vdubmod 1.5.10.2 b2542, I get an access violation error/crash when moving through the file (using the scroll bar or arrow keys). I haven't had it happen on the first move (at least not yet), but after a few to several moves the problem pops up. I've tried several different hauppauge hd-pvr ts files, with the same result.
I started with a more elaborate script, but eventually pared it down to the sample you posted (except for the updated version of DGAVCDec) in an attempt to pin down the source of the problem. -
I was able to open and navigate without errors/crashes using avisynth's DirectShowSource and opening with vdub 1.8.1. You also need Haali Media Splitter (or some other h.264 splitter installed). Copy and pasting frames into an image editor worked also without a hitch
DirectShowSource("C:\PATH\file.ts",fps=29.97,audio =false)
If anyone is looking for sample clips, I found a few here
http://www.geektonic.com/2008/06/hauppauge-hd-pvr-unboxing-first-look.html
and the direct download link is here
http://www.sendspace.com/file/2l23ve
If you wanted to edit it and convert to XviD in Vdub (for example),
DirectShowSource("C:\PATH\file.ts",fps=29.97,conve rtfps=true,audio=true)
Cheers -
Yep, used this script on my sample as well and opened in VD w/o issues....
DirectShowSource("C:\sample.ts",fps=29.97,convertf ps=true,audio=true)" Who needs Google, my wife knows everything" -
It works! I tried it with both vdub 1.8.1 and vdub-mpeg2 1.6.19 and I was able to navigate without error and much faster than with DGAVCIndex.
Is there a slick way to generate the path and file name in the script just by picking the file from a Windows explorer-like list, or perhaps generate the entire script on the fly after selecting the file? This would eliminate editing the script with Notepad.
Thank you for all your help. -
I'm now using neuron2's DGAVCIndex part of DGAVCDec to easily capture still frames from my H.264 files. He just added support for the scroll wheel and a capture-to-clipboard function. I'm a happy camper
Similar Threads
-
Blu-ray individual a/v/sub streams size tool
By Ennio in forum Blu-ray RippingReplies: 3Last Post: 4th Oct 2011, 00:30 -
Resistant H.264 container
By urymf in forum Video Streaming DownloadingReplies: 7Last Post: 2nd Oct 2011, 12:12 -
H.264 in AVI or MMKV container!
By aliitp in forum Video ConversionReplies: 24Last Post: 9th Mar 2011, 10:20 -
h.264 in a mpeg2-ts container
By vid2me in forum Video ConversionReplies: 14Last Post: 26th Aug 2010, 14:40 -
h.264 in mp4 container?
By savvyguy in forum Newbie / General discussionsReplies: 4Last Post: 14th Apr 2008, 11:25