Ishan Grover
Ishan Grover
Hey @MaxVerevkin , I was trying to solve this issue but I am stuck at some place: - let's suppose i opt for `package_manager = ["apt","snap","pacman"]` Now what should be...
I have started working on this issue & I have raised a Draft PR #1599 as it is WIP. Till now I have done the first task which is `Changing...
I guess this issue is fixed in [code](https://github.com/CCExtractor/ccextractor/blob/376ff831616919e092b53353f3799654d86d0759/src/rust/src/decoder/service_decoder.rs#L274) after 0.94 package release. So, upcoming release doesn't contain this bug
> The last update to this code was 2 years ago. Are you sure it's fixed? Yeah, I also checked that but I ran `./ccextracter sample.ts -608` from source binary...
> Is that the same sample I uploaded: https://www.dropbox.com/scl/fi/zoaavo5y9szk1tn4uee7l/EIA-608-and-EIA-708-streams.ts?rlkey=46xgwv6rdamo50mpnxk7x9eux&dl=0 Yes, i used the same sample you uploaded And this is the [output.srt](https://pastebin.com/wAiHYmKW) Command used: `./ccextractor ~/Downloads/cc/streams.ts -608 -o out.srt` ->...
Do you know, what could be problem here? @cfsmp3
I am using these commands([link](https://github.com/IshanGrover2004/ccextractor-fork/blob/6f70cdbf452a5b4f1f1158062d2b5dba54d27fe7/linux/build-static.sh#L117)): ```sh autoreconf --install ./configure --without-rust make ENABLE_OCR=yes ``` which gives error: ```c In file included from ../src/lib_ccx/params.c:13: ../src/lib_ccx/compile_info.h:7:10: fatal error: compile_info_real.h: No such file or...
> Is it working yet? Or are you still stuck with the error Stuck with the error
> Maybe alpine and docker are causing this, are you sure this is the right way to build AppImage? There's also appimagetool used for building it. Currently my goal is...
> You're not running the pre-build.sh script that generates that header file ;) > > (or using cmake; https://github.com/CCExtractor/ccextractor/commit/4fe82abbfcb61f90cf542bb3ebf0e3702782140e) Okk, I'll try this. Can you have a look [here](https://github.com/IshanGrover2004/ccextractor-fork/blob/6f70cdbf452a5b4f1f1158062d2b5dba54d27fe7/linux/build-static.sh#L117), is...