MonoS
MonoS
The option "Force grab media" in JDownloader is enabled (so it won't crawl "retweets and other content from users' timelines") and i don't use the -rts flag, I've also re-checked...
Sure. The user id is AngelOfGears Regarding the tweet id [twitter-dl.txt](https://github.com/stockbsd/twitter-media-dl/files/4510031/twitter-dl.txt) [JDownloader.txt](https://github.com/stockbsd/twitter-media-dl/files/4510032/JDownloader.txt) Those are all the ids that JD and twitter-dl returned, i've sorted them and then truncated the jd's...
JD did download files with the same content but from different tweet ids, for example 1250701846479544320 1246422948057153536, while twitter-dl downloaded only the latter. Also i don't understand why have you...
I had the wrong assumption that every subtitle would end with an empty sequence of PCS/WDS/END, however in case a subtitle is right after the previous one, temporally speaking, then...
Selur from Doom9 sent me the source code of SeCut, you can take a look at it if you want [SECut_source.zip](https://github.com/MonoS/SupMover/files/14104281/SECut_source.zip)
Using your `--trace` i think i'm starting to understand better how SUP file works, you can find attached the subtitle that made me realize this functionality was broken [test cut_merge.zip](https://github.com/MonoS/SupMover/files/14220493/test.cut_merge.zip)...
If my idea about modifying the palette make sense i can make a dll for you, but from what i can see from your code you are more that capable...
Hi, last day i've implemented this functionality inside my application, you can see the commit here https://github.com/MonoS/SupMover/commit/079f7383b2742ebacf2e9af4b28d6b525bd5d64b I didn't implement --fixed and --color functionality as i don't understand how they...
yeah, it should be feasible, I'll try working on it, have you any suggestion for the name? I was thinking about `timefrom` or `timecode_from`, what do you think?
Hi @vevv, well, in reality is not that easy, [subtitle_tonemap](https://github.com/quietvoid/subtitle_tonemap) works on RGB while my tool works on the YUV palettes and to map quietvoid's functionality to mine i'd need...