Why not register?


Post new topic Reply to topic  [ 13 posts ] 

All times are UTC [ DST ]

Author Message
PostPosted: Mon Jan 10, 2005 10:01 pm  Post subject: Camcorder Software
Reply with quote
User avatar
Offline

The Devil, Probably
Joined: Sun Apr 18, 2004 5:54 pm
Posts: 1962
Location: UK
Anybody own a camcorder ?
I recently bought this
http://www.amazon.co.uk/exec/obidos/ASI ... 28-8500405

Got it plugged into the pc no probs and have used nero to capture onto hd in either avi or mpeg 2.
the quality on the pc seems darker than on the camcorders screen and I'm wondering if there is better software or is it because it's a reletivly cheap camera ?
anybody got any expertise ?
:beerchug:


Top
 Profile  
PostPosted: Mon Jan 10, 2005 10:36 pm  Post subject: Re: Camcorder Software
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19777
Location: En España
Dr Phibes wrote:
Anybody own a camcorder ?
I recently bought this
http://www.amazon.co.uk/exec/obidos/ASI ... 28-8500405

Got it plugged into the pc no probs and have used nero to capture onto hd in either avi or mpeg 2.
the quality on the pc seems darker than on the camcorders screen and I'm wondering if there is better software or is it because it's a reletivly cheap camera ?
anybody got any expertise ?
:beerchug:


Its a DV camera, and imo the best is winDV (freeware). Really lightweight. Your using a DV camera you don't want to convert to mpeg2 without using CCE! What you need to do is a modification of what I used to do. Originally, the method I used was the following:
http://forum.dead-donkey.com/viewtopic. ... references
I don't use pinnacle studio to capture, as said above. But the codec advise still stands, that's the best codec.
Quote:
Firstly, about codecs. As I have a dazzle bridge, it was their DV codec that came with the software. I wouldn't recommend using it. Instead use "Adaptec DVsoft Codec". It's been proven in tests practically universally to be the best DV codec available. I've added a codec pack with practically all the stuff you'll ever need here:
http://www.dead-donkey.com/modules.php? ... etit&lid=7
Warning: Make sure you know what your doing Wink


Then what I do is output a huge Avi file to my hdd, and from there do the processing by creating a suitable avs file to load the avi into gknot, get the cropping details, then add it back to an avs. I'd end up with something like this:

Code:
# Spud Capture Script Test - Bicubic

#  PLUGINS
LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\AviSynthPlugins\dgdecode.dll")
LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\AviSynthPlugins\KernelDeInt.dll")
#LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\AviSynthPlugins\FluxSmooth.dll")
LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\AviSynthPlugins\UnDot.dll")

#  SOURCE
AviSource("I:\Capture\indy.avs")

# COLOUR FORMAT
ConvertToYV12()

#  DEINTERLACING (1)
KernelDeInt(order=1,sharp=true)

# NOISE
#Temporalsoften(2,3,3,mode=2,scenechange=6)
Undot()

#  CROPPING - 720x576 to 704x570
Crop(6,2,704,570)


and for DVDs, to maintain AR, you have to add on black borders:
Code:
#  PLUGINS
LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\AviSynthPlugins\dgdecode.dll")
LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\AviSynthPlugins\KernelDeInt.dll")
#LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\AviSynthPlugins\FluxSmooth.dll")
LoadPlugin("D:\Programs\Video\Encoding\GordianKnot\AviSynthPlugins\UnDot.dll")

#  SOURCE
AviSource("I:\Capture\indy.avs")

# COLOUR FORMAT
ConvertToYV12()

#  DEINTERLACING (1)
KernelDeInt(order=1,sharp=true)

# NOISE
#Temporalsoften(2,3,3,mode=2,scenechange=6)
Undot()

#  CROPPING - 720x576 to 704x570
Crop(6,2,704,570)

# BORDERS
Crop(0,0,704,570).AddBorders(4,0,4,0)


