Skip to content
#

filter

Here are 2,021 public repositories matching this topic...

GianlucaFrongia
GianlucaFrongia commented Oct 3, 2018

First of all, a huge thank you for this awesome project. We use it in production at our company and it works just great (has saved us many hours of coding) 💯 💯
I also want to contribute to this project in some way, but im still new in the Javascript world.
Anyway, here are some ways in which I am capable to help with::

becky84
becky84 commented Jun 1, 2016

I found that when using the groupBy filter within the template with an ng-repeat that iPhone4 on iOS9 would infinitely repeat the data, causing it to crash the browser if there was a particularly large set of data. This behaviour didn't present on any other devices I was testing (desktop Chrome, FF, IE9+, Android device using Chrome browser) including an iPhone 4 on iOS8.

An example of the templ

cwestMobile
cwestMobile commented Sep 27, 2018

Is your feature request related to a problem? Please describe.
The project looks a bit weird if you only have .library selected for example, it negates the need for the bottom bar.

Describe the solution you'd like
Ability to hide the bottom bar, or have it hide automatically when only one item is selected

Let me know if you need more info.

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

  • Updated Jun 15, 2020
  • C
aloklearning
aloklearning commented Aug 30, 2017

I went through your documentation, and was trying to find out whether we have the setting filters for video too. Right now all I found out was that it is suitable for bitmap images. I was trying for applying filters to the video where I can get a preview of this and if liked can save it to my file. In ffmpeg documentation we cannot have a preview functionality. I found your library useful.

ConfusedVorlon
ConfusedVorlon commented Jul 27, 2017

test this in the live example
type 1 in the student name field

expected:
student1 should show (if they exist)

actual:
exception and no records returned

by the time the query reaches search_terms(query), query is of Integer class and query.downcase triggers the error

I'm fixing this with

  	def self.search_terms(query)
  		#integer queries are sent through as integer class

Improve this page

Add a description, image, and links to the filter 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 filter topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.