您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. fluendo-mp3-3.x86_64.tar

  2. 将“libgstflump3dec.so”插件放入“/usr/lib64/gstreamer-0.10”即可。 安装文件的关键说明如下: In order to test the Fluendo MP3 plugin copy the included .so file into $HOME/.gstreamer-0.10/plugins on your local system. If you have root access you can instead copy it to /usr/
  3. 所属分类:其它

    • 发布日期:2012-01-14
    • 文件大小:81kb
    • 提供者:cheered_rock
  1. learning OPENCV

  2. opencv源代码 # EXAMPLES OF HOW TO RUN THE PROGRAMS ASSUMING YOU ARE IN THEIR DIRECTORY # On Linux, make the files using "make" (which will invoke Makefile in the directory) # If you just copy programs from the pdf of the book, watch out that the # quot
  3. 所属分类:C++

    • 发布日期:2015-12-15
    • 文件大小:20mb
    • 提供者:qq_18548149
  1. H.256 test file

  2. 一个简短的用于测试 h265 的视频资源,欢迎大家可以下载测试使用。
  3. 所属分类:编解码

    • 发布日期:2018-10-08
    • 文件大小:21mb
    • 提供者:jinguo504
  1. gstreamer-test

  2. gstreamer-test
  3. 所属分类:Linux

    • 发布日期:2020-12-24
    • 文件大小:42mb
    • 提供者:houxiaoni01
  1. rtsp-test-server:提供一些测试rtsp流的简单服务器-源码

  2. 基于GStreamer的简单RTSP服务器。 在线演示网址 rtsp://ipcam.stream:8554 / bars rtsp://ipcam.stream:8554 / white rtsp://ipcam.stream:8554 /黑色 rtsp://ipcam.stream:8554 / red rtsp://ipcam.stream:8554 /绿色 rtsp://ipcam.stream:8554 / blue rtsp://ipcam.stream:8554 / bar
  3. 所属分类:其它

    • 发布日期:2021-03-03
    • 文件大小:15kb
    • 提供者:weixin_42109545
  1. gst_nvenc.cpp

  2. 程序流程为: 1. 读取一张yv12/yuv420格式的raw图片(请自行准备) 2. 塞到appsrc插件里面,nv264enc编码,从appsink读取编码后的h264 nalu 3. 写入到xxx.264裸流文件,用ffplay即可播放 编译方法: g++ gst_test.cpp -o mytest `pkg-config --cflags --libs gstreamer-1.0 gstreamer-app-1.0` 调用方法: ./mytest ./test.yuv 1920 108
  3. 所属分类:编解码

    • 发布日期:2021-01-23
    • 文件大小:12kb
    • 提供者:Kevin_Hee