Sunday, July 29, 2012

Re-create a DVD from one or more VOB files

Re-create a DVD from one or more VOB files

How to re-create a DVD from one or more VOB files on my hard drive
In this article we start from one or more VOB files that were recovered with IsoBuster from a Movie DVD. Only the VOB files are usable as input files, IFO and BUP files can be discarded.

This article is mainly based on and inspired by an article on the videohelp.com website.
To be able to do the task we need two free third party tools, IfoEdit and VobEdit, that can be downloaded from the internet.

The resulting DVD will contain one large Video sequence, no chapters nor menus, skipping can be done per 5 minutes.

As example we use the VOB files that were found based on their signature. See the last example of the first article in this series: How to recover VIDEO data from a DVD with IsoBuster
After checking and removing the first (smaller) VOB file (see mentioned article to understand why) we have 5 VOB files left. To be able to use Vobedit properly we need to rename the extracted VOB files like this: VTS_01_001.VOB etc. It's very important for this tool that the file ends with double zero and then a consecutive number starting with 1, so _001.VOB_002.VOB_003.VOB and so on:
Now start up VobEdit.
1. Click the Open button and open the first VOB file (VTS_01_001.VOB)
2. Next, click Edit and select Join Clips:
1. Next choose or create a new folder and preferably name it VIDEO_TS
2. Use the proposed name of VTS_01_1.VOB.
In the next dialog box, check that the number is 1 and next click OK:
Vobedit will now convert the renamed (_001, ..) VOB files to VTS_01_1.VOB etc. . The resulting
VOB file(s) may be combined in one file, the sizes can be altered or there can be more files, it all depends:
After this process you end up with one or more new VOB files in a VIDEO_TS folder, which are also already named correctly, so that they can be used later on to produce a new Movie DVD.

Now it's time to start up IfoEdit.
1. Click the Create IFOs button.
2. Open the first VTS_01_1.VOB file which was produced by Vobedit.
3. Make sure that the Same as source checkbox is checked !
4. Click OK.
Ifoedit will now create the IFO and BUP files:
After the process is done you will see two lines in the top pane of IfoEdit:
VIDEO_TS.IFO and VTS_01.0.IFO.
1. Click the first line. Content will be displayed in the second (bottom) pane.
2. In the bottom pane, double click the line that says VTS_1 Audio .., this triggers a popup dialog
3. In the dialog, change the Language to English.
4. Click the OK button on the dialog.
5. Save and confirm when asked to overwrite.
Repeat the same process again, but this time for the second line:
1. Click the second line. Content will be displayed in the second (bottom) pane.
2. In the bottom pane,double click the line that says Audio 1: ... which triggers a dialog to popup.
3. In the dialog, change the Language to English.
4. Click the OK button on the dialog.
5. Save and confirm when asked to overwrite.
As a last step:
1. Click the button Get VTS sectors
2. Select Yes to process all IFO files when prompted
You can now close IfoEdit. The result is a full set of IFO, BUP and VOB files in a VIDEO_TS folder on your HD. This set of files is (or should be) suitable to be burned with a standard write application, such as Nero for instance.

If you want to burn this set of files to a DVD with the intention to create a playable VIDEO DVD, then read this article: How to re-create a DVD from the full set of VIDEO_TS files on my hard drive

You may always share your own expertise and experience to help improve these articles.

Saturday, July 28, 2012

Change a GUID Partition Table Disk into a Master Boot Record Disk


Change a GUID Partition Table Disk into a Master Boot Record Disk

9 out of 12 rated this helpful Rate this topic
Applies To: Windows 7, Windows Server 2008 R2
Master boot record (MBR) disks use the standard BIOS partition table. GUID partition table (GPT) disks use unified extensible firmware interface (UEFI). MBR disks do not support more than four partitions on each disk. The MBR partition method is not recommended for disks larger than 2 terabytes.
You can change a disk from GPT to MBR partition style as long as the disk is empty and contains no volumes.
Backup Operators or Administrator is the minimum membership required.
noteNote
Before you convert disks, close any programs that are running on those disks.

Changing a GUID partition table disk into a master boot record disk

