Git Product home page Git Product logo

Comments (2)

lkiesow avatar lkiesow commented on May 27, 2024

The ffmpeg output looks a bit odd. Can you give me the full ffmpeg command you are using?
On the Raspberry, we are usually using raspivid to capture the raw video stream and sox (or ffmpeg, or libav or arecord) to capture the audio separately.

from pyca.

blackyboy avatar blackyboy commented on May 27, 2024

We are using your same command which in pyca/config.py

CAPTURE_COMMAND = '''ffmpeg -re -f lavfi -r 25 -i testsrc -t %(time)s -map 0:v %(recdir)s/%(recname)s.mp4 -t %(time)s -map 0:v -filter:v select='not(mod(n\,50))' -updatefirst 1 %(previewdir)s/preview.jpg'''

As your guide now we using the below command and video started to record.

CAPTURE_COMMAND = '''raspivid -n -t %(time)s000 -b 4000000 -fps 30 -o - | \
   ffmpeg -r 30 -i pipe:0 -c:v copy %(recdir)s/%(recname)s.mp4'''

Thanks

from pyca.

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.