YouTube just announced that it is now making it easier for video creators to translate their video captions to more than 300 languages by integrating the YouTube Video Manager with the Google Translator Toolkit. It’s important to note that these are not the automatic caption translations that YouTube currently makes available for about 50 languages.
I currently use GNOME 3 (gnome shell).
The issue came up during the upgrade to the new Ubuntu 12.04, and it is still there. I'll try to explain what happens.
Each time the "frames" that form the video stream are refreshed, some part of text become "distorted". Not all the text, just the programs' captions (i.e.
Hi i cant to compile php on linux (debian).
How can i fix it?
When i try to compile i getting this error:
===================================================================== =====================================================================
=====================================================================FAILED TEST SUMMARY------------------------------------------------------------
Hello allI need some help getting this card to work on my two year old mythbox that's been tunerless since day one.I installed the card, ivtv-utils and did pacman -Syubut, I have no video devices in /devThis is whats happening during startup.[family@htpc ~]$ dmesg | egrep -i '(ivtv|tveeprom|tuner)'
[ 5.732675] ivtv: Start initialization, version 1.4.3
[ 5.732726] ivtv0: Initia
first I use gcc to compile it with -m32.
/usr/bin/gcc -g -w -m32 -fPIC -c -x c -shared -o -I. -I/prog/lib test.c
then I try to link it use
/usr/bin/ld -shared -o test.so test.o
but here I get the wrong report
/usr/bin/ld: warning: i386 architecture of input file `test.o' is incompatible with i386:x86-64 output
test.o: In function `dfm_test':
I switched to Openbox from KDE. Now when I play video with Mythfrontend and change to another desktop I see some pixels changing colour. The pixels were originally black or at least nearly black. This didn't happen before with KDE. I've set Mythfrontend to use VDPAU for video playback.
Hi,
I have been trying to set up an old machine which has a NVIDIA GeForce 4 MX NV18 graphics card. Unfortunately I didn't find any working graphics driver. Using the open source nouveau driver resulted in heavy flickering, general distortion, and a black bar on top of the screen.
I have an athlon II 3 core system which has a built nvidia 7025 video. The video capture card is a hauppauge hvr-1600 (cx18). I have installed mythbuntu 11.10 64bit and brought all the packages up to date. The nvidia driver is 173 and it is activated and in use.
I stepped thru the process of setting up mythbuntu backend with the video card of type IVTV Mpeg-2 encoder card.
Possible Duplicate:
How can I make iconv replace the input file with the converted output?
Can I read and write to the same file in Linux without overwriting it?
$ cat test.txt
This is a test file.
$ tr 'a' 'z' < test.txt
This is z test file.
$ tr 'a' 'z' < test.txt > test.txt
$ cat test.txt
$
Why does tr seem to output nothing to test.txt?