Stephen Macke

Results 84 comments of Stephen Macke

For a quick-ish fix, one thing we could do is to use separate configs, e.g. webpack.config.dev.js and webpack.config.prod.js. These could share webpack.config.shared.js or something.

For anyone else stumbling on this: this unfortunately does not imply that we can compute the aforementioned quantity as c(19,4). I think this is because the dummy letters are indistinguishable,...

Hi, glad you have found this tool useful. This seems like a good idea; however, it may be a while before I have cycles to work on this.

Hi there, thanks for filing an issue! It looks like ffsubsync has determined that the subtitles are already synced. If you use the pre-synced subtitles, does it look OK? I'm...

@morpheus65535 thanks for the extra context! Ohhh my bad, I see now. It's not 101 dalmations for which the sync failed, it's 12 days of christmas. @thomasvt1 mind attaching the...

For Windows 7, see also #19. @rasa this suggests to me that maybe on Win7 (or maybe just for your video), the stderr pipe is filling up. Probably `ffmpeg` is...

@postacik I am starting to think that the issue you experienced in #4 might be the same as what @rasa experienced here, especially given the strange behavior re. mkv files....

@postacik @rasa Thank you both so much for confirming the fix! @hichenming I think your strategy probably makes more sense; we're not really using much of the functionality of ffmpeg-python,...

This isn't supported currently. Unfortunately, the VAD isn't precise enough for this sort of fine adjustment to individual subtitles. Possible this could change after investigating the use of a more...

Thanks for the PR, I think another strategy might be to just copy it. I'll go ahead and change the `move` to a `copy`.