#924 closed defect (fixed)
libxvid video codec leaks temporary files
Reported by: | Jean Delvare | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | avcodec |
Version: | git-master | Keywords: | libxvid |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
When encoding with -vcodec libxvid in two-pass mode, the second pass creates a copy of the first-pass log as /tmp/xvidff.*. This copy is not deleted when the second-pass encoding ends.
I don't know what sense it makes to create a copy of the file in the first place, but assuming there is a good reason for that, this temporary file should be deleted by ffmpeg before it quits. I happen to have /tmp mounted in memory (tmpfs) so every file left behind is actually stealing my memory until next reboot.
Change History (2)
comment:1 by , 12 years ago
Reproduced by developer: | set |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 0.9.1 → git-master |
comment:2 by , 12 years ago
Keywords: | libxvid added; temporary file removed |
---|---|
Type: | enhancement → defect |
Note:
See TracTickets
for help on using tickets.