2020. 04. 27. 22:57 keltezéssel, Long Wind írta: > You are right. Thanks! > but mencoder return normally, i didn't see any error msg > maybe i have to delete it. > > On Tuesday, April 28, 2020, 3:17:28 AM GMT+8, <to...@tuxteam.de> wrote: > > > On Mon, Apr 27, 2020 at 06:58:19PM +0000, Long Wind wrote: > > zhou@debian <mailto:zhou@debian>:~$ ls > /mnt/play/output/output192.avi -l > > -rwxr-xr-x 1 zhou root 4294967295 Apr 26 17:59 > /mnt/play/output/output192.avi > > > > it's vfat, it's on same disk as debian, i think disk is ok > > If it's vfat, then there is your problem. A single file can't be > bigger than 4G on a vfat file system. Probably it got truncated > when copying. > > Thank Microsoft for that :-/ > > Cheers > > -- t
The problem is not mplayer nor mencoder but the vfat. Though the vfat can store max 4GB file but the seek parameter on vfat is a signed integer instead of an unsigned so the seek is not possible on larger than 2GB files.