Hi all
I'm very new to encoding.But I want to learn how to mux.For instance I have vcds,how should I extract the .dat file without losing quality.And what should I do to make it a proper .mkv file with megui?It would really help if you could redirect me to a couple guides on how to do things?
thx.
+ Reply to Thread
Results 1 to 6 of 6
-
-
Use VLC to remux directly from DAT to MKV. Use the Media -> Convert/Save option. Set the container to MKV, set the video and audio to Keep Original. The MPEG1 video and MP2 audio will be remuxed to MKV.
Actually, you may not even need to remux. Most players will play the .DAT file directly. Or by just renaming it to .MPG. -
I used to use VCDGear or remuxing VCD .dat to .mpg.
@jagabo: telling someone, who wants to learn, that renaming a file extension is a valid move, on a OS which relies on those extensions, is just plain evil. Especially without any explanation.users currently on my ignore list: deadrats, Stears555, marcorocchini -
Here's an ffmpeg command line:
Code:ffmpeg -fflags +genpts -i input.dat -c copy output.mkv
Code:ffmpeg -fflags +genpts -i %1 -c copy "%~dpnx1.mkv"
Another program that can remux DAT to MKV is AviDemux. Open your source DAT, set Video and Audio to Copy, set Output Format to MKV Muxer, save.
By the way, I'm pretty sure Megui cannot remux DAT to MKV. Though it can probably reencode to MKV. -
J02-Next time you create a new thread please put in a more descriptive title rather than 'wanna learn',this time i changed it.
I think,therefore i am a hamster. -
You can also use clever FFmpeg-GUI for muxing vcd (dat) to avi, mkv, mp4, mpg, ts, vob.
Similar Threads
-
Learn about the same deinterlacing method
By hintlou in forum DVD RippingReplies: 15Last Post: 3rd Apr 2020, 23:04 -
What Skills We have to learn to have a carrier in Creating Videos
By kamalakar108 in forum Newbie / General discussionsReplies: 8Last Post: 7th Feb 2018, 12:32 -
Hi ! Newbie Here, keen to learn
By JayStew in forum Newbie / General discussionsReplies: 0Last Post: 30th Jan 2018, 02:49 -
wanna know about watching latest videos for free
By ashanti0 in forum Newbie / General discussionsReplies: 2Last Post: 20th Sep 2017, 10:10