General :: 64GB - Playing Back The DVD File In VLC
Jan 18, 2011
I rip the DVDs that I own to my hard disk using a straight-up 1:1 copy, ie to an ISO image. This works great usually, but for this specific DVD that I'm presently trying to rip, I'm being told that the DVD is literally 64GB in size. It's definitely not a BluRay disc, and I don't even have a BluRay drive, so that possibility is ruled out.
I'm not having any problems playing back the DVD file in VLC. I'm running Ubuntu 10.04 64bit. How on earth could it be a 64GB DVD?!? Isn't the max capacity of a DVD around 8 gigabytes? I don't even think that BluRay discs hold 64GB of data!
[Code]...
View 4 Replies
ADVERTISEMENT
Jan 4, 2010
I have installed suse 9.2 linux version. Now I am not able play avseq.dat file in vcd/dvd format.
View 1 Replies
View Related
Mar 16, 2010
I am trying to play some .avi files and they open and run, but only the sound works properly. The video screen will flash about every 4-5 seconds.
I've tried Totem and Gnome MPlayer and both play these files the same.
View 2 Replies
View Related
Apr 14, 2010
I just acquired a shiny new 64Gb iPod Touch and for the life of me I can't get it working in either Amarok or Banshee at all and it doesn't automatically mount as it is supposed to on 10.04 Beta 1 or 2
lsusb shows it's there and after following this thread I could get it mounted and see the directory structure.
[URL]
But it doesn't show up in Banshee or Amarok at all.
Is it just because it's new and might have a quirk? Or could it be something simple I have missed? I'm not a total noob but still learning
View 1 Replies
View Related
Mar 14, 2011
we have 3 identical IBM x3550 M2 with identical OS installation. All 3 have 32GB RAM and run Centos 5.5 with Kernel Version 2.6.18-028stab070.14 (virtuouzzo). We now wanted to upgrade the RAM of all 3 Machines with another 32GB RAM.
Maschine 1 runs great with the 64GB RAM but the other 2 get extremly slow when we run them with 64GB RAM. After init it takes about 30 minutes till the OS is up (without errors). Then it takes another 5 minutes to get a shell over SSH. Working with this Maschines is awfully slow. With 32GB RAM everything is fine.
All RAM slots are full, so it is not possible to insert them the wrong way. We have no idea whats wrong with the other 2 x3550 or with CentOS and why 1 Maschine is running fine.
View 3 Replies
View Related
May 27, 2010
I wanting to build a media player/PVR MythTV linux PC for my TV which will be capable of simultaneously encoding video(both h.264/MPEG-4 and xvid) whilst playing back 1080p video. That way I can watch hd video I've recorded whilst I'm recording and converting another programme in the background.
Hauppauge HVR-4000HD - Video Capture + DVB-S2 receiver
Shuttle XPC SG45H7 - Barebone with built-in Intel GMA X4500HD Graphics
Intel Core 2 DUO E6500 2.93GHZ
2GB RAM
...And if not, what do I need? Would a quad core CPU be a safer bet, or is that overkill?
View 2 Replies
View Related
May 24, 2010
I am using ubuntu 8.04. I played an mp3 in totem & meanwhile moved that file to another location. Still I can move slider in totem to rewind or forward the song. Only after the song has been played completely I get message 'location not found'. Does that mean totem copies song into RAM so that it does not have to trouble hard disk for access during entire duration ?
View 2 Replies
View Related
May 9, 2011
I want to know the steps involved in playing an audio file from music player to the speaker.
View 3 Replies
View Related
Jan 30, 2010
after so many times deleting staff for mistake.I am unable to get it back from my external hard drive.I use Ubuntu 8.04 LTS and I have all my staff on external hardrive.
Quote:
Z:----> Media -----> FreeAgent Drive
After delete I knew was her
Quote:
/acousticmetal[1]/
, I did all the search I can possible think of.and i dint have any good look can any one please help me out on this issue?.
View 13 Replies
View Related
Nov 20, 2010
still cant seem to get my file coloring back. normally directories are colored blue, devices yellow etc, ever since i made a change to my shell, and back again, i lost my coloring for directories
View 2 Replies
View Related
May 5, 2011
somebody help me how to back up my ubuntu 10.10 file system?
View 1 Replies
View Related
May 12, 2010
I have a complete back-up file (on tgz) of a hardisk. I have already installed a SuSe Linux system on my computer. Can someone please provide a step by step procedure on how to install this back-up files?
View 10 Replies
View Related
Apr 11, 2010
In my bash file I have asked to navigate to some subdir, unzip a file and stay there but when I type pwd I can see i'm always back to home dir.Any way to get shell stick to subdir?
View 4 Replies
View Related
Jul 21, 2011
In order to make this conversion I have to use a text editor. This is tedious. Is there an easier way to do it, like some program I can run from the Linux or OSX terminal?
View 1 Replies
View Related
Feb 10, 2010
remove a line starting with specific word with grep. Here is what I found
grep -v '^cc$' data.txt
Here I remove all lines with on 'cc' in that line. But I want the result write back to data.txt
I try several ways
grep -v '^cc$' data.txt > output.txt # works but to another file
echo `grep -v '^cc$' data.txt` > data.txt # didn't work, all carets gone, become one line
grep -v '^cc$' data.txt > data.txt # data.txt is empty after running this
How can I save the result of grep to the input file?
View 4 Replies
View Related
Aug 12, 2010
Is there a command line option that will allow less to return to the command line if there are not sufficient lines in the file to warrant paging.
View 1 Replies
View Related
Nov 18, 2010
after i made the change to my shell type, that from SH to TCH, and back again, i lost my coloring for my file system, if you know what i mean, folders always come in blue, and devices in yellow hope you understand? now everything i do can't seem to differentiated between files colors anymore.
View 7 Replies
View Related
Oct 31, 2009
I am trying to play embedded mp3 content in FF. When I click on the link to play the mp3, a new tab opens up and all I get is a grey screen. Does anybody out there have any ideas on this? I have run Autoten and installed all of the necessary codecs.
View 10 Replies
View Related
Jun 6, 2010
I used crontab to set a file playing at a certain time, this works fine; however I want this to run even if no-one is logged in (but the computer is on). I can't get it to do this
Line is: 30 06 * * * env DISPLAY=:0.0 /usr/bin/totem /home/adunaic/Playlist.pls
Okay I think the problem was with needing a GUI.
Using this instead works, but i only hear the sound when I log in. I think something needs to be doen to start the audio perhaps?
14 17 * * * export DISPLAY=:0.0 && /usr/bin/mpg123 /home/adunaic/alarm.mp3
View 8 Replies
View Related
May 12, 2011
I am on the latest version of Ubuntu, and I try to keep my system up to date. I have a few mkv files that I make from avi and subtitles. When I play them with mplayer, there is no sound, and I have this error : Too many video packets in the buffer: (3924 in 33557981 bytes). Maybe you are playing a non-interleaved stream/file or the codec failed? For AVI files, try to force non-interleaved mode with the -ni option.
But when I play the mkv with the default Ubuntu player, it works perfectly, there is the sound.
I don't really understand what that means, and I like to play my video files with mplayer.
View 5 Replies
View Related
Aug 4, 2010
i use Ubuntu Lucid Lynx, 10.04 64bit I recently updated ALSA Drivers to the latest ones.. (Still the problem described bellow exists) This is my ALSA Information from the script. [URL]
When ever i'm playing a file in any player, Rhythmbox, Exaile, Totem... and i mean a sound file, i can't listen to my 5.1. Actually... when ever i choose from Sound Preferences -> Output -> Profile: 5.1 I can listen to the Bass kicking, and all my speakers works. Now, when i change manually the song, or automatically... or even when i Stop and then Start again the playback, i loose the Bass and not all my speakers works as intended. When i go to Output Profile again, 5.1 it's still selected. I have to change back to something else, like 4.1 or stereo and then back to 5.1 so the Bass and all speakers work again as they should.
View 1 Replies
View Related
Jul 15, 2011
I m running Fedora 15 i386 release and just performed an update for packages.
Code:
yum update
The PAE kernel and Nvidia driver got updated as well as a few other packages.
When I come to playing a video with Xine I get this error code...
View 3 Replies
View Related
Apr 21, 2011
I have lots of 720p MKV files which play fine on VLC and/or mplayer. These are the two players I know. Whenever I try to play a 1080p file, the video is sluggish and quickly desynchronizes from the audio (mplayer) or the sound is choppy (vlc). This is because one CPU cannot decode a 1080p x264 video. Not powerful enough. Now, I have a Q6600, with 4 cores. Options in mplayer and VLC to use more than one decoding thread don't seem to do anything at this date, as one core is only user (reported by TOP).
View 9 Replies
View Related
Nov 22, 2010
I need to achieve a particular effect using bash's redirection facilities.I know that I can redirect a file to some program's standard input:[user@host]$ application < file.txtThe thing is, I'd like to know can I regain control of this program's input after the file content's have been passed to it. In other words, I'd like to run a command similar to the above, and then, instead of the termination of the application, I'd want it to wait for further commands from standard input (keyboard).
As I write this question, it occured to me that I could probably write another application (or a script), that would at first write some data to standard output and then act as echo, like:[user@host]$ stdin_proxy.sh | applicationWould it work, and is there any better way to do so? There are a bunch of Googleable tutorials covering this issue, but they all amount to one advice - "reopen the stdin after the file contents have been read".
View 1 Replies
View Related
Jul 17, 2010
I m newbie in Linux. i am using fedora 13, kernel release: Linux 2.6.33.6-147.fc13.x86_64 and my graphics card is nvidia g-force 8400 GS. nvidia driver version is 195.36.31.
now my problem is when i run any video file in any media player, my system just freezes...and only way to get rid that is system reset !!! and it get freezed randomly, sometimes system works fine without halting!! i update my kmod-nvidia and kernel but the problem has not been solved!!
View 3 Replies
View Related
Oct 24, 2010
I,m using Ubuntu 10.10 with Gimp. Ive got a lot of photos etc and need to back these up. Can I anyone suggest a good backup solution which does not require e to keep copying the same files? IE: Once the files are backed up I only want to back the files used since last back up?
View 11 Replies
View Related
Mar 23, 2011
I accidentally deleted a .cpp file with some valuable code of mine.It was part of my own library: libandrissh.soHow can I recover it? I tried scalpel, but did not find it.I was wondering if I could somehow extract the info from my .so or other files that are in my library. I think this could be possible, because my programs using the library still work
View 1 Replies
View Related
Feb 19, 2011
I removed then deleted the samba folder. Now when I reinstall samba there is no config file. How do I get this back?
View 4 Replies
View Related
Dec 23, 2010
I've got myself in a bit of a pickle.I've got 1 hard disk drive and was trying to load a second external drive.I tried to mount the 2nd (external) drive by editing /boot/ grub/ device.map but I must have made an error, because now it boots directly into sda1 openSUSE 11.1 and when I try to look at SDA2/SDA3 it say's Invalid System Type. Presumably because they're formatted with Ext4. So I can't edit back my device.map file.What I want to do is boot into SDA3 OpenSUSE 11.3. Would anybody know why it's only booting to SDA1 and/or have any suggestions to get me back booting to SDA3? This may be a 2 step process, because I may have to boot to SDA2 first so I can edit back my /boot/grub/device.map on SDA3 before finally booting to SDA3.
View 6 Replies
View Related
Mar 5, 2010
I accidentally deleted a php file under my public_html folder. Is there a way I can get it back?
I typed: sudo rm contacts.php
View 2 Replies
View Related