Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 26th, 2007, 2:03 PM   #1
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 190
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Someone with a good graphics card...?

Hi,

I'm doing a few video tutorials and need help joining a couple of videos. Unfortunately, they're quite high quality and my graphics card won't do it without reducing the quality severely.

They can be found here: http://www.mattireland.org/tuts/c++/c++vidtuts.php

You'd get full credit on my site for joining them.

Thanks very much,

Matt. Ireland
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Oct 26th, 2007, 3:10 PM   #2
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 416
Rep Power: 3 Wizard1988 is on a distinguished road
Send a message via AIM to Wizard1988
Re: Someone with a good graphics card...?

The graphics card does not matter really. It is the software you are using that matters. Also I don't think that variable sizes are limited by the CPU.
__________________
JG-Webdesign
Wizard1988 is offline   Reply With Quote
Old Oct 26th, 2007, 4:11 PM   #3
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 290
Rep Power: 4 Ghost is on a distinguished road
Re: Someone with a good graphics card...?

Downloaded the files, I'll see if I can make them into a wmv so it can be streamed. I'll post the link when I upload it.

BTW, pretty cool idea and very well written and spoken. I dont know C++ but sounds fancy.
Ghost is offline   Reply With Quote
Old Oct 26th, 2007, 4:18 PM   #4
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Re: Someone with a good graphics card...?

Variable sizes are dictated by the CPU. One can escape that by using around the block solutions (as in a bignum library), but atomic operations are an inextricable part of the hardware design.

Never forget that your machine is characterized by hardware. Software is merely manipulative of the underlying reality.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 26th, 2007, 4:28 PM   #5
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 290
Rep Power: 4 Ghost is on a distinguished road
Re: Someone with a good graphics card...?

Matt, I might also suggest using youtube.com to host your videos.
Ghost is offline   Reply With Quote
Old Oct 27th, 2007, 9:45 AM   #6
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 190
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Re: Someone with a good graphics card...?

Thanks everybody! Thanks ghost - that's a really good idea. I was thinking of streaming them from my own site but it would save a lot of space and might also increase popularity. Thanks also for your help - I really appreciate it!

@Wizard1988: I'm using pinnacle studio 10 titanium and that says that I haven't got a good enough graphics card so I immediately assumed that it would be hardware. However, you might well know better...

@DaWei: Thanks also!
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Oct 27th, 2007, 10:39 AM   #7
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 416
Rep Power: 3 Wizard1988 is on a distinguished road
Send a message via AIM to Wizard1988
Re: Someone with a good graphics card...?

You might want to try this: http://www.afterdawn.com/guides/arch...b_join_avi.cfm
__________________
JG-Webdesign
Wizard1988 is offline   Reply With Quote
Old Oct 28th, 2007, 6:14 AM   #8
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 190
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Re: Someone with a good graphics card...?

Thanks! That's a really good program... but... they have different sampling rates for some odd reason?
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Oct 29th, 2007, 4:30 PM   #9
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 190
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Re: Someone with a good graphics card...?

Can anyone else please help?
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Oct 29th, 2007, 5:04 PM   #10
Arla
Hobbyist Programmer
 
Join Date: Mar 2005
Posts: 143
Rep Power: 4 Arla is on a distinguished road
Re: Someone with a good graphics card...?

Wait, what are you trying to do? Just join the files together? I can probably help, but need to understand a bit more about exact sizes and stuff, anytime you're joining things you have to re-render them (if I recall) and so would need to know what codec to use, what sort of size file etc etc
Arla is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
C++ Card Game Suite dr.p Project Ideas 2 Sep 8th, 2007 3:29 AM
looking for a good windows programming book cwl157 Coder's Corner Lounge 3 May 30th, 2007 6:51 AM
Anyone know of a good tutorial or place of reference for Fedora? Silicon_Pudding Coder's Corner Lounge 6 Jun 21st, 2006 1:15 PM
BGI graphics not supported under windows problem nineTENdo C 9 Apr 12th, 2006 6:28 AM
Good C++ Books MrMan9879 C++ 3 Oct 19th, 2005 12:13 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:29 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC