SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > General > General Topics
Forget password? Reset here

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 08-08-06, 08:47 PM   #1
SUBMAN1
Rear Admiral
 
Join Date: Apr 2005
Posts: 11,866
Downloads: 0
Uploads: 0
Default Mental capacity

My work load killing me (2 more weeks left of it though). My mental capacity for the last 1.5 months is less than 40%. I cannot think straight (as a few of you may have realized lately), nor do I have much energy. I need a mental break to come back online.

I'm currently working on something of a mental break you might say though - and yes my idea of a mental break is probably a lot different than yours - Dealing with reducing an NTSC source to 15 FPS. Now you may realize that NTSC is 29.97 FPS. Most movies are actually 23.976024 FPS, and the 29.97 FPS is achieved through a drop frame. However, interlaced material is running at double NTSC at 59.94 FPS but with alternating lines and your brain puts it together at 29.97 which is basically out of your comprehension anyway so it looks like a smooth picture because your brain can't think beyond this many FPS.

Now the trick is reducing normal interlaced material or progressive material down to 15 FPS smoothly since as you may guess, 15 does not divide into 29.97, so you will get a jerk in a movie - probably twice per second. I figured out that it is bad to go through a telecide and decimate since that makes the FPS worse due to less available frames to choose from when one does not line up properly. I should just probably skip the decimate cycle or use a blending frame instead and treat the video as a pure interlaced source in an effort for smoother playback.

My expertise comes from keeping video pure so that one does not know it was compressed in the first place. I now have this iRiver Clix that deals in MPEG 4 @ 15 FPS so if anyone has any knowledge on tricking smooth playback at a slower FPS than normal, I'd like to hear it. I can do a pretty good smooth playback on it already, but just looking for some tricks from someone thats been there.

-S

PS. My AVISynth script for the current vid I am working on looks like this:

LoadPlugin("D:\Temp\dgmpgdec148\DGDecode.dll")
LoadPlugin("D:\Temp\dgmpgdec148\Decomb.dll")
mpeg2source("VTS.d2v")
ConvertToYUY2()
Telecide(guide=1,post=2)
Decimate(cycle=5,mode=1)
Lanczos4Resize(320,240)
ChangeFPS(15)
AudioDub(WAVSource("vts.wav"))

The Decimate is currently set for frame blending, but I am not sure I want that anymore.
__________________
SUBMAN1 is offline   Reply With Quote
 


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


All times are GMT -5. The time now is 05:26 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.