dvgrab: riff.c "Bad file descriptor"
Posted: Tue Jan 13, 2015 5:52 pm
[PROBLEM]
Tried to grab DV using the following commandline on Ubuntu 12.04 (64bit):
Usually, that worked fine, but now I got the following exception:
The problem was that I didn't have write permissions in that folder
Tried to grab DV using the following commandline on Ubuntu 12.04 (64bit):
Code: Select all
$ dvgrab -f dv2 --size 0 -rewind -showstatus output.avi
[SOLUTION]Error: riff.cc:585: In function "virtual void RIFFFile::WriteChunk(int, const void*)": condition "lseek( fd, entry.offset - RIFF_HEADERSIZE, SEEK_SET ) == ( off_t ) - 1" is true
riff.cc:585: errno: 9 (Bad file descriptor)terminate called without an active exception
Aborted (core dumped)
The problem was that I didn't have write permissions in that folder