Veromix - https://code.google.com/p/veromix-plasmoid/
The defualt shorcut to modify (increase, decrease and mute) volume are not working. Even if you can associate again it forget instantly.
Kmix - http://multimedia.kde.org/
The bars in the widget doesn't decide any kind of alteration of the volume. So anytime I need to change the volume I have to press "Mixer" at the end of the widget and modify the sliding bar called "Audio Interno Stereo Analogico" that has the same of the one that is visible opening the widget. That is the only way I can change the volume and well it's pretty boring.
The defualt shorcut to modify (increase, decrease and mute) volume are not working. Even if you can associate again it forget instantly.
Kmix - http://multimedia.kde.org/
The bars in the widget doesn't decide any kind of alteration of the volume. So anytime I need to change the volume I have to press "Mixer" at the end of the widget and modify the sliding bar called "Audio Interno Stereo Analogico" that has the same of the one that is visible opening the widget. That is the only way I can change the volume and well it's pretty boring.
ENG:
As a personal note, but also as a hint I'm going to write here the script I use to convert video to avi:
ITA:
Come appunto personale ma anche come suggerimento per tutti scrivo qui lo script che uso per convertire video in avi :
Mentre il suggerimento di @dinolib era per rendere compatibile con PS3 :
As a personal note, but also as a hint I'm going to write here the script I use to convert video to avi:
for d in *; do
ffmpeg -i "${d}" -c:v mpeg4 -b 2028k -acodec copy "${d}.avi"
doneInstead the suggestion of @dinolib was this to make it compatible with PS3 :
ffmpeg -ss -00:00:01 -i "/nome/file/input" -c:v mpeg4 -qscale:v 5 -vtag XVID -c:a libmp3lame -b:a 128k -af aresample=async=1000 -map_metadata -1 "/nome/file/output"
ITA:
Come appunto personale ma anche come suggerimento per tutti scrivo qui lo script che uso per convertire video in avi :
for d in *; do
ffmpeg -i "${d}" -c:v mpeg4 -b 2028k -acodec copy "${d}.avi"
done
Mentre il suggerimento di @dinolib era per rendere compatibile con PS3 :
ffmpeg -ss -00:00:01 -i "/nome/file/input" -c:v mpeg4 -qscale:v 5 -vtag XVID -c:a libmp3lame -b:a 128k -af aresample=async=1000 -map_metadata -1 "/nome/file/output"
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc,

