|
|
| evropej |
| Posted: Mar 22 2011, 12:07 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 514
Member No.: 26523
Joined: 28-November 09

|
Change frame rate to (FPS)
What is the maximum number here? I find that after 300, there seems to have no effect for me.
v1.10
thanks |
 |
| stephanV |
| Posted: Mar 22 2011, 08:48 AM |
 |
|
Spam killer ;)
  
Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04

|
The highest frame rate in AVI would be FFFFFFFF/00000001 which is 2^32/1 fps. The reason why you don't see an effect higher than 300 fps can be due to CPU or drive speed limitations.
-------------------- useful links: VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ |
 |
| evropej |
| Posted: Mar 22 2011, 07:42 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 514
Member No.: 26523
Joined: 28-November 09

|
You bring up a good point so I did a little test. I am running core i7 at 4.14GHz and I have an SSD at 295/285 MB transfer rates. I was watching the load usage and it never seemed to peg any core at any time. The average load at 400 FPS for example was about 50%. I am not sure how to measure the transfer rate on the SSD though for a single thread or application.
Side note, should the software play frames rates outside the LCD display capabilities or in fact the capability of the eyes? How do I export the file then with this frame rate? I tried saving the file but I am not sure if the media players are handling this issue correctly. |
 |
| stephanV |
| Posted: Mar 23 2011, 08:05 AM |
 |
|
Spam killer ;)
  
Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04

|
You can see the average bitrate in the new file in VirtualDubs file information. That will give you an indication if it is out of your harddrive's spec.
| QUOTE | | Side note, should the software play frames rates outside the LCD display capabilities |
If you have a 60 Hz monitor and you have a 300 fps file, normally the display will only show 1 out of 5 frames.
-------------------- useful links: VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ |
 |
| evropej |
| Posted: Mar 23 2011, 01:33 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 514
Member No.: 26523
Joined: 28-November 09

|
Thanks for the suggestion, I will try that when I get home.
I guess my question was why bother rendering all the frames? Why not convert it to an equivalent 30FPS video? Or am I missing something. |
 |
| stephanV |
| Posted: Mar 23 2011, 03:36 PM |
 |
|
Spam killer ;)
  
Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04

|
| QUOTE | I guess my question was why bother rendering all the frames? Why not convert it to an equivalent 30FPS video? Or am I missing something. |
For non-keyframe only files this is not possible because a delta frame depends on all previous frame up to the first previous key frame to be decoded.
Of course, you can always enforce this yourself by using VirtualDub's decimation options if you don't mind losing frames in the resulting file and re-encoding it.
-------------------- useful links: VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ |
 |
| evropej |
| Posted: Mar 23 2011, 05:34 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 514
Member No.: 26523
Joined: 28-November 09

|
I tried the suggestion with negative results. So how can a TV play these files? I tried uploading to facebook with errors. The work around right now is to capture the video with Camtasia at 30FPS. |
 |
| stephanV |
| Posted: Mar 23 2011, 05:58 PM |
 |
|
Spam killer ;)
  
Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04

|
I don't know what "negative results" are, or what you tried.
-------------------- useful links: VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ |
 |
| evropej |
| Posted: Mar 24 2011, 06:23 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 514
Member No.: 26523
Joined: 28-November 09

|
I tried to decimate the video but the result was choppy. I think the best thing now is just to capture the video output from vdub with a capture software. I was hoping to eliminate this step but I dont an answer at this time. |
 |
| ale5000 |
| Posted: Mar 24 2011, 06:45 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07

|
VirtualDub is also a capture software, you can use it directly.
-------------------- New VirtualDub forum VirtualDub AIO (All-in-One installer for VirtualDub and plugins) Codec Toolbox RS (A tool to read/change merit of codecs and many other things) Input plugins for VirtualDub / ACM codecs / VFW codecs |
 |
| evropej |
| Posted: Mar 25 2011, 03:59 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 514
Member No.: 26523
Joined: 28-November 09

|
I dont have much luck doing captures with vdub. I was hoping for someone to explain how to convert things the right way so a newbie like me can understand. |
 |
| stephanV |
| Posted: Mar 25 2011, 08:00 AM |
 |
|
Spam killer ;)
  
Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04

|
| QUOTE (evropej @ Mar 24 2011, 07:23 PM) | | I tried to decimate the video but the result was choppy. | Are you using Direct Stream Copy with an already compressed stream?
-------------------- useful links: VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ |
 |
| evropej |
| Posted: Mar 25 2011, 01:27 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 514
Member No.: 26523
Joined: 28-November 09

|
No direct stream copy, I was using xvid compression. |
 |
| stephanV |
| Posted: Mar 25 2011, 02:11 PM |
 |
|
Spam killer ;)
  
Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04

|
That is strange. Works fine here.
-------------------- useful links: VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ |
 |
| evropej |
| Posted: Mar 26 2011, 07:59 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 514
Member No.: 26523
Joined: 28-November 09

|
Max data rate is 87MB/S which is not even close to what the SSD can do. I tried with new xvid or and camtasia compression and I still get a horrible output file. Anyone have any suggestions here on how to bypass this? |
 |