Skip to content

Commit 9360944

Browse files
author
Keukhan
committed
Added crop filter when installing FFmpeg
1 parent 0979336 commit 9360944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/prerequisites.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ install_ffmpeg()
325325
--enable-protocol=tcp,udp,rtp,file,rtmp,tls,rtmps,libsrt \
326326
--enable-demuxer=rtsp,flv,live_flv,mp4,mp3 \
327327
--enable-muxer=mp4,webm,mpegts,flv,mpjpeg \
328-
--enable-filter=asetnsamples,aresample,aformat,channelmap,channelsplit,scale,transpose,fps,settb,asettb,format${ADDI_FILTERS} && \
328+
--enable-filter=asetnsamples,aresample,aformat,channelmap,channelsplit,scale,transpose,fps,settb,asettb,crop,format${ADDI_FILTERS} && \
329329
make -j$(nproc) && \
330330
sudo make install && \
331331
sudo rm -rf ${PREFIX}/share && \

0 commit comments

Comments
 (0)