Kodi Community Forum
GSoC Idea: Movie cut assistant - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+---- Forum: GSoC (https://forum.kodi.tv/forumdisplay.php?fid=299)
+----- Forum: GSOC 2013 (https://forum.kodi.tv/forumdisplay.php?fid=191)
+----- Thread: GSoC Idea: Movie cut assistant (/showthread.php?tid=163117)



GSoC Idea: Movie cut assistant - paalsteek - 2013-04-23

Hello,

I'm a master student of computer science in Germany and I recently had the idea to add some video cut capabilities to xbmc. The idea is to use ffmpeg as video decoding library and to provide a simple interface that allows the user to set cut marks and thereby remove advertisement or similar. Due to the use of ffmpeg I'm not sure whether it is possible to implement this feature as a plugin. The platform could also be an issue when using C/C++ as programming language. My target platform is Linux on an Intel x86 system but I would also try to support other systems like ARM and other operating systems like Windows.

My question now is whether or not this feature is of any interest for the community and a possible mentor in particular.

Greetings,
Stephan

EDIT:
  • Name: Stephan Platz
  • forum/e-mail: paalsteek
  • Summary: At least Linux is lacking a software that allows the user to cut video files in a simple but exact matter. This should be fixed in this project.
  • How will I achieve this: The number of controls needed for cutting a video is rather small. One has to be able to skip throught the frames and select sections that should be removed/kept. Decoding and recoding the cut video can be achieved by using ffmpeg.
  • What will the project focus on: The focus is a working extension of xbmc that allows the user to cut a video.
  • Benefits: This project will benefit all users that use VDR or platforms like OnlineTVRecorder.com
  • Goals:
  • What does it touch in XBMC: This project will mainly extend xbmc and therefore not much change in the existing code base should be required.
  • Requirements:
  • Possible mentors:



RE: GSoC Idea: Movie cut assistant - natethomas - 2013-04-23

I'd recommend following the outline found here: http://wiki.xbmc.org/index.php?title=Google_Summer_of_Code_2013#Outline_for_proposals

It'll make it much easier for possible mentors to parse through your idea and give them important info.


RE: GSoC Idea: Movie cut assistant - natethomas - 2013-04-25

Out of curiosity, have you considered implementing MythTV's EDL writing engine in XBMC?


RE: GSoC Idea: Movie cut assistant - bonelifer - 2013-04-25

Porting out the MythTV editing engine would probably be good since MythTV is cross-platform. Hopefully this project gets done, GSoC or not. A standalone(xbmc plugin or purely standalone) would be good for non-MythTV users.


RE: GSoC Idea: Movie cut assistant - paalsteek - 2013-04-25

(2013-04-25, 04:05)natethomas Wrote: Out of curiosity, have you considered implementing MythTV's EDL writing engine in XBMC?

I haven't really thought about that yet as my last attempt to run MythTV didn't really work out. But I will have a look at it. Supporting EDLs is a good idea.


RE: GSoC Idea: Movie cut assistant - bred_pitt - 2013-04-30

Afaik there are only three Linux-Apps out there being able to do lossless Mpeg-Cutting: Avidemux, DVBCut and Gopchop.

Gopchop is not very userfriendly so I never could test it. Avidemux can even cut HD-videos but sometimes produces videos with A/V-sync-errors or just crashes.

DVBCut really is the only program in linuxworld being able to produce lossless-cutted mpeg2-files without any sync- or video-error. No matter which internal encoder you choose, no matter if the input-movie has DVB-C-streaming-errors. This program always produces error-free output.

Please take a look on this program when coding a movie-cutter. It is really unique and of course opensource. I think it doesn't use ffmpeg.


RE: GSoC Idea: Movie cut assistant - MickeyMiner - 2015-08-31

Any progress on this one?
Idea of simple video editig seems realy wonderful to me...
I'd love to see it working so much!

Cheers,

mm