![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
|
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 |
|
|
|
|
|
#2 |
|
Professional Programmer
|
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 |
|
|
|
|
|
#3 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4
![]() |
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. |
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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 |
|
|
|
|
|
#5 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4
![]() |
Re: Someone with a good graphics card...?
Matt, I might also suggest using youtube.com to host your videos.
|
|
|
|
|
|
#6 |
|
Hobbyist Programmer
|
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! |
|
|
|
|
|
#7 |
|
Professional Programmer
|
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 |
|
|
|
|
|
#8 |
|
Hobbyist Programmer
|
Re: Someone with a good graphics card...?
Thanks! That's a really good program... but... they have different sampling rates for some odd reason?
|
|
|
|
|
|
#9 |
|
Hobbyist Programmer
|
Re: Someone with a good graphics card...?
Can anyone else please help?
|
|
|
|
|
|
#10 |
|
Hobbyist Programmer
Join Date: Jan 2005
Posts: 110
Rep Power: 4
![]() |
Re: Someone with a good graphics card...?
to join the video files together they must be the same size (frame), fps, etc, if you are using vdub, as in the guide posted previously, so it's likely that the videos differ somehow? I didn't check but if that's the case they would need to be re-encoded. alternatively you could use avisynth, it's a "scripting" interface for dealing with video and audio, it allows you to "edit" the video before processing it with the main application (vdub)
an example of joining 2 videos together, with different fps/size etc. "in.avs" (opens with vdub) Syntax (Toggle Plain Text)
Though I'm not sure if this would cause audio skew (if fps was the case), you'd need to know how the clips differed, you could also just remove the audio like in the example and add that separately. edit: using avs would need a re-encode too, so it's all the same in the end, i guess, just some time saved.. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |