The Wayback Machine - https://web.archive.org/web/20200919200428/https://github.com/topics/ffprobe
Skip to content
#

ffprobe

Here are 68 public repositories matching this topic...

android端基于FFmpeg实现音频剪切、拼接、转码、混音、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图、画面拼接、视频倒播;音视频合成与分离;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;OpenGL实时滤镜;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;基于IjkPlayer修改支持RTSP超低延时直播(局域网1080P延时130ms)、暂停、静音,多路投屏直播

  • Updated Sep 19, 2020
  • C

FFmpegPHP is a pure OO PHP port of ffmpeg-php library that was written in C. It adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma...). FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)

  • Updated Dec 18, 2018
  • PHP

This Powershell script will recursively search through a user-defined file path and convert all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. The purpose of this script is to reduce transcoding CPU load on a media server like Plex or Emby and increase video compatibility across platforms.

  • Updated Aug 9, 2020
  • PowerShell

Python script that recursively searches through a user-defined file path and converts all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. If a conversion failure is detected, the script re-encodes the file with HandbrakeCLI. Upon successful encoding, Plex libraries are refreshed and source file is deleted. The purpose of this script is to reduce the amount of transcoding CPU load on a Plex server.

  • Updated Jan 27, 2020
  • Python

Megatron was a telegram file management bot that helped a lot of users, specially movie channel managers to upload their files to telegram by just providing a link to it. The project initially started as roanuedhuru_bot which lately retired and came back as Megatron which was a side project of the famous Maldivian Telegram community - @baivaru until it retired.

  • Updated Sep 19, 2020
  • Python
thealphadollar
thealphadollar commented Sep 18, 2018

Is your feature request related to a problem? Please describe.
At the moment, Nephos uses two pass encoding from FFMPEG to convert a trasport stream (.ts) file into a .mp4 file. We use the following settings in the FFPMEG to obtain the desired results.

https://github.com/thealphadollar/Nephos/blob/348fe149563fa17281fb104619b9f8e20feeb5e3/nephos/default_config/processing.sh#L15

It is eff

Improve this page

Add a description, image, and links to the ffprobe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ffprobe topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.