473,399 Members | 2,774 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Delaying the framerate in MPEG - C#

1. How to introduce delay or decrease the framerate of MPEG Movie file in
C#.
2. Is there any way to introduce delay between already defined movie format.
let say -2x, -4x etc..any logic please recommend.

Mahesh
Nov 17 '05 #1
5 2373
Mahesh,

What are you using to play the video in the first place? If you are
using direct x, then from what I recall, there are a number of filters that
are set up in a chain that process the video information before it
ultimately ends up on the display. You would have to create one of these to
produce the effect you want.

Other than that, you would have to depend on the media player you were
using to display the movie to produce this effect for you (if it is even
exposed through the player).

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"¿ Mahesh Kumar" <ma*********@sninform.com> wrote in message
news:OM**************@TK2MSFTNGP10.phx.gbl...
1. How to introduce delay or decrease the framerate of MPEG Movie file in
C#.
2. Is there any way to introduce delay between already defined movie
format.
let say -2x, -4x etc..any logic please recommend.

Mahesh

Nov 17 '05 #2
Mahesh,

If you are indeed utilizing DirectShow, then you might wish to post this
message in the microsoft.public.directx.video newsgroup.

Richard Rosenheim
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:uA*************@TK2MSFTNGP09.phx.gbl...
Mahesh,

What are you using to play the video in the first place? If you are
using direct x, then from what I recall, there are a number of filters that are set up in a chain that process the video information before it
ultimately ends up on the display. You would have to create one of these to produce the effect you want.

Other than that, you would have to depend on the media player you were
using to display the movie to produce this effect for you (if it is even
exposed through the player).

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"¿ Mahesh Kumar" <ma*********@sninform.com> wrote in message
news:OM**************@TK2MSFTNGP10.phx.gbl...
1. How to introduce delay or decrease the framerate of MPEG Movie file in C#.
2. Is there any way to introduce delay between already defined movie
format.
let say -2x, -4x etc..any logic please recommend.

Mahesh


Nov 17 '05 #3
Mahesh,

If you are indeed utilizing DirectShow, then you might wish to post this
message in the microsoft.public.directx.video newsgroup.

Richard Rosenheim
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:uA*************@TK2MSFTNGP09.phx.gbl...
Mahesh,

What are you using to play the video in the first place? If you are
using direct x, then from what I recall, there are a number of filters that are set up in a chain that process the video information before it
ultimately ends up on the display. You would have to create one of these to produce the effect you want.

Other than that, you would have to depend on the media player you were
using to display the movie to produce this effect for you (if it is even
exposed through the player).

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"¿ Mahesh Kumar" <ma*********@sninform.com> wrote in message
news:OM**************@TK2MSFTNGP10.phx.gbl...
1. How to introduce delay or decrease the framerate of MPEG Movie file in C#.
2. Is there any way to introduce delay between already defined movie
format.
let say -2x, -4x etc..any logic please recommend.

Mahesh


Nov 17 '05 #4
Thanks for all your inputs...

Maheshkumar.R

"Richard L Rosenheim" <ri*****@rlr.com> wrote in message
news:%2***************@TK2MSFTNGP09.phx.gbl...
Mahesh,

If you are indeed utilizing DirectShow, then you might wish to post this
message in the microsoft.public.directx.video newsgroup.

Richard Rosenheim
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in message news:uA*************@TK2MSFTNGP09.phx.gbl...
Mahesh,

What are you using to play the video in the first place? If you are
using direct x, then from what I recall, there are a number of filters that
are set up in a chain that process the video information before it
ultimately ends up on the display. You would have to create one of these to
produce the effect you want.

Other than that, you would have to depend on the media player you were using to display the movie to produce this effect for you (if it is even
exposed through the player).

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"¿ Mahesh Kumar" <ma*********@sninform.com> wrote in message
news:OM**************@TK2MSFTNGP10.phx.gbl...
1. How to introduce delay or decrease the framerate of MPEG Movie file

in C#.
2. Is there any way to introduce delay between already defined movie
format.
let say -2x, -4x etc..any logic please recommend.

Mahesh



Nov 17 '05 #5
Thanks for all your inputs...

Maheshkumar.R

"Richard L Rosenheim" <ri*****@rlr.com> wrote in message
news:%2***************@TK2MSFTNGP09.phx.gbl...
Mahesh,

If you are indeed utilizing DirectShow, then you might wish to post this
message in the microsoft.public.directx.video newsgroup.

Richard Rosenheim
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in message news:uA*************@TK2MSFTNGP09.phx.gbl...
Mahesh,

What are you using to play the video in the first place? If you are
using direct x, then from what I recall, there are a number of filters that
are set up in a chain that process the video information before it
ultimately ends up on the display. You would have to create one of these to
produce the effect you want.

Other than that, you would have to depend on the media player you were using to display the movie to produce this effect for you (if it is even
exposed through the player).

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"¿ Mahesh Kumar" <ma*********@sninform.com> wrote in message
news:OM**************@TK2MSFTNGP10.phx.gbl...
1. How to introduce delay or decrease the framerate of MPEG Movie file

in C#.
2. Is there any way to introduce delay between already defined movie
format.
let say -2x, -4x etc..any logic please recommend.

Mahesh



Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Average_Joe | last post by:
Hello Java people, Been awhile since I've used Java, and when I did, it was pretty much XML stuff. Anyhow, I've got a client who needs to provide web viewers with both streaming (live) video...
3
by: Vroem | last post by:
I wanted to show an MPEG-4 video file on a web page. I'm talking about a real iso-compliant file (with the .mp4 extension.) I've been searching on how to use mime-types but it turns out that you...
0
by: Joe | last post by:
I am wondering if dot net has anything to convert MPEG file to avi file? Any suggestions in c#. I used directx 9 managed to read a MPEG... is there a way to save to avi file format?
3
by: Dean Arpajian | last post by:
Looking to find info/ libs on creating (small) video files. Basically what I'm looking for is a tutorial for constructing a short video... (nothing nasty: output from a transmission line...
1
by: Lyndon | last post by:
Hi guys, I've got a problem... I'm developing a webpage on my computer and I can't get the links to my MPEG movies to work. I want them to launch in a Windows Media Player. This is my...
0
by: SiteTamer | last post by:
I have a script that redirects to a file for downloading. Everything works fine EXCEPT: if the target of the redirect is type video/mpeg (extension .mpeg or .mpg), instead of prompting for...
7
by: Kilian A. Foth | last post by:
I just found this amazing video puzzle game written with the pygame library, which promises to be infinite fun - but I can't get it to decode any video file I own, except the game's own example...
0
by: seb | last post by:
Hi, I need to convert each frame from a movie (mpeg for example) to an array (in order to do some computation) and then back to a video format mpeg for example. Do you know of any tools ? The...
0
by: Andreas Schmitt | last post by:
I wrote a small timer class for use in a graphics engine I am working on for teaching myself. The small time based animations I tried with it seem to work fine but displaying the frame rate I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.