Git Product home page Git Product logo

commercial-clapboard's People

Contributors

andyrblank avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

commercial-clapboard's Issues

Mencoder replacement

Mencoder seems to be dead in the water, and hasn't been in the ubuntu repos for a few versions now.
Any idea as to what to use in its place?

Ffmpeg seems like a logical choice, but it has no EDL support. You can't even specify frames while cutting, but need to provide seconds.

use gstreamer

Hello,

not an issue, more an improval idea (you mentioned already in your blog).

perhaps you could use gstreamer in the chain for conversion to h264. For use of the gpu, you first have to give the GPU enough RAM through raspi-config or you will get a strange error message.

I found gstreamer pipelines difficult to handle. I tried to make a tvheadend post processing script with it.

Perhaps the new Rasberry Pi 2 will have enough resources.

#!/bin/sh
#https://tvheadend.org/projects/tvheadend/wiki/Tvheadend_post_recording_scripts
FULL_PATH=$1
PATH_WITHOUT_EXTENSION=$(echo "$FULL_PATH" | sed "s/....$//")

if [ "x$1" = "x" ]; then
    echo "wrong command line: convert.sh {full path to file}"
    exit
fi

#convert
#gst-launch-1.0 filesrc location="$FULL_PATH" ! decodebin name=demux demux. ! queue ! audioresample ! mux. matroskamux name=mux streamable=true ! filesink location="$PATH_WITHOUT_EXTENSION"_small.mp4 demux. ! queue ! progressreport update-freq=1 ! videoconvert ! omxh264enc target-bitrate=1344000 control-rate=variable ! "video/x-h264,profile=high" ! h264parse ! mux.

#downsample
#gst-launch-1.0 filesrc location="$FULL_PATH" ! decodebin name=demux demux. ! queue ! audioresample ! mux. matroskamux name=mux ! filesink location="$PATH_WITHOUT_EXTENSION"_small.mkv demux. ! queue ! progressreport update-freq=5 ! videoscale ! video/x-raw,width=480,height=320 ! deinterlace ! videoconvert ! omxh264enc target-bitrate=500000 control-rate=variable ! "video/x-h264,profile=high" ! h264parse ! mux.

gst-launch-1.0 filesrc location="$FULL_PATH" ! decodebin name=demux demux. ! queue ! audioresample ! mux. matroskamux name=mux ! filesink location="$PATH_WITHOUT_EXTENSION"_small.mkv demux. ! queue ! progressreport update-freq=5 ! videoscale ! video/x-raw,width=480,height=320 ! videoconvert ! omxh264enc target-bitrate=500000 control-rate=variable ! "video/x-h264,profile=high" ! h264parse ! mux.

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.