$ ffmpeg -i input -vcodec copy -af "volume=20dB" outputCredit: How to increase volume in a video without re-encoding the video
Showing posts with label FFmpeg. Show all posts
Showing posts with label FFmpeg. Show all posts
Wednesday, December 21, 2016
Increase video volume
Convert .ts to .mp4
$ ffmpeg -i input.ts -acodec copy -vcodec copy out.mp4Credit: http://stackoverflow.com/a/17916418/1032449
Tuesday, October 13, 2015
Convert FLV to MP4 with FFmpeg
Only for no AV recording
Credit: http://superuser.com/a/860127
$ ffmpeg -i input.flv -c copy -copyts output.mp4Tested on: OS X 10.11
Credit: http://superuser.com/a/860127
Subscribe to:
Posts (Atom)
Collectd PostgreSQL Plugin
I couldn't find this link when searching with google https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresq...
-
sudo su postgres supply your Mac password modify /Library/PostgreSQL/9.x/data/pg_hba.conf from local all all md5 to local all all ...
-
Put your cursor on the text box of the post/comment you want to indent Go to the menubar at the top of the screen Edit > Emoji & ...
-
I ran to this error the other day when I tried to export a dump file from a slave Postgres database. cpg_dump: Dumping the contents of ta...