© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2216
SUMMARY GENERATION FOR LECTURING VIDEOS
R Anish1, Shashank P3, Suraiya Anjum3, Sushma K4, Prof. Puneeth P5
*1,2,3,4,5 Department of Information Science and Engineering, Maharaja Institute of Technology,
Mysore, Karnataka, India
---------------------------------------------------------------------***---------------------------------------------------------------------
ABSTRACT
Online lectures and online courses share the same mass conceptual content all stored into one large video. As the world is
progressing towards advancement in the technology so is the production of high volume, high density data. Many universities
adapted to e-learning due to the pandemicand not all will access these videos multipletimestounderstandtheconceptsasthey
are long. Thus the extraction of important and useful topics from the lecturing videos is the area which hasn't been explored in
great yet. Particular area is having a huge potential of research and implementationasfarastherealapplicationsareconcerned.
Video highlights or synopsis is the abstraction of the main events in video or image collection. It is used in order to highlightthe
entire video to easily interpret what it is being tried to conclude. With this highlighting process we can easily understand and
revise on concepts that are importantand parts of videos containing interest. highlight videos of importantconceptswhichwill
ease the process of revision and learning. Content highlights facilitates us in simplifying the learning process. One of our main
objectives is to save time and access the important topics which is required by the viewer as fast as possible.
Keywords: Yake, EasyOCR, frame selection, text detection.
I. INTRODUCTION
The internet is flooded with an enormous amount of videos and textscan quickly scan the text and see if thereisanycontent
in the video. Summary versions of the videos will be a life saving asset. Recorded videos of lectures are gaining popularity as a
basic tool for distance education as well as a supplementary tool for face-to-face education. Students get information from
videos, but the timecost of going through these videos especially forlong lecturevideoswill be high, so to solve this, we needto
automatically capture the gist and essential topics in the videos, the video summary meets this requirement. Video
summarization is defined as the process of generating a summary of along video by selecting the most informative fortheuser.
This thesis emphasizes the survey for generating lecture summaries where weuse CV2 for video to image conversion,easyOCR
for text detection, merging and generating video summary with text generation.
II. LITERATURE REVIEW
[1] In this paper a framework for automatic summarization of videos. The SumBot framework is specially designed for
scenarios where the summarization process follows a semi-structured editing template.
[2] In this paper the anchor-based DSNet approach formulates the video summary as a focus detection problem and the
importance score and position from the generated interest suggestions
[3] In this paper an incremental framework for subset selection. At each point, it updates the set of representatives with
the previously selected set of representatives and the new data stack.
[4] In this paper A PCDL framework for video summarization tasks that generate video summaries using a dual learning
framework and constraints on summarization properties.
[5] In this paper A novel approach to a deep video summary called AD Sum is used to generate the summary.
[6] In this paper, automatic cricket video highlights will be generated by considering some of the criteria like scores,
audience voice and change in the score.
[7] In this paper The static and motion similarity scores of clips with the appropriate adaptation thresholds are used to
merge consistent clips. Use local static and motion similarities to adjust the boundaries between clips.
[8] In this paper A scene change detection algorithm based on position analysis has been proposed for frame rate up-
conversion. The proposed algorithm calculates statistics after generating a 2D histogram to extract the shape of the
histogram.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2217
III. SURVEY FINDINGS
Generating short summaries or highlights of recorded video content is an essential task not only for publishing content on
video sharing platforms, but also for video asset management.Thealgorithmsusedarea videosummarycreatedwithunpaired
data and a deep learning framework with unpaired data. Video summaries are intendedtocreatea concisesummarytoextract
the most useful parts of the video. This is essential for humans to effectively and efficiently search and understand large
amounts of video data in a user-friendly way. This is usually formulated as a supervised learning problem that learns a
spatiotemporal mapping function for selecting keyframes or subframes from a video sequence.
IV. METHODOLOGY
Our algorithm uses the textual information for extraction method. The textual information which is extracted from each
frame. First it recognizes the title in the slide and convert the text of the title into a sentence based on the algorithms like OCR
and CNN. When textual information is available, title differences are recognizedandinformationabouttopicsthathavechanged
for each topic is provided. This forms the basis for detecting changes in the scene. This captures the frames where the scene
changes occur and combines them to create highlights. OCR(Optical character recognition) converts the digital image into a
machine-coded text electronically. Here, the digital imageisgenerallyanimageincludingaregionsimilartothecharactersofthe
language. OCR can be used in artificial intelligence, pattern recognition and computer vision. This is because the new OCR is
trained by providing sample data that is executed via machine learning algorithms. This technique of extracting text from an
image is usually done in a work environment where you are certain that the image contains text data.
Figure 1: System Architecture.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2218
Figure 2 : Video Snapshot
Figure 3 : Video Snapshot.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2219
V. DATA FLOW DIAGRAMS
Figure 4: Dataflow diagram to novel approach of summary generation of lecturing videos
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2220
VI.USE CASE MODEL
Figure 5: Use Case Model
VII. RESULTS AND DISCUSSION
Here we tried to generate the summary for PowerPoint-based lecturing videos which is very much beneficial for students.
Where the user needs to upload a lecturing video using the user interface provided, once the video is uploaded successfully, a
summary video with text is generated. Once the video is generated the user should copy the link and pasteitintothebrowserto
download the summarized video.
Figure 3: User Interface.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2221
Figure 4: Summary Video with Text Generation
Figure 5: Accuracy Analysis between non-educational and educational videos
VII. CONCLUSION
The main aim of this project is a summary generationforlecturingvideosVideoSummarizationorsynopsisistheabstraction
of the main events in video orimage collection.it is used tosummarize the entire lecturing videoandprovideonlytheimportant
concepts that is being covered in that session. With this summarization process, we can easily understand and revise concepts
that are important and parts of videos containing interest. The proposed system will generate highlights of PowerPoint
presentation videos and blackboard taught videos by extracting the text from the images/frames of the videos and identifying
the change in textual information between frames. Some importantconceptsmayormaynotbeidentifiedproperlyinthecaseof
poor video/image quality.
IX. FUTURE WORK
In our proposed system weare implementing it only forthe PowerPoint-based lecturing videos. Inviewoffutureenhancement,
wetry to implement the video summarization technique forchalk and board lecturing videos in which the machineneeds to be
trained in a very efficient manner to provide the expected output.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2222
X. REFERENCES
[1] “SumBot: Summarize Videos Like a Human” by Hongxiang Gu, Stefano Petrangeli and Viswanathan Swaminathan in
2020.
[2] “DSNet: A Flexible Detect-to-Summarize Network for Video Summarization” by Wencheng Zhu, Jiwen Lu, Jiahao Li and
Jie Zhou in 2021
[3] “Online Summarization via Submodular and Convex Optimization” by EhsanElhamifarandM.Clara DePaolisKaluza in
2017
[4] “ Property-Constrained Dual Learning for Video Summarization “ by Bin Zhao, Xuelong Li and Xiaoqiang Lu in 2019.
[5] “Deep Attentive Video Summarization With Distribution Consistency Learning” by Zhong Ji, Yuxiao Zhao, YanweiPang,
Xi Li and Jungong Han in 2020.
[6] “A Multimodal approach for automatic cricket video summarization” by Aman Bhalla , Arpit Ahuja , Pradeep Pant and
Ankush Mittal in 2019.
[7] “ Unsupervised Video Summarization based on consistent clip generation” By Xin Ai, Yan Song , Zechao Li in 2018.
[8] “Positional analysis-based scene change detection algorithm” by Suk-Ju-Kang in 2015.
[9] “ Video Summarization by learning from unpaired data “ by Mrigank Rochan and Yang Wang in 2020.
[10] “Video Summarization by learning deep side semantic embedding” By Yitian yuan, Tao Mei,PengcuiandWenwuZhu
in 2017.
[11] “Unsupervised Video Summarization Framework using Key-Frame Extraction and Video Skimming” by Shruti Fadon
and Mahmood Jasim in 2020.
[12] “A New Approach to Extracting Sports Highlights ” by Pichet Suksai and Paruj Ratanworabhan in 2016.
[13] “An Efficient Framework for Automatic Highlights Generation from Sport Videos” by Ali Javeed, Khalid BhasirBajura,
Hafiz Malik, Aun Irtaza in 2016.
[14] “Video Summarization via Action Ranking “ by Mohammed Elfek and Ali Baj in 2019.
[15] “Cloud-Assisted Multi-View Video Summarization Using CNN and Bi-LSTM ” by Tanvir Hussain, Khan Mohammed,
Amin Ullah, Zehong Cao, Sungwook Baik and Victor Hugo De Alborquerque in 2019. Summary GenerationforLecturing
Videos 2021-22 Department of ISE, MIT Mysore 23.
[16] “Automatic Tour Video Summarization FocusingonSceneChangeforAdvanceTouristicExperience”bye YukiKanaya,
Shogo Kawanaka, Hirohiko Suwa Yutaka Arakawa and Keiichi Yasumoto in 2019.
[17] “Hybrid Approach for Video Compression Based on Scene Change Detection” by Ankita P. Chauhan, Rohit R. Parmar ,
Shankar K. Parmar , Shahida G. Chauhan in 2013.
[18] “A Novel Key-frames Selection Framework for Comprehensive Video Summarization” by Cheng Huang and Hongmei
Wang in 2018.
[19] “User-Ranking Video Summarization withMulti-Stage Spatio-Temporal Representation”bySiyuHuang,XiLi,Zhongfei
Zhang, Fei Wu, and Junwei Han in 2018.
[20] “Meta Learning for Task-Driven Video Summarization” by Xuelong Li, Fellow, IEEE, Hongli Li, and YongshengDongin
2019.

