I havent tried to mux/demux files before and am really confused about how to do it. I have a few VOB files that i need to demux -> edit -> remux. I downloaded ReJig to demux the VOB files. I demuxed the file and got two files XXX.AC3 and XXX.M2V. What is the m2v file? Now i need to edit the video with AVISynth? I have created an AVS script and i wrote
AVISource("C:\XXX.M2V")
But when do this i get an error. How do I do this? I then need to remux th files. Which tool shoudl i use? Can i use Rejig for remuxing?
+ Reply to Thread
Results 1 to 10 of 10
-
-
M2V is "Mpeg2 - Video". You can't load it with AVISource since it's NOT AVI!
-
Read my blog here.
-
I've scoured google for information and found a way to crop and resize the video. It seemed really simple - its right here. It tells me to use TMPGenc but can TMPGenc use M2V and AC3 files??? Why is it so complicted, i mean like, when i had to remove the black bars from a movie, I could do it in a snap suing Dr.DivX, but here its such a lengthy procedure. Isnt there a simple way to do this?
-
Try DirectShowSource("pathto\yourfile.m2v").
For resizing theres BicubicResize, LanczosResize, Lanczos4Resize, among others.. Checkout avisynth.org's internal filters list.. http://www.avisynth.org/FiltersByCategory -
https://www.videohelp.com/tools?tool=TMPGEnc_MPEG2_Plugin
I found this, and tried to install it but it asks me for quite a few settings such as aspect ratio, GOP, YUV Range etc. Could someone tell me what to choose? The settings are displayed in the attached image file.
-
ignore
keep
reference
check the ones supported by your CPU
ignore
ignore
ignore
ignore
ignore
Similar Threads
-
Audio Demuxing
By jcj0487 in forum AudioReplies: 2Last Post: 5th Apr 2011, 03:07 -
Demuxing
By ckurowsk in forum Authoring (DVD)Replies: 5Last Post: 23rd Jul 2008, 17:04 -
Demuxing Issue
By harshest in forum Newbie / General discussionsReplies: 2Last Post: 3rd Mar 2008, 16:14 -
what to do after demuxing?
By azizbhimani in forum SubtitleReplies: 2Last Post: 24th Feb 2008, 21:39 -
Demuxing an .MOV
By legodude in forum Newbie / General discussionsReplies: 1Last Post: 25th Jun 2007, 00:44