Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#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 Michael Niedermayer, 11 years ago

Reproduced by developer: set
Resolution: fixed
Status: newclosed
Version: 0.9.1git-master

comment:2 by Carl Eugen Hoyos, 11 years ago

Keywords: libxvid added; temporary file removed
Type: enhancementdefect
Note: See TracTickets for help on using tickets.