Search Criteria
Package Details: auto-reencode 2.86-1
Git Clone URL: | https://aur.archlinux.org/auto-reencode.git (read-only, click to copy) |
---|---|
Package Base: | auto-reencode |
Description: | Mass convert asf, flv, or wmv to mp4 contained x264 files using ffmpeg. |
Upstream URL: | https://github.com/graysky2/auto-reencode |
Licenses: | |
Submitter: | graysky |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 30 |
Popularity: | 0.000000 |
First Submitted: | 2013-12-31 12:04 |
Last Updated: | 2019-03-17 18:42 |
Dependencies (2)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git)
- mediainfo (mediainfo-git)
Latest Comments
graysky commented on 2011-08-23 20:23
Nice, thanks. I made the changes to the script and added you as a contributer.
xduugu commented on 2011-08-23 18:06
I made some other improvements to the script:
- use perl for calculations to get rid of bc dependency
- check if output file already exists; do not overwrite existing mkv files
http://pastebin.com/kN9Az2Hk
graysky commented on 2011-08-22 20:02
@xduugu - thanks for the feedback; fixed.
xduugu commented on 2011-08-22 15:27
It does not work for filenames containing spaces. I had to quote the files variable in the mediainfo calls and set IFS to \n before the for loop.
maggie commented on 2011-02-12 13:56
Nice util for converting flv to mkv files. Thank you, my youtube collection can be mkv now!
graysky commented on 2010-12-10 11:01
Minor error in PKGBUILD fixed (dyslexic)
graysky commented on 2010-11-07 00:14
Updated. Script now uses handbrake as the default encoder, not mplayer/mencoder.
graysky commented on 2010-09-04 20:15
add bc as a dep, otherwise unchanged