Giter Site home page Giter Site logo

easyplayer's Introduction

EasyPlayer

Learn Multimedia

# 生成yuv420p
gst-launch-1.0 -v videotestsrc ! video/x-raw,format=I420,width=800,height=480 ! filesink location=/tmp/test_800x480.yuv

# 生成rgb24
gst-launch-1.0 -v videotestsrc ! video/x-raw,format=RGB,width=800,height=480 ! filesink location=/tmp/test_800x480.rgb

# 生成pcm
gst-launch-1.0 -v audiotestsrc ! audio/x-raw,format=S16LE,rate=16000,channel=2 ! filesink location=/tmp/test_16k_2c.pcm

# 生成aac
gst-launch-1.0 audiotestsrc ! audio/x-raw,layout=interleaved,rate=44100,channel=2 ! audioconvert ! avenc_aac ! avmux_adts ! filesink location=/tmp/test_16k_2c.aac

# 生成flv
ffmpeg -i AVC_high_1280x720_2013.mp4 -ar 22050 test.flv

# 生成rtp
ffmpeg -re -i sintel.ts -f mpegts udp://127.0.0.1:8880
ffmpeg -re -i sintel.ts -f rtp_mpegts udp://127.0.0.1:8880

easyplayer's People

Contributors

hangsheng8 avatar xuleilx avatar

Watchers

 avatar  avatar

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.