File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Install dependencies
29- run : sudo apt update && sudo apt-get install libgpac-dev libtesseract-dev
29+ run : sudo apt update && sudo apt-get install libgpac-dev libtesseract-dev libavcodec-dev libavdevice-dev
3030 - uses : actions/checkout@v4
3131 - name : build
32- run : ./build
32+ run : ./build -hardsubx
3333 working-directory : ./linux
3434 - name : Display version information
3535 run : ./ccextractor --version
Original file line number Diff line number Diff line change 111.0 (to be released)
22-----------------
3+ - Fix: HardSubX OCR on Rust
34- Removed the Share Module
45- Fix: Regression failures on DVD files
56- Fix: Segmentation faults on MP4 files with CEA-708 captions
You can’t perform that action at this time.
0 commit comments