winff GUI for avconv and ffmpeg

Audio editors, music players, video players, burning software, etc.
Message
Author
jlst

#16 Post by jlst »

nowadays libav is deprecated

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#17 Post by musher0 »

jlst wrote:nowadays libav is deprecated
It's replaced with... ?
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

jlst

#18 Post by jlst »

musher0 wrote:
jlst wrote:nowadays libav is deprecated
It's replaced with... ?
Most distros have already switched back to ffmpeg.

Debian and Gentoo have libav devs that's why they forced it into those distros, but now libav is way behind ffmpeg, the libav devs are to blame for this.

User avatar
Pete
Posts: 660
Joined: Sun 02 Mar 2014, 18:36

#19 Post by Pete »

@musher0

Have you made any progress with your wma's?

Another option if you want to play wma's in the CLI.

Code: Select all

ffmpeg $1 -ss 0 -f au - | aplay -
Where $1 is the path/to/your/song.wma, just watch for white space.
and that is a zero after the -ss

The output is quite "chatty" so if you want to get rid of all the stdout, the usual >/dev/null will do it, or you could make use of the output to show a basic progress bar out of ==== or ****** characters.

Pelo

Puppy devs must take a glance to passengers mail

#20 Post by Pelo »

Puppy devs must take a glance to passengers mail and release all RPT all Puppies wit FFmpeg. My Clementine has no audio in LXpup Xenial.

User avatar
norgo
Posts: 388
Joined: Fri 13 Nov 2015, 17:19
Location: Germany
Contact:

winff 1.5.4

#21 Post by norgo »

Winff version 1.5.4

winff-1.5.4-i686.pet ( 974 k , xz compression , md5 = 99a6be724f4a6adabd0c75b02048cfd5 )

If somebody is interested in
Tested in Slacko 6.3.0

Post Reply