Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
What is the best way to Convert smil (real media) files?I have a group of real media files: smil, rm, and rp:
The smil is a text file which calls up the other two files when played on my media player classic. One of those two called up in the .smil text file is an .rm file which is strictly audio narration (no video). The other file paired up with the .rm audio file is an .rp file which is a text file. The .rp file does nothing more than call up a bunch of .jpg slides in the same folder. The .rp text file contains timing and sequencing info so that it syncs up with the audio narration. I would like to convert this to .avi or .mp4 on my hard drive for further processing (ultimately making a DVD that will play in the majority of home type dvd players; not computer dvd drives). Am I stuck with doing a video screen capture or is there an easier way to go about doing this, seeing that I have 50 to 60 different sets of this typ of presentation that I need to do? Thanks in advance for any help offered. |
#2
|
|||
|
|||
Re: What is the best way to Convert smil (real media) files?Hi ewt,
I'd like to try converting these myself, as i'm not quite sure to be honest with you. Is there a URL where I can download these files for myself? Thanks |
#3
|
|||
|
|||
Re: What is the best way to Convert smil (real media) files?SR,
I purchased the copyrighted material and downloaded it over the internet, but I don't have a link where you can download it for free. One set of files is roughly 18-20 MB total. The slides are less than 1 MB, so the .rm audio file is 95% of this total . Here is the structure of the .smil file: Code:
<smil> <head> <meta name="title" content="Study Material" /> <meta name="author" content="John Smith" /> <meta name="copyright" content="© 2005" /> <layout type="text/smil-basic-layout"> <root-layout width="720" height="540" background-color="black"/> <region id="pix_region" left="0" top="0" width="720" height="540" z-index="1" /> </layout> </head> <body> <par> <img src="images/Study_01.rp" region="pix_region" fill="freeze"/> <audio src="images/Study_01.rm"/> </par> </body> </smil> Code:
<imfl> <head title="Study Material" copyright="©" timeformat="dd:hh:mm:ss.xyz" duration="75:25.0" bitrate="150000" width="720" height="540" preroll="10.0" /> <!-- Assign handle numbers to images --> <image handle="1" name="Slide001.jpg" size="777" mime="image/jpg"/> <image handle="2" name="Slide002.jpg" size="777" mime="image/jpg"/> <image handle="3" name="Slide003.jpg" size="777" mime="image/jpg"/> <image handle="4" name="Slide004.jpg" size="777" mime="image/jpg"/> <image handle="5" name="Slide005.jpg" size="777" mime="image/jpg"/> <!-- These effects define the timeline of the presentation --> <crossfade start="0:00.0" duration="1.0" target="1" dstx="0" dsty="0" dstw="720" dsth="540" aspect="true" /> <crossfade start="0:24.0" duration="1.0" target="2" dstx="0" dsty="0" dstw="720" dsth="540" aspect="true" /> <crossfade start="0:41.0" duration="1.0" target="3" dstx="0" dsty="0" dstw="720" dsth="540" aspect="true" /> <crossfade start="0:51.0" duration="1.0" target="4" dstx="0" dsty="0" dstw="720" dsth="540" aspect="true" /> <crossfade start="1:07.0" duration="1.0" target="5" dstx="0" dsty="0" dstw="720" dsth="540" aspect="true" /> </imfl> Thanx. |
#4
|
|||
|
|||
Re: What is the best way to Convert smil (real media) files?Quote:
|
#5
|
|||
|
|||
Re: What is the best way to Convert smil (real media) files?Quote:
Would appreciate any other help that may be available. Thanks |
#6
|
|||
|
|||
Re: What is the best way to Convert smil (real media) files?I don't think any program can convert SMIL files to DVD (unless .SMI or .SMIL files are actually Real Media/Audio/Video files).
Can you play your presentation with a Real Player? If your Real Media audio files play fine and you can see the slides perfectly by playing .SMI files, then screen capture software will be the best solution. If you can't play the presentation, but can watch it online, then again use screen video capture software to record into MPEG-2 format and burn your recordings to DVD. |
Thread Tools | |
Display Modes | |
|
|