Git Product home page Git Product logo

Comments (2)

RGdevz avatar RGdevz commented on June 15, 2024

same

from ssffmpegvideooperation.

rehmanjameel avatar rehmanjameel commented on June 15, 2024

Describe the bug Getting this error message while applying complex filter "Unknown encoder 'libx264'"

To Reproduce Use the following command: "-i " + clipUri + " -i " + videoUri + " -t 0.1 -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=48000 -filter_complex " + "[0:v]scale=1280:720:force_original_aspect_ratio=decrease,pad=1280:720-1-1,setsar=1,fps=30,format=yuv420p[v0];" + "[1:v]scale=1280:720:force_original_aspect_ratio=decrease,pad=1280:720-1-1,setsar=1,fps=30,format=yuv420p[v1];" + "[1:a]aformat=sample_rates=48000:channel_layouts=stereo[a1];" + "[v0][2:a][v1][a1]concat=n=2:v=1:a=1[v][a]" + " -map [v] -map [a] -c:v libx264 -c:a aac -movflags +faststart " + outputUri

Expected behavior Merged video output file

Smartphone (please complete the following information):

  • Device: Redmi note 5 pro
  • OS: 9

Remove libx264 it will not work with it and use mpeg4 instead
visit these links:
https://superuser.com/a/944874
https://stackoverflow.com/a/67488418

from ssffmpegvideooperation.

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.