View Single Post
Old 2012-05-15, 22:45   Link #17
HauntingShock
Senior Member
 
 
Join Date: May 2012
Quote:
Originally Posted by Quarkboy View Post
Basically something like

LoadPlugin(" ") ffms dll
LoadPlugin(" ") vsfilter.dll
vid = FFVideoSource("video1.mp4")
aud = FFAudioSource("video1.mp4")
Audiodub(vid,aud)
textsub("subs1.ass")

Note, the first time this script is loaded the mp4 will be indexed and an ffindex file will get saved.

I tried this code, and I got an Error "There is no fuction FFVideoSource"


Edit:
I was just wondering, besides using MeGUI for re-encoding videos to add subtitles, does video re-encoding with MeGUI produce better results than re-encoding with video editors like Vegas Pro? or nothing really special?

and

How come people still bother to download and use MKVmerge when there is already a built-in muxer with MeGUI?

Edit2:

Follow-up Question. I saw you could mux a subtitle file with a video to .mkv using MeGUI's MKV muxer... why bother doing this ffmpeg thing?

I got a lot of questions -_-"

Last edited by HauntingShock; 2012-05-16 at 03:59.
HauntingShock is offline   Reply With Quote