VideoEditor - Edit your recordings within MP! (1 Viewer)

gemx

Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    rtv: could you give an example like:
    cutpoints set:
    1) xx:xx-xx:xx
    2) xx:xx-xx:xx

    and the resulting file contained the following portions:
    ...
    ?

    Also keep in mind that the cutpoints you set in the VideoEditor are the portions of the movie TO KEEP and NOT to cut out.
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    Just like I did with mpg / dvr-ms a million times before I have:

    1. used the slider to step forward approximately 7 minutes
    2. set the start point
    3. stepped forward via slider ~ 30 minutes until I could see the ending credits
    4. set the end point
    5. added that section to the task list
    6. pushed the cut button
    7. said yes to keep the original file

    result: the first 7 minutes have been successfully cut (as they were before the start point) but the end point has been ignored -> the post recording (next movie after credits) is still in there.

    In numbers:
    - before: 7 min pre, 30 min content, 10 min post = 47 min total
    - after: 30 min content, 10 min post = 37 min total
    - desired: 30 min content = 30 min total

    Should be clear now, huh? :D
     

    gemx

    Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    Thanks for testing.
    I think i made a mistake while calculating the "negative" cutlist.
    The plugin sets the cutpoints as "portions to keep" and my classes need to get the cutpoints as "portions to cut out".
    So maybe i made a mistake there.
    I added some additional logging:
    Code:
    Log.Info("Cutpointslist:"); // the original cutpoints set in the plugin
    ...
    Log.Info("\"negative\" cutpoints:") // the calculated cutpoints
    ...
    Could you test again and check the log output and post it here ?
    :D
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    Could you test again and check the log output and post it here ?
    :D

    Code:
    2008-01-15 23:44:27.125000 [Info.][19]: Cutpointslist:
    2008-01-15 23:44:27.125000 [Info.][19]:   7:14 - 45:24
    2008-01-15 23:44:27.125000 [Info.][19]: "negative" cutpoints
    2008-01-15 23:44:27.125000 [Info.][19]:   0:0 - 7:14
    2008-01-15 23:44:27.125000 [Info.][19]:   45:24 - 0:0
    2008-01-15 23:44:27.140625 [Info.][19]: TsFileCutter: Opening input file T:\Aufnahmen\Brisant - Das Erste\Brisant - 2008-01-14 - 17_15_original.ts...
    2008-01-15 23:44:27.140625 [Info.][19]: TsFileCutter: Done. Seeking to begin of first packet...
    2008-01-15 23:44:29.125000 [Info.][19]: TsFileCutter: Done. Creating output file...
    2008-01-15 23:44:29.171875 [Info.][19]: TsFileCutter: Init done.
    2008-01-15 23:44:29.250000 [Info.][19]: TsFileCutter: Starting to cut the file
    2008-01-15 23:47:18.343750 [Info.][19]: TsFileCutter: Finished cutting the file

    The resulting file has a reported length of 54:53 ...
     

    gemx

    Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    Thanks, that helped to find the bug :)
    I used g_player.Duration although g_player has been released before so the duration was always 0.0.
    Just commited the patch ;)
     

    joystick

    MP Donator
  • Premium Supporter
  • January 26, 2006
    892
    39
    Home Country
    Germany Germany
    Hi,
    I recently have the strange problem, that I don't see files to edit nor any kind of possibility to browse the directory.
    All I can see on the page is the navigations buttons....
    same with all skins btw.

    Do you guys have any hints?

    cheers

    joystick
     

    Ralph

    Retired Team Member
  • Premium Supporter
  • May 13, 2005
    692
    8
    Germany
    Home Country
    Germany Germany
    Hi,
    I recently have the strange problem, that I don't see files to edit nor any kind of possibility to browse the directory.
    All I can see on the page is the navigations buttons....
    same with all skins btw.

    Do you guys have any hints?

    cheers

    joystick

    What was the last action you did, before this came up, the first time?
    Do you have any external Harddrives, USB-Sticks, Memory-Cards or similar plugged to your pc (temporary or permenantly)?

    Regards
    Ralph
     

    joystick

    MP Donator
  • Premium Supporter
  • January 26, 2006
    892
    39
    Home Country
    Germany Germany
    What was the last action you did, before this came up, the first time?

    honestly, I don't know, because I did not use the videoeditor too much. I know that it worked in 0.2.3 stable...

    Do you have any external Harddrives, USB-Sticks, Memory-Cards or similar plugged to your pc (temporary or permenantly)?

    No, not at all. I have a Card reader, though builtin in my Htpc-case.

    Is there a config option maybe, that could cause this? I think somewhere I saw the option to "browse directory" or something like that?

    cheers
    joystick
     

    Ralph

    Retired Team Member
  • Premium Supporter
  • May 13, 2005
    692
    8
    Germany
    Home Country
    Germany Germany
    What was the last action you did, before this came up, the first time?
    No, not at all. I have a Card reader, though builtin in my Htpc-case.

    Is there a config option maybe, that could cause this? I think somewhere I saw the option to "browse directory" or something like that?

    cheers
    joystick

    Not really, but I will check this.

    Regards
    Ralph
     

    Ralph

    Retired Team Member
  • Premium Supporter
  • May 13, 2005
    692
    8
    Germany
    Home Country
    Germany Germany
    VideoEditor can now cut Ts-files, too!

    Since the new TVEngine TVE3 uses the formats Mpeg and Ts for recordings, you can now cut every recording done with MediaPortal.
    It doesn’t matter if you still use the default TV-Plugin TVE2 (that records in Dvr-ms)
    or the new TVEngine TVE3 (that records in Mpeg or Ts).

    Thanks to gemx who added this feature to VideoEditor.:D

    Notice:
    We recommend not to delete the original file before checking the result of the file that has been edited.

    If you are familiar with SVN-builds please use the latest one and post any feedback, here.


    Regards
    Ralph
     

    Users who are viewing this thread

    Top Bottom