To change a GUID partition table disk into a master boot record disk using the Windows interface

  1. Back up or move all volumes on the basic GUID partition table (GPT) disk you want to convert into a master boot record (MBR) disk.
  2. If the disk contains any partitions or volumes, right-click any volumes on the disk and then click Delete Volume.
  3. Right-click the GPT disk that you want to change into an MBR disk, and then click Convert to MBR disk.

To change a GUID partition table disk into a master boot record disk using command line

  1. Back up or move all volumes on the basic GUID partition table (GPT) disk you want to convert into a master boot record (MBR) disk.
  2. Open an elevated command prompt and type diskpart. If the disk does not contain any partitions or volumes, skip to step 6.
  3. At the DISKPART prompt (right-click Command Prompt, and then click Run as Administrator), type list disk. Make note of the disk number you want to delete.
  4. At the DISKPART prompt, type select disk <disknumber>.
  5. At the DISKPART prompt, type clean.
    ImportantImportant
    Running the clean command will delete all partitions or volumes on the disk.
  6. At the DISKPART prompt, type convert mbr.

 

ValueDescription
list disk
Displays a list of disks and information about them, such as their size, amount of available free space, whether the disk is a basic or dynamic disk, and whether the disk uses the master boot record (MBR) or GUID partition table (GPT) partition style. The disk marked with an asterisk (*) has focus.
select disk
Selects the specified disk, where disknumber is the disk number, and gives it focus.
clean
Removes all partitions or volumes from the disk with focus.
convert mbr
Converts an empty basic disk with the GUID Partition Table (GPT) partition style to a basic disk with the master boot record (MBR) partition style.

Additional references

Change a Master Boot Record Disk into a GUID Partition Table Disk


Change a Master Boot Record Disk into a GUID Partition Table Disk

20 out of 28 rated this helpful Rate this topic
Applies To: Windows 7, Windows Server 2008 R2
Master boot record (MBR) disks use the standard BIOS partition table. GUID partition table (GPT) disks use unified extensible firmware interface (UEFI). One advantage of GPT disks is that you can have more than four partitions on each disk. GPT is also required for disks larger than 2 terabytes.
You can change a disk from MBR to GPT partition style as long as the disk does not contain any partitions or volumes.
You cannot use the GPT partition style on removable media, or on cluster disks that are connected to shared SCSI or Fibre Channel buses that are used by the Cluster service.
Backup Operators or Administrator is the minimum membership required.
noteNote
Before you convert disks, close any programs that are running on those disks.

Changing a master boot record disk into a GUID partition table disk

To change a master boot record disk into a GUID partition table disk using the Windows interface

  1. Back up or move the data on the basic master boot record (MBR) disk you want to convert into a GUID partition table (GPT) disk.
  2. If the disk contains any partitions or volumes, right-click any volumes on the disk and then click Delete Partition or Delete Volume.
  3. Right-click the MBR disk that you want to change into a GPT disk, and then click Convert to GPT Disk.

To change a master boot record disk into a GUID partition table disk using a command line

  1. Back up or move the data on the basic master boot record (MBR) disk you want to convert into a GUID partition table (GPT) disk.
  2. Open an elevated command prompt (right-click Command Prompt, and then click Run as Administrator) and type diskpart. If the disk does not contain any partitions or volumes, skip to step 6.
  3. At the DISKPART prompt, type list disk. Make note of the disk number you want to convert.
  4. At the DISKPART prompt, type select disk <disknumber>.
  5. At the DISKPART prompt, type clean.
    ImportantImportant
    Running the clean command will delete all partitions or volumes on the disk.
  6. At the DISKPART prompt, type convert gpt.

 

ValueDescription
list disk
Displays a list of disks and information about them, such as their size, amount of available free space, whether the disk is a basic or dynamic disk, and whether the disk uses the master boot record (MBR) or GUID partition table (GPT) partition style. The disk marked with an asterisk (*) has focus.
select diskdisknumber
Selects the specified disk, where disknumber is the disk number, and gives it focus.
clean
Removes all partitions or volumes from the disk with focus.
convert gpt
Converts an empty basic disk with the master boot record (MBR) partition style into a basic disk with the GUID partition table (GPT) partition style.