As for darkness, are you sure your monitor isn't just dark or you have directshow filters on too dark. Then again, I did experience darkness in my captures, my league of gentlemen Series 3 captures tended to be a bit dark. So to fix this, you load into virtualdubmod and well its a bit complicated, so I'm going to post this just to check your monitor is setup (please don't tell me you just have it on plug and play? :o)


from:
http://www.videohelp.com/forum/archive/t248429.html

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Mon Jan 10, 2005 10:39 pm  Post subject:
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19777
Location: En España
oh and I forgot to mention:
AviSource("I:\Capture\indy.avs")
just points to an avisynth that has this:
Code:
#  SOURCE
avisource("g:\Indy.avi")


I did a lot of capturing and that way I only needed one file to change and it was all easier to manager, you can just use the latter one and point right to your avi :)

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Mon Jan 10, 2005 10:47 pm  Post subject:
Reply with quote
User avatar
Offline

Lunatic Of Gods Creation
Joined: Mon Apr 05, 2004 8:52 pm
Posts: 1049
Location: Weaveworld
I'm certainly no expert but I settled on using Pinnacle 9, despite certain criticisms about it crashing a lot. Once I'd patched from to 9 to 9.1 it works OK for me, but I do tend to keep things simple.

However for a quick dump of video to hdd, the built in Movie Maker bundled with winXP does quite a decent job, except for that horrid .wmv format.

I also tried Adobe Premiere and Sony Vegas, but just got frustrated with those.

My cam is a Sony HC30E

_________________
https://images.dead-donkey.com/images/bcopyoflgsingle1250eu7.jpg


Top
 Profile  
PostPosted: Mon Jan 10, 2005 11:03 pm  Post subject:
Reply with quote
User avatar
Offline

The Devil, Probably
Joined: Sun Apr 18, 2004 5:54 pm
Posts: 1962
Location: UK
WOW thanx Spud theres a lot to take in I'm gonna read thru and prob come back with a 100 q :lol:
first thing tho gonna sort out that PNP thing :oops: I'm not sure what it set at :oops:
:beerchug: 4 your help


Top
 Profile  
PostPosted: Mon Jan 10, 2005 11:35 pm  Post subject:
Reply with quote
User avatar
Offline

The Devil, Probably
Joined: Sun Apr 18, 2004 5:54 pm
Posts: 1962
Location: UK
OK been messin with the formats I can capture with nero and got this back from G Spot
NVECapture..avi
Duration: 00h 01m 07s
Video Codec: DVC/DV Video
Aspect Ratio: 720 x 576 (1.250 : 1)
Audio Codec: PCM Audio
Audio Bitrate: 1024 kb/s (512/ch x 2 ch)
Video Frame Rate: 25.000 FPS

From reading the link thats ok isn't it
:D


Top
 Profile  
PostPosted: Mon Jan 10, 2005 11:53 pm  Post subject:
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19777
Location: En España
Quote:
but I settled on using Pinnacle 9


Well as long as you don't drop any frames, it doesn't matter. You absolutely do not want to encode in any of these all in one programs though.

If your doing an Xvid --> gknot
If your doing a DVD --> CCE (or TMPGenc if you so choose :) )

edit:

Can't say. I go on visual quality mainly, but if you mean is there anything wrong with that capture no. Here's one from one of my young indiana jones films I capped:

<table border="0" cellpadding="6"> <tr><td width="20"> </td><td>Specs:</td></tr> <tr><td width="20"> </td><td class="quote"> <table border="0" cellpadding="1"> <tr><td>File Name:</td><td>Young.Indiana.Jones.Chapter.12.Attack.of.the.Hawkmen.avi</td></tr> <tr><td>File Size:</td><td>20,949,716,992 bytes</td></tr> <tr><td>Runtime:</td><td>01:31:32</td></tr> <tr><td> <br> </td></tr> <tr><td>Video Codec:</td><td>DVC/DV Video</td></tr> <tr><td>Frame Size:</td><td>720x576 (1.25) [=5:4]</td></tr> <tr><td>Framerate:</td><td>25.000 FPS</td></tr> <tr><td>Video Bitrate:</td><td>21 kb/s</td></tr> <tr><td>Bits per Pixel:</td><td>0.002 bpp</td></tr> <tr><td>B-VOP, QPel, GMC:</td><td>, , </td></tr> <tr><td> <br> </td></tr> <tr><td>Audio Codec:</td><td>PCM Audio</td></tr> <tr><td>Sample Rate:</td><td>48000 Hz</td></tr> <tr><td>Audio Bitrate:</td><td>1536 kb/s [2 channel(s)] </td></tr> <tr><td>Interleave:</td><td></td></tr> <tr><td># audio streams:</td><td>1</td></tr> </table> </td></tr></table>

