Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a c program that takes a subtitle file (a file with .srt extension) and a signed number (in milliseconds) as its inputs and add/subtract

image text in transcribed
Write a c program that takes a subtitle file (a file with .srt extension) and a signed number (in milliseconds) as its inputs and add/subtract that amount of time from all of the content of the file and store the modified file. For example, consider the following small part of a subtitle from the big bang theory: 1 00:00:03,25800:00:05,078 ooh, it's freezing out here. 2 60:60:65,58700:00:07,877 would you like me to... heat things up? The first text will appear at 00:00:03,258 till 00:00:05,078. it is very annoying if it is not synced with the movie. Your code moves all of the time forward or backward according to the number of milliseconds that the user specified

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

4. Describe the factors that influence self-disclosure

Answered: 1 week ago

Question

1. Explain key aspects of interpersonal relationships

Answered: 1 week ago