$ mencoder input_video.flv -audiofile input_audio.mp3 -oac copy -ovc copy -o out.flv
quinta-feira, 28 de abril de 2011
Mencoder: Join audio to a video
terça-feira, 26 de abril de 2011
Shell: Remove Last Character From String / Line / Word
The % is bash parameter substitution operators which remove from shortest rear (end) pattern.
Referência: nixCraft
$ x="foo bar"
$ echo "${x%?}"
$ foo ba
Referência: nixCraft
terça-feira, 12 de abril de 2011
Eclipse: Eclipse CPP x86_64 crashes on Slackware64
Add
to eclipse.ini
Referência:https://bugs.eclipse.org/bugs/show_bug.cgi?id=333227
-XX:-UseCompressedOops
to eclipse.ini
Referência:https://bugs.eclipse.org/bugs/show_bug.cgi?id=333227
Assinar:
Postagens (Atom)