Additional references

How to Avoid 200MB Hidden System Partition From Been Created During Windows 7 Installation


How to Avoid 200MB Hidden System Partition From Been Created During Windows 7 Installation

Unknowingly to many Windows 7 users, a hidden primary system partition which is active will be automatically and forcefully created by setup during installation of Windows 7. The additional separate standalone NTFS partition, which is not labeled with any drive letter or path, has the size of 200 MB, but only occupy 32 MB of it with 168 MB remains free.

Windows 7 200MB System Partition
The small 200MB partition actually holds Windows Recovery Environment (WinRE), which only available from DVD installation disc in previous operating system such as Windows Vista (see how to launch WinRE on DVD). The partition holds system files and bootable files that are essential to boot the Windows 7 properly in the event of the need to recover the OS in the event of corruption. The 200MB partition is pretty much similar to many recovery partition that been made on factory installation by most OEMs on the computer they sold.
However, when the small 200 MB separate partition has been created by Windows 7, it’s almost impossible to be deleted or removed. User cannot use delete the volume using Storage Disk Management in Computer Management. If forcefully deleted with third party partition manager or partition editor, Partition Table which is (normally) located in the master boot record (MBR) may be corrupted, or may become invalid.
The cause for the Partition Table error is because the 200MB partition does not use the standard sector zoning format. When deleted with partition tool which does not support non-standard partition type, the Partition Table will be corrupted. When the Partition Table is corrupted, the third party partition editor will show disk partition error has occurred on any re-created partition that uses the freed space (Disk Management in Win 7 do not show the error though). And the hard disk tends to have unallocated disk pace of 1 to 2 MB in size randomly. Format the hard disk volume or partition cannot fix the error either. In worst case scenario, some partition may be lost occasionally, causing files or data lost.
For Windows 7 users who don’t want the 200MB partition to be created and existed, the best way is to stop Windows 7 installation process to create the partition when installing Windows 7. In Windows 7, the feature (200 MB partition to store WinRE files) is installed on all computers if the OS is installed on hard disk with single partition scheme, or unallocated space (space which not yet been partitioned) on the hard disk drive.
Thus in order to skip or avoid the 200M partition to be automatically created during installation, here’s a few rules to follow when choosing where to install Windows 7 to:
  1. Do not install Windows 7 to a hard disk that not yet been partitioned or to unallocated space (When install Windows 7 to unallocated space, no warning pop-up or confirmation is asked, and setup will straight away and directly create partition 200 MB of disk space as special partition without notification).
  2. If possible, try to create all the necessary partition(s) and format the partition(s) before attempting to install Windows 7.
  3. If you’re installing Windows 7 into a new hard disk, or a blank hard disk with no partition defined yet, or if you must delete all existing partitions to start afresh, chose Drive options (advanced)Delete (if applicable) unwanted partitions. Then, click New to create the single partition or multiple partitions according to your own preference.
    Windows 7 Additional Partition During Installation
    When prompted with dialog box saying “To ensure that all Windows features work correctly, Windows might create additional partitions for system files”, click on Cancel button. Optionally, to be double confirm, Format the partition before selecting it to install Windows 7.
When Windows 7 does not create the special 200MB partition, the WinRE recovery environment is stored in a folder in the root of Win7 installation drive. For example, if Windows7 is installed to a partition with a label of C:, the WinRE will be located located at C:Recovery.
Note: The hidden system reserved partition size is 100 MB in Windows 7 RTM, and the trick to prevent and remove 100 MB system reserved partition has been changed.

Disable and Remove ThinkPad Hidden Service Partition



IBM/Lenovo ThinkPad usually comes a protected hidden service partition that takes up about 5 GB of hard disk space. So you need not be surprise when you check your available hard drive space and found out that the size of hard disk is less than the size advertised.

