Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

 
Problems With Rm(realmedia) Files, guessing the frame rate
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
picaso
  Posted: Jan 18 2009, 11:49 PM


Advanced Member


Group: Members
Posts: 79
Member No.: 22592
Joined: 12-December 07



I know its not easy for programs to work out what the frame rate is for a rm video ,but
is it possible there is a software out there that can find this out ?

and what software is it called ? once we know this we can then set virtualdub to this frame rate and encode knowing its not using the default 30frames/second.
Some are 25f/s.
 
     Top
Placio74
Posted: Jan 19 2009, 12:11 AM


VideoAudio


Group: Members
Posts: 1216
Member No.: 21485
Joined: 24-May 07



Use MediaInfo to check FPS in RealMedia file.

Install Avisynth (if not installed), and write a simple script (example in Notepad).

CODE
DirectShowSource("C:\path\name_file_rm", FPS=30.000, ConvertFPS=True)


Of course, type FPS detected by MediaInfo in script - because RealMedia Splitter filter always 'gives' 25 FPS.
ConvertFPS is important, because RealMedia video files usually have variable FPS.

If You use Notepad to write script, be sure to save file with .avs extension instead .txt (change filte type to All files and set extension manually).

Open script in VirtualDub, edit if need and re-encode audio/video.

--------------------
VideoAudio.pl - Serwis o technologii wideo & audio
 
     Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
1 replies since Jan 18 2009, 11:49 PM Track this topic | Email this topic | Print this topic

<< Back to Codec Discussion