From dac7e45651a07a34a4d2dc2aca45a0a123e53d2d Mon Sep 17 00:00:00 2001 From: ManveerBasra Date: Mon, 28 Nov 2016 19:53:09 -0800 Subject: [PATCH 1/3] Fixed multiple spelling mistakes --- docs/CHANGES.TXT | 18 +++++++++--------- docs/FFMPEG.TXT | 8 ++++---- docs/FRONTEND_COMMUNICATIONS.TXT | 2 +- docs/G608.TXT | 2 +- docs/OCR.txt | 14 +++++++------- docs/using_cmake_build.txt | 8 ++++---- src/CMakeLists.txt | 4 ++-- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT index 7dddf38b..b60374de 100644 --- a/docs/CHANGES.TXT +++ b/docs/CHANGES.TXT @@ -83,7 +83,7 @@ ----------------- - Added basic M2TS support - Added EPG support - you can now export the Program Guide to XML -- Some bugfixes +- Some bug fixes 0.75 (2015-01-15) ----------------- @@ -107,7 +107,7 @@ 0.73 - GSOC (2014-08-19) ------------------------ - Added support of BIN format for Teletext -- Added start of librarisation. This will allow in the future for other programs to use encoder/decoder functions and more. +- Added start of librarization. This will allow in the future for other programs to use encoder/decoder functions and more. 0.72 - GSOC (2014-08-12) ------------------------ @@ -452,7 +452,7 @@ version of CCExtractor. 0.57 (2010-12-16) ----------------- -- Bugfixes in the Windows version. Some debug code was unintentionally +- Bug fixes in the Windows version. Some debug code was unintentionally left in the released version. 0.56 (2010-12-09) @@ -480,7 +480,7 @@ version of CCExtractor. ----------------- - Add -nosync and -fullbin switches for debugging purposes. - Remove -lg (--largegops) switch. -- Improve syncronization of captions for source files with +- Improve synchronization of captions for source files with jumps in their time information or gaps in the caption information. - [R. Abarca] Changed Mac script, it now compiles/link @@ -565,7 +565,7 @@ version of CCExtractor. is broken please let me know. - Added new debug options. - [Volker] Added support for DVR-MS NTSC files. -- Other minor bugfixes and changes. +- Other minor bug fixes and changes. 0.46 (2008-11-24) ----------------- @@ -583,11 +583,11 @@ version of CCExtractor. 0.45 (2008-11-14) ----------------- -- Added autodetection of DVR-MS files. +- Added auto-detection of DVR-MS files. - Added -asf to force DVR-MS mode. - Added some specific support for DVR-MS files. These format used to work - correcty in 0.34 (pure luck) but the + correctly in 0.34 (pure luck) but the MPEG code rework broke it. It should work as it used to. - Updated Windows GUI to support the @@ -611,7 +611,7 @@ version of CCExtractor. in one go. - Added an option to prevent duplicate lines in roll-up captions. -- Several minor bugfixes. +- Several minor bug fixes. - Updated the GUI to add the new options. 0.43 (2008-06-20) @@ -693,7 +693,7 @@ version of CCExtractor. being closed). - Displayed memory is now written to disk at end of stream even if there is no command requesting - so (may prevent losing the last screenful). + so (may prevent losing the last screen-full). - Important change that could break scripts, but that have been added because old behaviour was annoying to most people: _1 and _2 at the end diff --git a/docs/FFMPEG.TXT b/docs/FFMPEG.TXT index d60b2514..248aa223 100644 --- a/docs/FFMPEG.TXT +++ b/docs/FFMPEG.TXT @@ -1,12 +1,12 @@ Overview ======== -FFmpeg Intigration was done to support multiple encapsulator. +FFmpeg Intigration was done to support multiple encapsulations. Dependecy ========= FFmpeg library's -Download and Install FFmpeg on your linux pc. +Download and Install FFmpeg on your Linux pc. --------------------------------------------- Download latest source code from following link @@ -15,8 +15,8 @@ https://ffmpeg.org/download.html then following command to install ffmpeg ./configure && make && make install -Note:If you installed ffmpeg on non standurd location, please change/update your - enviorment variable $PATH and $LD_LIBRARY_PATH +Note:If you installed ffmpeg on non-standard location, please change/update your + environment variable $PATH and $LD_LIBRARY_PATH Download and Install FFmpeg on your Windows pc. ---------------------------------------------- diff --git a/docs/FRONTEND_COMMUNICATIONS.TXT b/docs/FRONTEND_COMMUNICATIONS.TXT index debf9f52..1f8aa686 100644 --- a/docs/FRONTEND_COMMUNICATIONS.TXT +++ b/docs/FRONTEND_COMMUNICATIONS.TXT @@ -80,7 +80,7 @@ VIDEOINFO - New video information found Horizontal resolution Vertical resolution Aspect ratio - Framerate + Frame rate Example: ###VIDEOINFO#1980#1080#16:9#29.97 diff --git a/docs/G608.TXT b/docs/G608.TXT index 998e9fe6..d5168481 100644 --- a/docs/G608.TXT +++ b/docs/G608.TXT @@ -3,7 +3,7 @@ G608 G608 (for grid 608) is generated by CCExtractor by using -out=g608. This is a verbose format that exports the contents of the 608 grid verbatim -so there's no loss of positioning or colors due the limitations or complexy +so there's no loss of positioning or colors due the limitations or complexity or other output formats. G608 is a text file with a structure based on .srt and looks like this: diff --git a/docs/OCR.txt b/docs/OCR.txt index 8d969af9..ed75abe2 100644 --- a/docs/OCR.txt +++ b/docs/OCR.txt @@ -1,17 +1,17 @@ Overview ======== -OCR (Optical Character Recognisation ) is an technique used to -extract text from images. In the World of Subtile, subtitle stored -in bitmap format are common and even neccassary. for converting subtile -in bitmap format to subtilte in text format ocr is used. +OCR (Optical Character Recognition) is a technique used to +extract text from images. In the World of Subtitle, subtitle stored +in bitmap format are common and even necessary for converting subtitle +in bitmap format to subtitle in text format ocr is used. Dependency ========== -Tesseract (OCR library by google) +Tesseract (OCR library by Google) Leptonica (image processing library) -How to compile ccextractor on linux with OCR +How to compile ccextractor on linux with OCR ============================================= Download and Install Leptonnica. @@ -55,7 +55,7 @@ Compile CCextractor passing flags like following make ENABLE_OCR=yes -How to compile ccextractor on Windows with OCR +How to compile ccextractor on Windows with OCR =============================================== Download prebuild library of leptonica and tesseract from following link diff --git a/docs/using_cmake_build.txt b/docs/using_cmake_build.txt index 5cfc24f2..9326de99 100644 --- a/docs/using_cmake_build.txt +++ b/docs/using_cmake_build.txt @@ -1,4 +1,4 @@ -For building ccextractor using cmake folllow below steps.. +For building ccextractor using cmake follow steps below.. Step 1) Check you have right version of cmake installed. ( version >= 3.0.2 ) We are using CMP0037 policy of cmake which was introduced in 3.0.0 @@ -6,12 +6,12 @@ Step 1) Check you have right version of cmake installed. ( version >= 3.0.2 ) suggest to use 3.0.2 or higher version. -Step 2) create a seprate directory where you want to build the target. - In Unix you can do it using follwing commands. +Step 2) create a separate directory where you want to build the target. + In Unix you can do it using following commands. ~> cd ccextractor ~> mkdir build -Step 3) make the build sytem using cmake +Step 3) make the build system using cmake ~> cmake ../src/ Step 4) Compile the code. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a52285bc..84d6f814 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,7 +6,7 @@ option (WITH_FFMPEG "Build using FFmpeg demuxer and decoder" OFF) option (WITH_OCR "Build with OCR (Optical Character Recognition) feature" OFF) option (WITH_SHARING "Build with sharing and translation support" OFF) -#Version number +# Version number set (CCEXTRACTOR_VERSION_MAJOR 0) set (CCEXTRACTOR_VERSION_MINOR 77) @@ -26,7 +26,7 @@ include_directories ("${PROJECT_SOURCE_DIR}/zvbi") aux_source_directory ("${PROJECT_SOURCE_DIR}/zvbi" SOURCEFILE) aux_source_directory ("${PROJECT_SOURCE_DIR}/lib_hash" SOURCEFILE) -#Adding some platform specific library path +# Adding some platform specific library path link_directories (/opt/local/lib) link_directories (/usr/local/lib) From 203cf029d160ed48a715f60c425b284cbf75be87 Mon Sep 17 00:00:00 2001 From: ManveerBasra Date: Mon, 28 Nov 2016 20:38:07 -0800 Subject: [PATCH 2/3] Fixed a minor mistake while correcting spelling --- docs/OCR.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OCR.txt b/docs/OCR.txt index ed75abe2..55a717ce 100644 --- a/docs/OCR.txt +++ b/docs/OCR.txt @@ -1,7 +1,7 @@ Overview ======== -OCR (Optical Character Recognition) is a technique used to +OCR (Optical Character Recognization) is a technique used to extract text from images. In the World of Subtitle, subtitle stored in bitmap format are common and even necessary for converting subtitle in bitmap format to subtitle in text format ocr is used. From e54a5982e3b9ec10d326bbcf0aa6f57f030d5dad Mon Sep 17 00:00:00 2001 From: ManveerBasra Date: Mon, 28 Nov 2016 21:16:33 -0800 Subject: [PATCH 3/3] Changed Recognization to Recognition --- docs/OCR.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OCR.txt b/docs/OCR.txt index 55a717ce..ed75abe2 100644 --- a/docs/OCR.txt +++ b/docs/OCR.txt @@ -1,7 +1,7 @@ Overview ======== -OCR (Optical Character Recognization) is a technique used to +OCR (Optical Character Recognition) is a technique used to extract text from images. In the World of Subtitle, subtitle stored in bitmap format are common and even necessary for converting subtitle in bitmap format to subtitle in text format ocr is used.