Changes

Samsung SC-MX20R Digital Camcorder

295 bytes added, 17:03, 10 April 2015
/* Aspect Ratio Issue */
The following lines were added (+) and removed (-):
For users of the Samsung SC-MX20, this little program fixes the wide screen problem and gives the option to convert video files to a Windows Movie Maker friendly format.=== Recommended Fix: mp4box ===* http://sourceforge.net/projects/thefix/Credit to: Allen AndersenThe Samsung MX20 does not tag its 16:9 files with the correct DAR. It is not desirable to re-encode because that causes quality loss.  You can use a utility called mp4box which is part of GPAC to correct the DAR tagging without re-encoding.  The source file will be replaced (corrected.) This fix does not work well, produces a much larger file.  Re-encodes is lossy and inefficient. another fix: See: [http://mbppg.com/info/encode.html SC-MX20 Video Encoding for Better Video Quality] another fix: The Samsung MX20 does not tag its 16:9 files with the correct DAR. To fix this without a re-encode use Yamb (or mp4box).mp4box and use this batch file :process single video file command example:  mp4box.exe -par 1=54:45 homemovie.mp4 You can use a batch file to process a directory of video files  "E:\Program Files\Yamb\mp4box.exe" -par 1=54:45 %1  "C:\Program Files\GPAC\mp4box.exe" -par 1=54:45 %1Replace the path to mp4box as appropriate. Then just drag and drop files to be fixed onto the bat file.The batch file script is based on the example from this source: https://youtu.be/rg4pc2rQ9Rwsource: https://youtu.be/rg4pc2rQ9Rw=== Not Recommended: Allen Anderson Fix === For users of the Samsung SC-MX20, this little program fixes the wide screen problem and gives the option to convert video files to a Windows Movie Maker friendly format.* http://sourceforge.net/projects/thefix/ Credit to: Allen Andersen This fix does not work well, produces a much larger file.  Re-encodes is lossy and inefficient. === Other Fix Options === another fix: See: [http://mbppg.com/info/encode.html SC-MX20 Video Encoding for Better Video Quality]mp4box (yamb is the gui). 
Administrator
652
edits