Skip to main content

Timeline for Bash Script with ffmpeg

Current License: CC BY-SA 3.0

11 events
when toggle format what by license comment
Feb 8, 2018 at 0:00 vote accept NixonShaun
Feb 7, 2018 at 20:09 comment added NixonShaun thank you i tested it and ccextract will work on both .ts and .mp4. I have changed the Bash Script to For INf in *.ts Do... this will take the closed caption subtitle from the original file not the remuxed one.
Feb 7, 2018 at 16:56 comment added NixonShaun my apologies. I will try change it to .ts and see if it still pulls the closed captions out of the stream or if it has to pull it from the .mp4. will update you one i get home from work and am able to test it on .ts file. At present it is extracting the closed caption subtitles from the mp4 file.
Feb 7, 2018 at 13:49 comment added wurtel You're not reading my comment correctly. You write that you want to extract the subtitles from the .ts file, but the code you show is extracting it from the .mp4 files. So what is it?
Feb 7, 2018 at 13:01 comment added NixonShaun yes the .ts transport stream is a container with an mpeg2 file as well as closed captioning. VLC picks up CC info from the stream; however, PLEX does not do so. So i have to extract it to .srt manually. So i convert .ts to smaller size mp4, extract closed captions. i want to create one script that will do all this, then remove the .ts files too.
Feb 7, 2018 at 12:28 comment added wurtel It looks to me that you're pulling the subtitles from the mp4 file, at least that is what your code snippet above does.
S Feb 7, 2018 at 10:17 history suggested Murphy CC BY-SA 3.0
Fixed indentation.
Feb 7, 2018 at 9:38 review Suggested edits
S Feb 7, 2018 at 10:17
Feb 7, 2018 at 3:19 answer added Zombo timeline score: 1
Feb 7, 2018 at 3:03 review First posts
Feb 7, 2018 at 4:33
Feb 7, 2018 at 3:03 history asked NixonShaun CC BY-SA 3.0