bbgdzxng1

Results 11 comments of bbgdzxng1

Adding a link to the EBU-TT Toolkit in case a commercial sponsor is identified. _"The kit is envisaged to contain a set of components for generating, testing and distributing subtitle...

Resolved by running SCCTOOL's perl script rather than the Windows binary.

Worked perfectly for SCC > Raw > SRT using SCC_TOOLS per scripts on macOS ``` $ curl --silent --location --request GET "https://archive.org/download/cc_sample/cc_sample.scc" -o cc_sample.scc $ dos2unix --newfile cc_sample.scc cc_sample_dos2unix.scc $...

I'm not entirely sure that the brew formula will work for all users at this stage, so I would welcome any feedback from the community, especially those with experience of...

Below is a proposed libcaption.rb for release version 0.7, which appears to compile libcaption successfully, with necessary dependencies. Any feedback or improvements are welcome. Save the following snippet to /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/libcaption.rb...

I have submitted a PR to Homebrew Core https://github.com/Homebrew/homebrew-core/pull/34453 Unfortunately, @BrewTestBot is waiting for libcaption to gain further traction. >GitHub repository not notable enough ( :build def install system "cmake",...

> GitHub repository not notable enough (

@aplumafreak500... in case it helps, you can use a combination of libcaption and FFmpeg. It is a bit of a long-way-around hack, but it works: 1. Start with a SRT...

For reference, and in case it proves useful, here is how the test case was created... ``` # create a video with no captions $ ffmpeg -hide_banner -f lavfi -i...

@JeromeMartinez thank-you for replying, sir. Here's where the testcase created by libcaption works and does not. With your proposed workaround,`mediainfo` is in with the majority. - [x] Detected by mediainfo,...