ThinkPad service partition is a non-DOS partition Hidden Protected Area (HPA). This partition is used to store original system files necessary to restore the system to its out of the box (factory) condition. To know if your ThinkPad system has service partition, there are two ways to check:
  • If your machine displays the message “Press F11 to invoke the Product Recovery Program” or “To start the product recovery program, press F11″ during system start-up, then your system has the service partition.
  • If the instructions located in the User’s Guide concerning recovering preinstalled software state to recover your system by choosing F11 at boot-up, then your system came preconfigured with the service partition.
The trouble with service partition is that it takes out quite a bit of precious laptop/notebook hard disk space. Normally, ThinkPad users won’t be restore your system frequently, unless system crash occurs. So, service partition is one of the least used component that reside on the hard disk, and thus it can be stored at other medium, such as CD or DVD. Beside, the hard disk in a laptop has the highest possibility of crash or broken. When the hard disk spoilt, you can be sure that the service partition will not be able to use too. So it’s logical too to store the data in service partition as a product recovery CD.
After creating the ThinkPad recovery CD, or if you simply just don’t like the service partition space to be wasted idle, the next step is obviously to reclaim and recover the space that previously occupied by service partition.
Important: Once you remove the service partition, you will not be able to restore your ThinkPad notebook system to original state at it leaves factory, unless you have prepared or have the recovery CD.
The first step to remove ThinkPad service partition is to unhide and unprotect the service partition in the BIOS. ThinkPad BIOS will overwrite the HDD controller so that the disk will assume the space allocated to service partition doesn’t exist in order to safeguard the partition from accidental deletion. Press F1 or Access IBM at the beginning of the boot sequence when the ThinkPad boots up. In the BIOS setup menu, go to Security, and then set the IBM PreDesktop Area to Disabled.
Now you can use any partition manager such as fdisk, diskpart, BootIt NG or Partition Magic to manipulate the partition, either delete the partition and create a new partition on reclaimed space, or merge the service partition to existing partition. If you having trouble trying to delete the service partition, try to boot to DOS, or use a bootable partition manager.
Alternatively, if you have a non-IBM/Lenovo laptop or older IBM/Lenovo laptop that doesn’t HPA-aware, you can download Feature Tool from Hitachi Global Storage Technologies. The IBM’s (Hitachi’s) Drive Feature Tool can also remove the Hidden Protected Area service partition by changing the capacity of the hard disk.

Clip giành giật ăn buffet tại nhà hàng cực sốc

Giải pháp FULL Drivers OFFLINE đỉnh nhất cho mọi LAPTOP DESKTOP chỉ 200 MB!!!


Giải pháp FULL Drivers OFFLINE đỉnh nhất cho mọi LAPTOP DESKTOP chỉ 200 MB!!!

Với Easy Driver bạn sẽ không còn phải nhọc nhằn tìm kiếm khắp nơi driver cho PC của mình, từ máy tính để bàn cho tới cả máy tính xách tay.
Nếu như bạn đã biết đĩa 25.000 hoặc 100.000 driver thì tiện ích dưới đây ( 1 file iso) sẽ dễ dàng hơn cho bạn rất nhiều. Công việc của bạn chỉ cần click và click. Nói thì hơi dài dòng nhưng việc thực hiện thì chỉ mất vài phút là máy bạn đã xong xuôi driver khi cài mới lại Windows. Đây cũng là
một tiện ích – một cánh tay phải cho dân kỹ thuật viên. Và tôi khuyên các bạn nên sử dụng tiện ích này. Sẽ nhanh hơn bỏ đĩa 25.000 driver vào seach.
Tuy chỉ là bản Beta dung lượng 208MB, nhưng từng gói driver được nói theo dạng .7z ( khi unzip ra sẽ hơn 1GB) nên việc nhét vào một CD là rất tuyệt hoặc bạn có thể bung nén sẵn và dùng khi cần thiết.
Sau khi cho chạy chương trình, do là giao diện tiếng Trung Quốc nên các bạn hãy click theo chú thích như hình dưới. Nhấn nút Scan Driver, sau đó chương trình sẽ quét phần cứng của máy tính bạn trong vài giây.




Uploaded with ImageShack.us


