multimédia scriptek
Pár script, ami hasznos lehet, meg hogy meglegyen itt is.
mp4audioextract: faad segítségével kinyeri az aac hangot. Thunar egyéni műveletként kényelmes használni, zenity alapú egyszerű felületen megy.
Mivel csatolni nem nagyon lehet, a kód:
#!/bin/bash
#################################################
Script to extract aac audio from mp4 video
mp4extracttoaac does not modify the file which you select, it creates a new file.
It cannot convert a directory but you can select several files.
#################################################