Encoding, editing of x264 mkv movies using Megui, mkvmerge
Trang 1 trong tổng số 1 trang
Encoding, editing of x264 mkv movies using Megui, mkvmerge
This is my guide to encoding of small size x264 mkv movies. Everyday I gets alot of pm's about how do i encode small 300mb movies, so I decided to make a guide about it and have tried to keep it as simple as I could. You can circulate this guide but if you do then plz give some credit to me :mrgreen:.
Check out our movies here:
This guide is splitted into following parts:
1.) Setting up Encoder.
2.) Encoding.
3.) Editing of Output file
1.) Setting up Encoder
You Must Have Following 5 Files First
(a) Megui.
After downloading the above files follow these steps :-
1. Install Megui, Avisynth and Mkvtoolnix.
2. Copy all 3 Nero AAC files to the Megui directory
By Default - "C:\Program Files\megui"
3. Run Megui and update it.
4. Close Megui.
5. Copy the "allprofiles" folder and paste it in Megui directory
By Default - "C:\Program Files\megui". Replace the allprofiles folder with new one.
6. Now run Megui and we are ready to encode some movies. :wink:
---------------------------------------------------------------------------------------------------------
2.) Encoding
1. Run Megui and click file-->open and browse to the source video file.
2. Wait few seconds and then avisynth will open with video previewer (see images below).
3. Enter the desired output resolution (must be mod 16)*
*mod 16 resolution - Both height and width pixels must be completely divisible be 16. Example - Here 720x352 resolution is used and 720/16 gives remainder as 0 and also 352/16 gives rem. 0 so that means it's a mod 16 resolution.
4. You can crop screen if u see black borders (in our case we don't need it).
5. Click Save and you will be returned back to megui.
6. In video section select one video profile. For best result use "x264: HQ-Slow" or "x264: Unresteicted 2pass HQ".
7. Select file format as MKV.
8. In audio section select audio profile"Nero AAC: NDAAC-HE-64kbs".
9. Click config and check the "adaptive bitrate" and set it to @35kbps. You can also use 40kbps but 35kbps works fine for me.
10. Click "Auto Encode" and a new window will apppear.
11. Select conatiner as "MKV" and enter "average bitrate" as per the desired output file size (Remember 30minutes = 100mb). When done click "Queue".
12. Now click "Queue" tab at top of the encoder and click start.
13. Now comes the most difficult part which is to wait :mrgreen: . Encoding process has now begun so be patient. Time taken in encoding depends on many factors such as your pc's config., source's resolution, output file's resolution, o/p file size etc. On my pc a normal dvdrip takes an average time of 4-5 hours.
---------------------------------------------------------------------------------------------------------
3.) Editing
TO EDIT MKV FILES I USE MKVMERGE.
In this section I will tell you how to:-
(a) Add or remove subtitles.
(b) Making samples/splitting a file.
(c) Join files.
(d) How to sync. an mkv file.
but before that run mkvmerge.
(a) Add or remove subtitles.
Adding
1. Click "add" button to add a video file.
2. Now simply drag the subtitle file to the "tracks" box in mkvmerge or click the add button to add sutitle file.
3. Select output folder.
4. Click "start muxing".
Removing
1. Add your file.
2. Uncheck the subtitle file from the "tracks" box.
3. Select output folder.
4. Click "start muxing".
(b) Making samples/splitting a file
1. Add the file that you want to split.
2. Now click "Global" tab at the top of the mkvmerge.
3. Tick the "enable splitting" option and choose the way* you want to split it.
*Take the cursor above each box for more info about it.
(c) Join files
Now if you want to join two or more splitted files into a single file then add the first part of file and then click "append" to add 2nd part and so on you can append a no. of files. Select o/p folder and click "start muxung".
(d) How to sync. an mkv file.
One common problem that arises after encoding a movie is that sometimes we gets file at output which is a bit out of sync. So, we can make it in sync using mkvmerge.
Suppose that in our movie the sound is lagging beind video with duration 300ms. Then,
1. Add your file.
2. In "track" box click on video file and then "Format specific options". In "Delay (in ms)" enter 150.
3. Now in "track" box click on audio file and then "Format specific options". In "Delay (in ms)" enter -150.
4. Select o/p folder and click"start muxing"
Similarly, if video is lagging behind audio then in that case we would use -ve value for video file and +ve value for audio file.
This is how process goes:
Note:-This guide has been tested for as per use on windows xp 32 bit and works. You may face some problems if you are using some other operating system. PLZ give your feedbacks about this tutorial and if you note some mistake then plz reply with it here. If you are confused about something then you can ask about it in this post but plz do not pm me for it.
Check out our movies here:
- Code:
ttp://www.warez-bb.org/viewtopic.php?t=1875069&highlight=
This guide is splitted into following parts:
1.) Setting up Encoder.
2.) Encoding.
3.) Editing of Output file
1.) Setting up Encoder
You Must Have Following 5 Files First
(a) Megui.
- Code:
http://sourceforge.net/project/downloading.php?group_id=156112&use_mirror=jaist&filename=megui-0_3_1_1014.exe&a=6828498
- Code:
http://sourceforge.net/project/downloading.php?group_id=57023&use_mirror=nchc&filename=Avisynth_258.exe&a=41520716
- Code:
http://rapidshare.com/files/204452745/allprofiles.rar
- Code:
http://rapidshare.com/files/204452928/neroaac.rar
- Code:
http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-unicode-2.5.1-setup.exe
After downloading the above files follow these steps :-
1. Install Megui, Avisynth and Mkvtoolnix.
2. Copy all 3 Nero AAC files to the Megui directory
By Default - "C:\Program Files\megui"
3. Run Megui and update it.
4. Close Megui.
5. Copy the "allprofiles" folder and paste it in Megui directory
By Default - "C:\Program Files\megui". Replace the allprofiles folder with new one.
6. Now run Megui and we are ready to encode some movies. :wink:
---------------------------------------------------------------------------------------------------------
2.) Encoding
1. Run Megui and click file-->open and browse to the source video file.
2. Wait few seconds and then avisynth will open with video previewer (see images below).
3. Enter the desired output resolution (must be mod 16)*
*mod 16 resolution - Both height and width pixels must be completely divisible be 16. Example - Here 720x352 resolution is used and 720/16 gives remainder as 0 and also 352/16 gives rem. 0 so that means it's a mod 16 resolution.
4. You can crop screen if u see black borders (in our case we don't need it).
5. Click Save and you will be returned back to megui.
6. In video section select one video profile. For best result use "x264: HQ-Slow" or "x264: Unresteicted 2pass HQ".
7. Select file format as MKV.
8. In audio section select audio profile"Nero AAC: NDAAC-HE-64kbs".
9. Click config and check the "adaptive bitrate" and set it to @35kbps. You can also use 40kbps but 35kbps works fine for me.
10. Click "Auto Encode" and a new window will apppear.
11. Select conatiner as "MKV" and enter "average bitrate" as per the desired output file size (Remember 30minutes = 100mb). When done click "Queue".
12. Now click "Queue" tab at top of the encoder and click start.
13. Now comes the most difficult part which is to wait :mrgreen: . Encoding process has now begun so be patient. Time taken in encoding depends on many factors such as your pc's config., source's resolution, output file's resolution, o/p file size etc. On my pc a normal dvdrip takes an average time of 4-5 hours.
---------------------------------------------------------------------------------------------------------
3.) Editing
TO EDIT MKV FILES I USE MKVMERGE.
In this section I will tell you how to:-
(a) Add or remove subtitles.
(b) Making samples/splitting a file.
(c) Join files.
(d) How to sync. an mkv file.
but before that run mkvmerge.
(a) Add or remove subtitles.
Adding
1. Click "add" button to add a video file.
2. Now simply drag the subtitle file to the "tracks" box in mkvmerge or click the add button to add sutitle file.
3. Select output folder.
4. Click "start muxing".
Removing
1. Add your file.
2. Uncheck the subtitle file from the "tracks" box.
3. Select output folder.
4. Click "start muxing".
(b) Making samples/splitting a file
1. Add the file that you want to split.
2. Now click "Global" tab at the top of the mkvmerge.
3. Tick the "enable splitting" option and choose the way* you want to split it.
*Take the cursor above each box for more info about it.
(c) Join files
Now if you want to join two or more splitted files into a single file then add the first part of file and then click "append" to add 2nd part and so on you can append a no. of files. Select o/p folder and click "start muxung".
(d) How to sync. an mkv file.
One common problem that arises after encoding a movie is that sometimes we gets file at output which is a bit out of sync. So, we can make it in sync using mkvmerge.
Suppose that in our movie the sound is lagging beind video with duration 300ms. Then,
1. Add your file.
2. In "track" box click on video file and then "Format specific options". In "Delay (in ms)" enter 150.
3. Now in "track" box click on audio file and then "Format specific options". In "Delay (in ms)" enter -150.
4. Select o/p folder and click"start muxing"
Similarly, if video is lagging behind audio then in that case we would use -ve value for video file and +ve value for audio file.
This is how process goes:
Note:-This guide has been tested for as per use on windows xp 32 bit and works. You may face some problems if you are using some other operating system. PLZ give your feedbacks about this tutorial and if you note some mistake then plz reply with it here. If you are confused about something then you can ask about it in this post but plz do not pm me for it.
Similar topics
» Megui - x264 HQ Video Encoding Guide
» Converting 300mb MKV movies to MP4.
» HOW TO MAKE 300MB MKV MOVIES
» Converting 300mb MKV movies to MP4.
» HOW TO MAKE 300MB MKV MOVIES
Trang 1 trong tổng số 1 trang
Permissions in this forum:
Bạn không có quyền trả lời bài viết
Mon 05 Oct 2015, 7:51 pm by giaychuotkhoet
» Hộp đựng đa năng trong phòng tắm và các đồ dụng tiện llợi khác
Wed 22 Jul 2015, 1:23 am by aloonline1987
» gel bôi trơn ấm áp warm lovin
Tue 19 May 2015, 4:24 pm by shopnguoilon_sg
» màng film tránh thai vcf dành cho chị em
Tue 19 May 2015, 4:19 pm by shopnguoilon_sg
» màng film tránh thai vcf dành cho chị em
Tue 19 May 2015, 4:17 pm by shopnguoilon_sg
» stud 100 khẳng định đẳng cấp phái mạnh
Fri 15 May 2015, 11:25 am by shopnguoilon_sg
» Lover aider máy mát xa dành cho nữ
Fri 15 May 2015, 11:23 am by shopnguoilon_sg
» cung cấp máy ép dĩa chất lượng
Fri 17 Apr 2015, 2:15 pm by huyenrio
» Máy in hình lên ly
Wed 25 Mar 2015, 2:44 pm by huyenrio
» Máy in hình lên áo
Wed 25 Mar 2015, 2:43 pm by huyenrio
» trang trí cây thông noel ở vinh,cho thuê cây thông noel ở vinh,chuyển quà noel ở vinh
Fri 28 Nov 2014, 8:44 am by sunflowerhn83
» Máy in hạn sử dụng DMJ-B chính hãng, giá sốc
Thu 02 Oct 2014, 9:40 am by phamlinhnd1010
» Dạy cắm hoa chuyên nghiệp,dạy cắm hoa nghệ thuật,dạy cắt tỉa của quả ở T.p Vinh Nghệ An
Tue 30 Sep 2014, 10:10 am by haiha131276
» công ty Yên Phát chuyên phân phối, lắp đặt camera chính hãng giá rẻ nhất miền Bắc.
Fri 26 Sep 2014, 10:57 am by phamlinhnd1010
» HOT! Chung cư mini Xuân Đỉnh ở ngay giá chỉ từ 690 triệu 1 căn
Fri 26 Sep 2014, 10:44 am by xuantruong23