J'ai déjà fais quelques essais et l'image bouge beaucoup.
Existe t'il un effet permettant de stabiliser l'image.
Moderator: Cenwen
#!/bin/sh
# Somehow the xvid4.cfg is not read from the transcode folder so copy it
# into our working directory
cp /usr/lib/transcode/xvid4.cfg .
for i in *.mp4;
do
transcode -J stabilize -i "$i" -y null,null -o dummy
transcode -J transform -i "$i" -y xvid,tcaud -w 13000 -b 192 -o "./${i%.mp4}-stabilized.mp4";
touch -r "$i" "./${i%.mp4}-stabilized.mp4";
done;
# clean up
rm xvid4.cfg
#!/bin/sh
# Somehow the xvid4.cfg is not read from the transcode folder so copy it
# into our working directory
cp /usr/lib/transcode/xvid4.cfg .
for i in *.mp4;
do
transcode -J stabilize=shakiness=8 -i "$i" -y null,null -o dummy
transcode -J transform=smoothing=30 -i "$i" -y xvid,tcaud -w 13000 -b 192 -o "./${i%.mp4}-stabilized.mp4";
touch -r "$i" "./${i%.mp4}-stabilized.mp4";
done;
# clean up
rm xvid4.cfg
Cenwen wrote:I am too an Transcode user and I am in contact since several months with Georg, the creator of this great plugin like Transcode is an half dead to see if we can use it in our library.
Now that would be awesome! I know that Georg is working on an ffmpeg plugin. This would make it even simpler to use it directly from openshot.
(Sorry for the english)
Now that would be awesome! I know that Georg is working on an ffmpeg plugin. This would make it even simpler to use it directly from openshot.
(Sorry for the english)
Cenwen wrote:Under with the mp4/avid/xvid/dvix/mpeg1/2 formats which other can you use it ?
Cenwen wrote:Do you know Georg Martius too ? well ?
Cenwen wrote:Like you know Transcode better than me, do you know if we can convert a format audio (for sample a mp3 file) in another one (for sample a ogg file) ? I have not find that on the huge archives of the mailing either in the documentation. Are you too subscribe in the mailing list ?
Users browsing this forum: No registered users