More Related Content

PDF
Multimodal video abstraction into a static document using deep learning
PDF
Parking Surveillance Footage Summarization
PPTX
video to text summarization using natural languyge proccesing
PDF
Video Summarization
PDF
Video Summarization for Sports
PPTX
Semantic Summarization of videos, Semantic Summarization of videos
PPTX
Video Summarisation Presentation. .pptx
PPTX
Mtech Fourth progress presentation
Multimodal video abstraction into a static document using deep learning
Parking Surveillance Footage Summarization
video to text summarization using natural languyge proccesing
Video Summarization
Video Summarization for Sports
Semantic Summarization of videos, Semantic Summarization of videos
Video Summarisation Presentation. .pptx
Mtech Fourth progress presentation

Similar to SUMMARY GENERATION FOR LECTURING VIDEOS (20)

PPTX
Mtech First progress PRESENTATION ON VIDEO SUMMARIZATION
PPTX
Dataset and methods for 360-degree video summarization
PPTX
Mtech Second progresspresentation ON VIDEO SUMMARIZATION
PPTX
Unsupervised object-level video summarization with online motion auto-encoder
PPTX
TVSum: Summarizing Web Videos Using Titles
PDF
VIDEO TO TEXT SUMMARIZER USING AI.pdf
PPTX
M.tech Third progress Presentation
PPTX
SANGEETA_YADAV_AI_VIDEO_SUMMARIZER_WEB_APP.pptx
PPTX
Hierarchical structure adaptive
PPTX
Unsupervised video summarization framework using keyframe extraction and vide...
PDF
Text Summarization and Conversion of Speech to Text
PPTX
Query focused video summarization
PPTX
Explaining video summarization based on the focus of attention
PDF
Icme2020 tutorial video_summarization_part1
PDF
Video content analysis and retrieval system using video storytelling and inde...
PDF
GAN-based video summarization
PPTX
CA-SUM Video Summarization
PPTX
Summarizing videos with Attention
PDF
AN EFFICIENT MODEL FOR VIDEO PREDICTION
Mtech First progress PRESENTATION ON VIDEO SUMMARIZATION
Dataset and methods for 360-degree video summarization
Mtech Second progresspresentation ON VIDEO SUMMARIZATION
Unsupervised object-level video summarization with online motion auto-encoder
TVSum: Summarizing Web Videos Using Titles
VIDEO TO TEXT SUMMARIZER USING AI.pdf
M.tech Third progress Presentation
SANGEETA_YADAV_AI_VIDEO_SUMMARIZER_WEB_APP.pptx
Hierarchical structure adaptive
Unsupervised video summarization framework using keyframe extraction and vide...
Text Summarization and Conversion of Speech to Text
Query focused video summarization
Explaining video summarization based on the focus of attention
Icme2020 tutorial video_summarization_part1
Video content analysis and retrieval system using video storytelling and inde...
GAN-based video summarization
CA-SUM Video Summarization
Summarizing videos with Attention
AN EFFICIENT MODEL FOR VIDEO PREDICTION
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Ad

