Announcement

Collapse
No announcement yet.

profile xml nodes ignored

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    profile xml nodes ignored

    DVD to Mobile - via command line

    i noticed that editing the %APPDATA%\dvdfab\profiles\*.default.xml specifically the target and tag nodes.

    Values set in the <tag> and <target> nodes are ignored.
    And neither the id tags in the file(m4v) end up set correctly nor the file name.

    Before edit:
    <target path="E:\DVDFab_Test\AVI\SHREK\" filename="SHREK.Title1.Angle1.DVDRip" />
    <tag title="SHREK.Title1.Angle1.DVDRip" year="2006" author="admin" album="SHREK" copyright="" comment="" genre="" track="" />

    After edit:
    <target path="E:\DVDFab_Test\AVI\SHREK\" filename="SHREK" />
    <tag title="SHREK" year="2006" author="admin" album="SHREK" copyright="" comment="" genre="" track="" />

    Its a pain to go in and edit each files' tags and file name. Im wondering if this is the correct method? Thought it was aslo odd there was no "name" attribute on the <tag> node.

    #2
    Edit the profiles in the C:\Program Files\DVDFab 6\Profiles directory, not in the APPDATA directory.
    "Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790

    Comment


      #3
      OK, tried your suggestion and still they are ignored.

      Title and Name tags are still being auto generated.
      Title: 12 MONKEYS.Title1.DVDRip
      Name: 12 MONKEYS.Title1.m4v

      In the conversion settings/device, i selected "ipod:iPhone" and used the "Set as Default" button which, as i understand it, sets the ipod.default to this profile.
      Which i would also asume is now the "iPhone.mp4.h264.aac.xml"

      Command line args:
      /MODE IPOD /SRC "F:\Moves\12 Monkeys" /DEST "E:\Movies_iPhone" /TITLE AUTO /PROFILE "ipod.default" /CLOSE


      XML:
      <profile name="iPhone" version="200" device="ipod" tag="dvdfab" description="The profile is used to create mp4(h264 + aac) file, which can be played in iPhone.">
      <common>
      <file format="ipod_avc" mode="0" onefile_size_mb="300" number="1"/>
      <audio codec="aac" channel="2">
      <freq value="48000" list="8000,12000,24000,32000,44100,48000"/>
      <bitrate value="128000" list="32000,48000,64000,96000,128000"/>
      <volume percent="100"/>
      </audio>
      <video>
      <size list="480x320, 640x480,640x352,640x272,480x160,432x176,400x192,36 8x208,336x224,320x240,288x256,272x272" out_size="480x320"/>
      <subtitle mode="0"/>
      <outfps mode="3" list="10,12,15,14.985,15,20,23.976,24,25,29.97,30"/>
      <encode codec="h264" bitrate_kbps="640" maxbitrate_kbps="10000">
      <mode value="real_time" list="real_time, high_quality"/>
      </encode>
      </video>
      <target path="E:\Movies_iPhone\12 Monkeys\" filename="12 Monkeys"/><tag title="12 Monkeys" name="12 Monkeys"/></common>
      <acodec name="faac">
      <common profile="1" quality="100"/>
      </acodec>
      <vcodec name="h264">
      <generic profile="0" level="30"/>
      </vcodec>
      </profile>

      Comment

      Working...
      X