Coder Social home page Coder Social logo

Comments (7)

tanersener avatar tanersener commented on June 12, 2024 1

Specifying an audio file is not a supported feature. It may look simple but it is not easy to implement.

I explained how Audio element works in the README. It is used to preserve audio and use silence for images and videos without audio.

from ffmpeg-video-slideshow-scripts.

levis012 avatar levis012 commented on June 12, 2024 1

Thanks for your help.

So I think I can add audio to the video slideshow after generating video from your tools by FFmpeg
Do you have any idea about that?

from ffmpeg-video-slideshow-scripts.

tanersener avatar tanersener commented on June 12, 2024 1

Please see #28 or try the following command.

ffmpeg -i video.mp4 -i audio.mp3 -c copy -map 0:v:0 -map 1:a:0 output.mp4

from ffmpeg-video-slideshow-scripts.

tanersener avatar tanersener commented on June 12, 2024

Unfortunately, Video Slideshow Script Generator doesn't include a random transition option.

from ffmpeg-video-slideshow-scripts.

levis012 avatar levis012 commented on June 12, 2024

Unfortunately, Video Slideshow Script Generator doesn't include a random transition option.

Could you make a command-line tool to generate script or video by random effect and transition from images and mp3 audio files?

from ffmpeg-video-slideshow-scripts.

tanersener avatar tanersener commented on June 12, 2024

Implemented this feature in v0.2.0.

Could you please share your e-mail address with me? So I can send you the new version.

from ffmpeg-video-slideshow-scripts.

levis012 avatar levis012 commented on June 12, 2024

Implemented this feature in v0.2.0.

Could you please share your e-mail address with me? So I can send you the new version.

This is my email: [email protected]

And another question, How to add audio to the slideshow ?
Please check this image, do not have function add an audio file

image
Thanks

from ffmpeg-video-slideshow-scripts.

Related Issues (20)

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.