Recently uploaded (20)

PDF
August -2025_Top10 Read_Articles_ijait.pdf
PPTX
WN UNIT-II CH4_MKaruna_BapatlaEngineeringCollege.pptx
PDF
Principles of operation, construction, theory, advantages and disadvantages, ...
PPTX
Wireless sensor networks (WSN) SRM unit 2
PPTX
Cisco Network Behaviour dibuywvdsvdtdstydsdsa
PPTX
MAD Unit - 3 User Interface and Data Management (Diploma IT)
PDF
SEH5E Unveiled: Enhancements and Key Takeaways for Certification Success
PDF
electrical machines course file-anna university
PPTX
Solar energy pdf of gitam songa hemant k
PPTX
Principal presentation for NAAC (1).pptx
PDF
20250617 - IR - Global Guide for HR - 51 pages.pdf
DOCX
ENVIRONMENTAL PROTECTION AND MANAGEMENT (18CVL756)
PPTX
Environmental studies, Moudle 3-Environmental Pollution.pptx
PPTX
SE unit 1.pptx aaahshdhajdviwhsiehebeiwheiebeiev
PDF
AIGA 012_04 Cleaning of equipment for oxygen service_reformat Jan 12.pdf
PPTX
chapter 1.pptx dotnet technology introduction
PDF
UEFA_Carbon_Footprint_Calculator_Methology_2.0.pdf
PDF
Cryptography and Network Security-Module-I.pdf
PPTX
BBOC407 BIOLOGY FOR ENGINEERS (CS) - MODULE 1 PART 1.pptx
PDF
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
August -2025_Top10 Read_Articles_ijait.pdf
WN UNIT-II CH4_MKaruna_BapatlaEngineeringCollege.pptx
Principles of operation, construction, theory, advantages and disadvantages, ...
Wireless sensor networks (WSN) SRM unit 2
Cisco Network Behaviour dibuywvdsvdtdstydsdsa
MAD Unit - 3 User Interface and Data Management (Diploma IT)
SEH5E Unveiled: Enhancements and Key Takeaways for Certification Success
electrical machines course file-anna university
Solar energy pdf of gitam songa hemant k
Principal presentation for NAAC (1).pptx
20250617 - IR - Global Guide for HR - 51 pages.pdf
ENVIRONMENTAL PROTECTION AND MANAGEMENT (18CVL756)
Environmental studies, Moudle 3-Environmental Pollution.pptx
SE unit 1.pptx aaahshdhajdviwhsiehebeiwheiebeiev
AIGA 012_04 Cleaning of equipment for oxygen service_reformat Jan 12.pdf
chapter 1.pptx dotnet technology introduction
UEFA_Carbon_Footprint_Calculator_Methology_2.0.pdf
Cryptography and Network Security-Module-I.pdf
BBOC407 BIOLOGY FOR ENGINEERS (CS) - MODULE 1 PART 1.pptx
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf

