-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduced preamp, speed and pitch manipulator
- Loading branch information
1 parent
32f7e4e
commit e1f08cc
Showing
26 changed files
with
1,878 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
The ffmpeg binaries provided in this repository have been compiled by the following configuration : | ||
|
||
configure command : | ||
./configure --enable-cross-compile --cross-prefix=[path_to_compiler] --prefix=[build_directory] --cpu=armv6k --arch=arm --target-os=linux --extra-cflags="-mfloat-abi=hard -mtune=mpcore -mtp=cp15" --extra-ldflags="-mfloat-abi=hard" --disable-filters --disable-devices --disable-bsfs --disable-parsers --disable-hwaccels --disable-debug --disable-programs --disable-avdevice --disable-postproc --disable-avfilter --disable-decoders --disable-demuxers --disable-encoders --disable-muxers --disable-asm --disable-protocols --enable-inline-asm --enable-vfp --enable-armv5te --enable-armv6 --enable-decoder="aac,h264,opus" --enable-demuxer="mov" --enable-protocol="file" | ||
./configure --enable-cross-compile --cross-prefix=[path_to_compiler] --prefix=[build_directory] --cpu=armv6k --arch=arm --target-os=linux --extra-cflags="-mfloat-abi=hard -mtune=mpcore -mtp=cp15" --extra-ldflags="-mfloat-abi=hard" --disable-filters --disable-devices --disable-bsfs --disable-parsers --disable-hwaccels --disable-debug --disable-programs --disable-avdevice --disable-postproc --disable-decoders --disable-demuxers --disable-encoders --disable-muxers --disable-asm --disable-protocols --enable-inline-asm --enable-vfp --enable-armv5te --enable-armv6 --enable-filter="chorus,superequalizer,volume,asetrate,aformat,aresample,atempo,aecho,anull" --enable-decoder="aac,h264,opus" --enable-demuxer="mov" --enable-protocol="file" | ||
An example for [path_to_compiler] and [build_directory] is "C:/devkitpro/devkitARM/bin/arm-none-eabi-" and "C:/ThirdTube/library/FFmpeg", respectively. | ||
|
||
compiler : devkitARM release 56 | ||
hash of the commit used : 0bc7ddc460511c82392677c83bc320db26a4a06e | ||
hash of the commit used : 4dbd7ff283d67d57e38b7c7b09668362dde05a7b (modified by QCFium) | ||
The source code of FFmpeg used can be found in .\FFmpeg. If you find the directory empty, try running `git submodule init` and `git submodule update`. |
Oops, something went wrong.