Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d1maxa authored Jan 24, 2022
1 parent 44812ea commit 705c2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
## Tool for fixing avi files with Xvid/Divx codec to play on modern TVs
For single file you can use [FourCC changer](https://www.fourcc.org/changer/). My tool is for batch processing.
### How to use
Based on [this](https://www.avforums.com/threads/a-simple-trick-to-play-avi-xvid-divx-videos-on-samsung-tv-without-re-encoding.2341579/)
```
FixAvi4cc.exe [options] dirName1 dirName2 fileName1 fileName2...
FixAvi4cc.exe -backup -skipReadOnly -skipCheck -topDirectoryOnly -log logFileName dirName1 dirName2 fileName1 fileName2...
Expand All @@ -17,3 +16,4 @@ fileName1 fileName2... Paths to .avi files
all arguments are not required, by default it searches all .avi files in current directory
and subdirectories with xvid/divx FourCC and changes it to FMP4 without backup(read-only files too)
```
Based on [this thread](https://www.avforums.com/threads/a-simple-trick-to-play-avi-xvid-divx-videos-on-samsung-tv-without-re-encoding.2341579/)

0 comments on commit 705c2f2

Please sign in to comment.