Authoring DVD
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    Is there a limitation on mastering a DVD? I had an Original file 716.7mb mp4, video length 2hrs 30min.

    I did (ffmpeg) -i file:mymorphos:file.avi -f dvd -target ntsc-dvd -r 29.97 -s 720x480 -aspect 16:9 -b 8000kb drive:temp/dir/file.mpg

    Then auth.xml. the burned output was 2:04 so I missed 26mins. I went back to check the converted mpg file and it was 3.9 gigs, but video length was also 2:04.

    The burn proces went ok, (not on morph this time though) and the video quality was nice, but I lost 26mins in the process somehow. What did I miss?
  • »07.10.14 - 02:41
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    weiseb
    Posts: 210 from 2003/3/29
    Just an idea:
    Might be a filesize barrier problem.


    But as an amigaoid System shouldn't that be 2GB?
    Is sequential writing larger files (without 64bit DOS calls)
    possible?

    [ Edited by weiseb 07.10.2014 - 03:37 ]
  • »07.10.14 - 06:37
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > as an amigaoid System shouldn't that be 2GB?

    For SFS:

    "Fixed writing to files larger than 2GiB"
    http://www.morphos-team.net/releasenotes/3.6
  • »07.10.14 - 07:33
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    connor
    Posts: 570 from 2007/7/29
    mhhh so how large can files be on MOS >=3.6 when using SFS?
  • »07.10.14 - 18:20
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Amigaharry2
    Posts: 1275 from 2010/1/6
    From: EU-Austria (Wien)
    Better use ICE-FS........
    Peg2, 3xPowerMac G5, 2xPowerbookG4, 2x MacMiniG4, Efika (again), A3000T and life is never boring.....
  • »07.10.14 - 18:29
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    >> For SFS:
    >> "Fixed writing to files larger than 2GiB"
    >> http://www.morphos-team.net/releasenotes/3.6

    > how large can files be on MOS >=3.6 when using SFS?

    4 GiB (probably minus one or two bytes), I'd say.
  • »07.10.14 - 19:59
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Tcheko
    Posts: 530 from 2003/2/25
    From: France
    Current SFS : 4GB-1 bytes.
    Quelque soit le chemin que tu prendras dans la vie, sache que tu auras des ampoules aux pieds.
    -------
    I need to practice my Kung Fu.
  • »07.10.14 - 19:59
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    Quote:

    jPV wrote:
    Yea, what's the filesystem where that temp file goes? For example FAT32 has 4GB filesize limit.


    It is a FAT32 formatted drive, but mounted usb. I guess that would be it then. $#!^
    Oh well thanks! No fix for that then huh?
  • »08.10.14 - 03:52
    Profile
  • jPV
  • Yokemate of Keyboards
    Yokemate of Keyboards
    jPV
    Posts: 2071 from 2003/2/24
    From: po-RNO
    Quote:

    xyphoid wrote:
    Quote:

    jPV wrote:
    Yea, what's the filesystem where that temp file goes? For example FAT32 has 4GB filesize limit.


    It is a FAT32 formatted drive, but mounted usb. I guess that would be it then. $#!^
    Oh well thanks! No fix for that then huh?


    Only "fix" is to change the filesystem and re-format it, and of course losing the data in it. NTFS, EXT3, IceFS or similar depending on which systems you are going to use it. Although FAT is the most compatible, but has tighter limits.

    Or if your programs allow to split the temp file to smaller parts... I'd check the options too, it might be the easiest solution.
  • »08.10.14 - 06:10
    Profile Visit Website