SUMMARY GENERATION FOR LECTURING VIDEOS

  • 1. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2216 SUMMARY GENERATION FOR LECTURING VIDEOS R Anish1, Shashank P3, Suraiya Anjum3, Sushma K4, Prof. Puneeth P5 *1,2,3,4,5 Department of Information Science and Engineering, Maharaja Institute of Technology, Mysore, Karnataka, India ---------------------------------------------------------------------***--------------------------------------------------------------------- ABSTRACT Online lectures and online courses share the same mass conceptual content all stored into one large video. As the world is progressing towards advancement in the technology so is the production of high volume, high density data. Many universities adapted to e-learning due to the pandemicand not all will access these videos multipletimestounderstandtheconceptsasthey are long. Thus the extraction of important and useful topics from the lecturing videos is the area which hasn't been explored in great yet. Particular area is having a huge potential of research and implementationasfarastherealapplicationsareconcerned. Video highlights or synopsis is the abstraction of the main events in video or image collection. It is used in order to highlightthe entire video to easily interpret what it is being tried to conclude. With this highlighting process we can easily understand and revise on concepts that are importantand parts of videos containing interest. highlight videos of importantconceptswhichwill ease the process of revision and learning. Content highlights facilitates us in simplifying the learning process. One of our main objectives is to save time and access the important topics which is required by the viewer as fast as possible. Keywords: Yake, EasyOCR, frame selection, text detection. I. INTRODUCTION The internet is flooded with an enormous amount of videos and textscan quickly scan the text and see if thereisanycontent in the video. Summary versions of the videos will be a life saving asset. Recorded videos of lectures are gaining popularity as a basic tool for distance education as well as a supplementary tool for face-to-face education. Students get information from videos, but the timecost of going through these videos especially forlong lecturevideoswill be high, so to solve this, we needto automatically capture the gist and essential topics in the videos, the video summary meets this requirement. Video summarization is defined as the process of generating a summary of along video by selecting the most informative fortheuser. This thesis emphasizes the survey for generating lecture summaries where weuse CV2 for video to image conversion,easyOCR for text detection, merging and generating video summary with text generation. II. LITERATURE REVIEW [1] In this paper a framework for automatic summarization of videos. The SumBot framework is specially designed for scenarios where the summarization process follows a semi-structured editing template. [2] In this paper the anchor-based DSNet approach formulates the video summary as a focus detection problem and the importance score and position from the generated interest suggestions [3] In this paper an incremental framework for subset selection. At each point, it updates the set of representatives with the previously selected set of representatives and the new data stack. [4] In this paper A PCDL framework for video summarization tasks that generate video summaries using a dual learning framework and constraints on summarization properties. [5] In this paper A novel approach to a deep video summary called AD Sum is used to generate the summary. [6] In this paper, automatic cricket video highlights will be generated by considering some of the criteria like scores, audience voice and change in the score. [7] In this paper The static and motion similarity scores of clips with the appropriate adaptation thresholds are used to merge consistent clips. Use local static and motion similarities to adjust the boundaries between clips. [8] In this paper A scene change detection algorithm based on position analysis has been proposed for frame rate up- conversion. The proposed algorithm calculates statistics after generating a 2D histogram to extract the shape of the histogram. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2217 III. SURVEY FINDINGS Generating short summaries or highlights of recorded video content is an essential task not only for publishing content on video sharing platforms, but also for video asset management.Thealgorithmsusedarea videosummarycreatedwithunpaired data and a deep learning framework with unpaired data. Video summaries are intendedtocreatea concisesummarytoextract the most useful parts of the video. This is essential for humans to effectively and efficiently search and understand large amounts of video data in a user-friendly way. This is usually formulated as a supervised learning problem that learns a spatiotemporal mapping function for selecting keyframes or subframes from a video sequence. IV. METHODOLOGY Our algorithm uses the textual information for extraction method. The textual information which is extracted from each frame. First it recognizes the title in the slide and convert the text of the title into a sentence based on the algorithms like OCR and CNN. When textual information is available, title differences are recognizedandinformationabouttopicsthathavechanged for each topic is provided. This forms the basis for detecting changes in the scene. This captures the frames where the scene changes occur and combines them to create highlights. OCR(Optical character recognition) converts the digital image into a machine-coded text electronically. Here, the digital imageisgenerallyanimageincludingaregionsimilartothecharactersofthe language. OCR can be used in artificial intelligence, pattern recognition and computer vision. This is because the new OCR is trained by providing sample data that is executed via machine learning algorithms. This technique of extracting text from an image is usually done in a work environment where you are certain that the image contains text data. Figure 1: System Architecture.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2218 Figure 2 : Video Snapshot Figure 3 : Video Snapshot.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2219 V. DATA FLOW DIAGRAMS Figure 4: Dataflow diagram to novel approach of summary generation of lecturing videos
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2220 VI.USE CASE MODEL Figure 5: Use Case Model VII. RESULTS AND DISCUSSION Here we tried to generate the summary for PowerPoint-based lecturing videos which is very much beneficial for students. Where the user needs to upload a lecturing video using the user interface provided, once the video is uploaded successfully, a summary video with text is generated. Once the video is generated the user should copy the link and pasteitintothebrowserto download the summarized video. Figure 3: User Interface.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2221 Figure 4: Summary Video with Text Generation Figure 5: Accuracy Analysis between non-educational and educational videos VII. CONCLUSION The main aim of this project is a summary generationforlecturingvideosVideoSummarizationorsynopsisistheabstraction of the main events in video orimage collection.it is used tosummarize the entire lecturing videoandprovideonlytheimportant concepts that is being covered in that session. With this summarization process, we can easily understand and revise concepts that are important and parts of videos containing interest. The proposed system will generate highlights of PowerPoint presentation videos and blackboard taught videos by extracting the text from the images/frames of the videos and identifying the change in textual information between frames. Some importantconceptsmayormaynotbeidentifiedproperlyinthecaseof poor video/image quality. IX. FUTURE WORK In our proposed system weare implementing it only forthe PowerPoint-based lecturing videos. Inviewoffutureenhancement, wetry to implement the video summarization technique forchalk and board lecturing videos in which the machineneeds to be trained in a very efficient manner to provide the expected output.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2222 X. REFERENCES [1] “SumBot: Summarize Videos Like a Human” by Hongxiang Gu, Stefano Petrangeli and Viswanathan Swaminathan in 2020. [2] “DSNet: A Flexible Detect-to-Summarize Network for Video Summarization” by Wencheng Zhu, Jiwen Lu, Jiahao Li and Jie Zhou in 2021 [3] “Online Summarization via Submodular and Convex Optimization” by EhsanElhamifarandM.Clara DePaolisKaluza in 2017 [4] “ Property-Constrained Dual Learning for Video Summarization “ by Bin Zhao, Xuelong Li and Xiaoqiang Lu in 2019. [5] “Deep Attentive Video Summarization With Distribution Consistency Learning” by Zhong Ji, Yuxiao Zhao, YanweiPang, Xi Li and Jungong Han in 2020. [6] “A Multimodal approach for automatic cricket video summarization” by Aman Bhalla , Arpit Ahuja , Pradeep Pant and Ankush Mittal in 2019. [7] “ Unsupervised Video Summarization based on consistent clip generation” By Xin Ai, Yan Song , Zechao Li in 2018. [8] “Positional analysis-based scene change detection algorithm” by Suk-Ju-Kang in 2015. [9] “ Video Summarization by learning from unpaired data “ by Mrigank Rochan and Yang Wang in 2020. [10] “Video Summarization by learning deep side semantic embedding” By Yitian yuan, Tao Mei,PengcuiandWenwuZhu in 2017. [11] “Unsupervised Video Summarization Framework using Key-Frame Extraction and Video Skimming” by Shruti Fadon and Mahmood Jasim in 2020. [12] “A New Approach to Extracting Sports Highlights ” by Pichet Suksai and Paruj Ratanworabhan in 2016. [13] “An Efficient Framework for Automatic Highlights Generation from Sport Videos” by Ali Javeed, Khalid BhasirBajura, Hafiz Malik, Aun Irtaza in 2016. [14] “Video Summarization via Action Ranking “ by Mohammed Elfek and Ali Baj in 2019. [15] “Cloud-Assisted Multi-View Video Summarization Using CNN and Bi-LSTM ” by Tanvir Hussain, Khan Mohammed, Amin Ullah, Zehong Cao, Sungwook Baik and Victor Hugo De Alborquerque in 2019. Summary GenerationforLecturing Videos 2021-22 Department of ISE, MIT Mysore 23. [16] “Automatic Tour Video Summarization FocusingonSceneChangeforAdvanceTouristicExperience”bye YukiKanaya, Shogo Kawanaka, Hirohiko Suwa Yutaka Arakawa and Keiichi Yasumoto in 2019. [17] “Hybrid Approach for Video Compression Based on Scene Change Detection” by Ankita P. Chauhan, Rohit R. Parmar , Shankar K. Parmar , Shahida G. Chauhan in 2013. [18] “A Novel Key-frames Selection Framework for Comprehensive Video Summarization” by Cheng Huang and Hongmei Wang in 2018. [19] “User-Ranking Video Summarization withMulti-Stage Spatio-Temporal Representation”bySiyuHuang,XiLi,Zhongfei Zhang, Fei Wu, and Junwei Han in 2018. [20] “Meta Learning for Task-Driven Video Summarization” by Xuelong Li, Fellow, IEEE, Hongli Li, and YongshengDongin 2019.