[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]
Re: [transcode-users] reading nuppelvideo-stream from stdin/fifo
On Wednesday 2002-09-04 00:37, Christian Reiniger wrote:
> The problem is that I don't have several nuv files, but one big one
> (~11GB), split into several parts
>
> Having it as one big file also doesn't work - transcode just hangs in
> an endless read() loop once the file is larger than 2G
Ok, found the reason. File offsets are of type int instead of off_t, so
they overflow when accessing large files (see
http://www.suse.de/~aj/linux_lfs.html , section "Using LFS"). Shouldn't
be too difficult to fix...
--
Christian Reiniger
"World domination. Fast." (Linus Torvalds about Linux)
_______________________________________________
transcode-users mailing list
transcode-users@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
http://www.theorie.physik.uni-goettingen.de/mailman/listinfo/transcode-users
- Re: [transcode-users] reading nuppelvideo-stream from stdin/fifo, (continued)
- Re: [transcode-users] reading nuppelvideo-stream from stdin/fifo, Marc Leeman, 2002/09/04
- Re: [transcode-users] reading nuppelvideo-stream from stdin/fifo, Marc Leeman, 2002/09/04
- [transcode-users] Reading damaged NUV file (was: reading nuppelvideo-stream fromstdin/fifo), Tilmann Bitterberg, 2002/09/04
- Re: [transcode-users] Reading damaged NUV file (was: reading nuppelvideo-stream from stdin/fifo), Marc Leeman, 2002/09/04
- Re: [transcode-users] Reading damaged NUV file (was: reading nuppelvideo-stream from stdin/fifo), Marc Leeman, 2002/09/05
- Re: [transcode-users] reading nuppelvideo-stream from stdin/fifo,
Christian Reiniger <=