ignore the bitrate and bits/pixel, gknot is bust... doesn't support that high.

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Tue Jan 11, 2005 12:08 am  Post subject:
Reply with quote
User avatar
Offline

The Devil, Probably
Joined: Sun Apr 18, 2004 5:54 pm
Posts: 1962
Location: UK
Great at least i know which format to capture 4 best results. grabbing CCE off the mule now :D :beerchug:


Top
 Profile  
PostPosted: Tue Jan 11, 2005 12:30 am  Post subject:
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19777
Location: En España
Quote:
However for a quick dump of video to hdd, the built in Movie Maker bundled with winXP does quite a decent job, except for that horrid .wmv format.


WinDV has it beat, its smaller, faster, and better. One of the best apps for the pc imo.

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Thu Jan 27, 2005 10:58 pm  Post subject:
Reply with quote
User avatar
Offline

The Devil, Probably
Joined: Sun Apr 18, 2004 5:54 pm
Posts: 1962
Location: UK
Dont know what u guys think of this
http://www.virtualedit.net/downloads.htm
It captures in a unreconisable file format( tho u can open it with media player classic) you then have the option of rendering the file in a variety of formats inclding the codecs installed on your pc like Xvid and DivX with all the options for those too like 1 pass or 2 pass. u also have the option of aspect ratio to cut down on size. I managed to get a 1.21 gb file down to a 155mb Xvid file 640x480 very watchable on the pc.
:D
tho thats still quite big as it was only 5 min


Top
 Profile  
PostPosted: Tue Apr 26, 2005 3:17 pm  Post subject:
Reply with quote
User avatar
Offline

Lunatic Of Gods Creation
Joined: Mon Apr 05, 2004 8:52 pm
Posts: 1049
Location: Weaveworld
spudthedestroyer wrote:
Quote:
Firstly, about codecs. As I have a dazzle bridge, it was their DV codec that came with the software. I wouldn't recommend using it. Instead use "Adaptec DVsoft Codec". It's been proven in tests practically universally to be the best DV codec available. I've added a codec pack with practically all the stuff you'll ever need here:
http://www.dead-donkey.com/modules.php? ... etit&lid=7
Warning: Make sure you know what your doing Wink


My apologies for resurrecting an old thread but that little link doesn't work spud and I can't find acemcp593pro.exe anywhere. In fact the only way it seems of getting the Adaptec DVsoft Codec is from some hideous codec pack, which I refuse to install. Have you still got this anywhere spud please? TIA

_________________
https://images.dead-donkey.com/images/bcopyoflgsingle1250eu7.jpg


Top
 Profile  
PostPosted: Tue Apr 26, 2005 8:00 pm  Post subject:
Reply with quote
User avatar
Offline

Site Admin
Joined: Sat Nov 02, 2002 1:35 am
Posts: 19777
Location: En España
Ace Media Codec i'm afraid. Its not really included elsewhere. Hit the checkboxes for what you do and don't want to install :)

_________________
Mouse nipple for the win! Trackpoint or death!


Top
 Profile  
PostPosted: Tue Apr 26, 2005 8:10 pm  Post subject:
Reply with quote
User avatar
Offline

Lunatic Of Gods Creation
Joined: Mon Apr 05, 2004 8:52 pm
Posts: 1049
Location: Weaveworld
Thank you spud. Codec packs though - eeuhhh!!!

_________________
https://images.dead-donkey.com/images/bcopyoflgsingle1250eu7.jpg


Top
 Profile  
Display posts from previous:  Sort by  

All times are UTC [ DST ]

Post new topic Reply to topic  [ 13 posts ] 


Who is online

Users browsing this forum: No registered users and 3 guests


Moderator: Help Mods

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Frontpage / Forums / Scifi


What's blood for, if not for shedding?