hi i've been having alot of trouble converting rm to avi
the sound is always out of sync for some reason (sound is slower than the video)
i'm thinking of converting it to avi then burn it onto a dvd
the original RM files i'm working with according to riverpast are:
VIDEO:
Compression: RV30
Decoder: Real Video Decoder
Width: 320
Height: 240
Frame Rate: 15.00
Aspect Ratio: 1.33
AUDIO:
Decoder: Real Audio Decoder
Sample Rate: 8000
Channel: 1
Bits/Sample: 16
i'm not sure what setting i should set riverpast video cleaner to convert the video into avi, i've tried a bunch (divx, xvid, setting the same frame rate, audio sampling rate and everything)
i would really appreciate it if someone could help me with this
+ Reply to Thread
Results 1 to 10 of 10
-
-
well first of all i just tried using SUPER and it's terrible, it freezes up and there's so few options compared to riverpast
i'm using riverpast because my friend said it provides the best quality and i've found it to be quite good for the most part except for the audio sync problem
and my friend told me convertx doesn't do RM files very well and has bad quality ( i just tried and it froze convertx)
and i haven't tried avi synth, it seems ...complicated... -
I tried convertx with a similar sample and it worked fine.
What are your expectations with that source?
It's not that difficult.
Download install avistynth.
Open a text document in the folder you have your file in.
Type out midzuki's suggestion
Code:DirectShowSource("filename.rm", fps=15, convertfps=true) SeparateFields SelectEvery(2, 0,1, 0,1) Weave AssumeFPS(30000, 1001, sync_audio=true) ResampleAudio(48000)
Treat the file movie.avs as your video, importing it into your encoder.
I don't believe riverpast can import avisynth scripts but
super can, convertx can, many apps can.
If you're happy with riverpast video,
I suppose you could try separate audio encoding, manual syncing.
gl -
From the error I'd say you started your script with "<avs>"
delete those. I removed the lines for a reason.
preview your scripts by dragging them into vdubmod.
btw super has converted all samples i tried without problem, even a pig of
a realvideo 8 sample I couldn't get to work with directshowsource for some reason.
not that super is particularly reliable...
gl -
i gave up on RM files, last year, too troublesome to be worth the effort
too many Rm files ( rmvb ) are variable frame rate
and next to impossible to convert correctly.
I also try to avoid MKV files
good luck, your going to need lots of it if you keep converting RM files -
Originally Posted by princevegetam
You can try checking "don't fix discontinuities" in the convertX audio tab settings.
Try opening it in real producer's editor.
If it opens, there's nothing wrong with the file.
Like I said I have a realvideo 8 sample that Super converted fine, even though it's
buggered. Can't open it in real producer even after reindexing, can't use directshowsource
without getting garbled frames...
Weird.
if you like,
upload a sample somewhere and I'll try it out
gl
Similar Threads
-
Sound out of Sync in conversion
By opala in forum Video ConversionReplies: 2Last Post: 17th Apr 2009, 19:15 -
Sound lost after conversion mpeg to avi
By maclinux in forum Newbie / General discussionsReplies: 1Last Post: 19th Dec 2008, 13:47 -
AVI Conversion - Audio out of sync
By pinovecs in forum Video ConversionReplies: 3Last Post: 17th Oct 2008, 16:11 -
No sound conversion MPEG-TS to .avi
By oli60 in forum ffmpegX general discussionReplies: 2Last Post: 22nd Oct 2007, 00:49 -
WMV video and audio slightly out of sync on conversion to AVI
By Calidore in forum Video ConversionReplies: 8Last Post: 10th Jul 2007, 08:48