Giter VIP home page Giter VIP logo

moviego's People

Contributors

andreanicola avatar hgriessel avatar manini-1 avatar mowshon avatar ray-d-song avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

moviego's Issues

FFmpeg not installed | Request to be able to contribute to the project

Good day,

Thank you for the amazing work done on this project

I had an issue that was obvious after some debugging, and which should have been obviosue to me but I was running on a fresh os and did not think of installing FFmpeg

The error was suppressed/ignored on line 297 only after altering the code to the following did I get this error.

videoProbe, videoProbeError := ffmpeg.Probe(abs)
	
if videoProbeError != nil {
   log.Printf("Error: %v", err)
   return Video{}, fmt.Errorf("fatal error: %w", err)
}

I also added GetDuration as a method as it was/is useful for me to know the video's duration during runtime.

func (V Video) GetDuration() float64 {
	return V.duration
}

I am fairly new to go and have about 7 years of experience with Python and I am building a small project to cut my teeth on the Golang way of doing things. Would love to be able to contribute to the project as i am also looking for OSS projects to contribute towards.

MOV screenshot

I'm trying to save Screenshot from .MOV file but no file saved
Is it possible ? Or there must be specific codec used.

Subtitles and TTS

Would like to add subtitles

then convert subtitles to audio . Can maybe use a SAAS service for this

then merge video and audio together .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.