- Tiếp theo chương trình sẽ liệt kê các driver cần cài, bạn có thể click vào ô dấu + để xem thêm các driver khác. Nếu không muốn cài driver nào đó thì bạn bỏ chọn driver đó đi. Tiếp đó bạn nhấn nút Start (hoặc nhấn nút S) để bắt đầu quá trình giải nén driver. Sau khi giải nén xong, sẽ xuất hiện một hộp thoại hỏi bạn có muốn cài driver không thì bạn nhấn OK để đồng ý hoặc nhấn Cancel để thoát.




Uploaded with ImageShack.us


- Quá trình cài driver diễn ra cực nhanh và chính xác. Kết thúc quá trình nhấn nút OK để khởi động lại máy vi tính.




Uploaded with ImageShack.us


Kết luận: Chỉ cần vài bước đơn giản là bạn có thể cài tất cả driver cho pc của mình. Nó sẽ tiết kiệm rất nhiều thời gian cho bạn. Ưu điểm của chương trình này là nhanh – gọn – dễ sử dụng. Nó còn tốt hơn – chính xác hơn gói driver hay sử dụng để làm ”ghost all main” của YLMF.


Link MF (TA upload giúp):
http://www.mediafire.com/?yhoa78csc7bdtgs
http://www.mediafire.com/?pmc0pz2lddopbsj


hoặc:
http://www.mediafire.com/download.php?a7q284dc6tsa1c9
http://www.mediafire.com/download.php?cqcwa9oukn9oyam

Công cụ nối file:
http://forum.bkav.com.vn/showthread....1-002-__a-__b-
 File được đính kèm

Siêu Mini Win7 1 click - Cứu hộ Online Wifi từ USB, ổ cứng chuyên nghiệp!


 [HOT] Siêu Mini Win7 1 click - Cứu hộ Online Wifi từ USB, ổ cứng chuyên nghiệp!

Lãng khách không giải thích nhiều với bản này. Để có khái niệm về Portable Windows 7, các bạn tham khảo 2 chủ đề sau:
Portable Win7 250 MB by Lãng khách - cứu hộ máy tính theo cách chuyên nghiệp!
Cài đặt XP file ISO lên ổ SATA không cần tích hợp sẵn driver trong 20 phút!

Bản này hỗ trợ tự nhận màn hình, mạng không dây, âm thanh. Ngoài ra, nó cũng tích hợp Portable VLC Player cho phép xem phim, nhạc mọi định dạng. Nó cũng có các công cụ hệ thống tối cần thiết để cứu hộ dữ liệu. Nó sẽ khiến cho bạn cảm thấy như mình đang trên Windows 7 chứ không phải là một HĐH cứu hộ.

Cách tạo USB thì rất đơn giản.
1, Các bạn tải file đính kèm:
 LK1clickSuperW7USB.zip (2,68 MB)

về xả nén ra một thư mục (Desktop cho dễ tìm ).

2. Sau đó, tải 4 phần của file W7pe_x86LK.iso về cũng đặt chung vào thư mục nói trên (ví dụ: Desktop). Sau đó, dùng WinRAR mở file part1 (file tải về đầu tiên), 4 phần tự động được ghép lại, các bạn xả nén file W7pe_x86LK.iso này vào đúng thư mục đặt fileLK1clickSuperW7USB.exe rồi chạy file LK1clickSuperW7USB.exe để tạo USB boot.

Link MF (cảm ơn bạn vicclub đã up giúp).
http://www.mediafire.com/?0na0sujf33a1h

Trích dẫn Nguyên văn bởi nhenheanh Xem bài viết
xác nhận chính xác part3 đã tử

bổ sung bằng 1 link khác
http://up.4share.vn/f/2a1b1c191d1213...part3.rar.file


Chúc các bạn thành công!

(Lãng khách viết file 1 click có USB boot hơi vội, sẽ cải tiến sau khi có time ).


Demo 1 hình ảnh Desktop:


Uploaded with ImageShack.us


Trích dẫn Nguyên văn bởi kenium Xem bài viết
Link 4share file Windows_7_Mini_x86.iso nè, cái này mình lấy ra upload lên đây thôi, không sửa gì đâu, cái này dùng để kiểm tra windows khi ổ cứng bị bad cũng khá tốt.
 File được đính kèm