Debian Multimedia :: Getting The Subtitles To Be Included In The File Dump.vob?
Jul 1, 2011
Doing this: mplayer dvd://1 -v -dumpstream -dumpfile dump.vob Gives me all the audio tracks, but not the subtitles. How can I go about getting the subtitles to be included in the file dump.vob? I've tried something like: mplayer dvd://1 -v -sid 5 -dumpstream -dumpfile dump.vob (where -sid 5 was the correct subtitle) but this does not work. I'm going to use mencoder to make an .avi file (with subtiutles, obviously), so I could, as a last resort, use some other program that extracts the subtitles (suggestions?).
View 3 Replies
ADVERTISEMENT
Sep 1, 2011
trying to convert a avi file with subtitles into a iso file ready for burning on to a disc, I am using DeVeDe to convert the file but I keep getting the error SPUMUX when trying to convert. I have no idea on what to do with this, is it because I am trying to convert to ISO? should I just try to convert to MPEG instead would that stop the error?
View 1 Replies
View Related
Apr 30, 2010
I have a film that has been split into 2 files, both of which has an associated srt subtitle file.
I want to embed the subtitle file permanently in the films, so I can subsequently combine the 2 video files (and so have continous playback).
I've tried playing about with Avidemux but no joy so far. Can anyone point me in the right direction?
View 3 Replies
View Related
May 7, 2011
I have problem with VLC player. The problem, from the image below, appears whenever I open video file. I click Ok, and a everything is ok, until I jump to another time sequence, when sound and subtitles disappear.
Terminal log:
View 9 Replies
View Related
Oct 7, 2009
I want to generate core dump files from my program when it crashes. Its a pretty big process and has about 10-11 threads in it.I have followed the documentation to enable core dump by setting ulimit to unlimited etc. I quickly tried "A demo program creating a core dump" from the following webpage, which succeeds in Segfault and dumping a core file in the directory that I configured.However, I tried running my original program and caused it to crash. I did this by making calls to kill(), raise() or the same null pointer access as shown in the webpage above. In each case, my program crashed but did not generate a core dump file. Am I missing something?My program is in C++ and my environment is Redhat 9.0 (kernel 2.4.20)
Going through the "Why do I NOT get a core dump?" section on the same webpage as above, I can see two potential problems. One - there are issues with the suid/sgid (bullet # 6). I am not able to change any settings with suid because my system does not contain either /proc/sys/fs/suid_dumpable or /proc/sys/kernel/suid_dumpableTwo, my program has threads in it and the bullet # 8 is the problem.
View 1 Replies
View Related
May 11, 2011
I am supposed to take some small files, and print them to a specific printer, such that the small files are concatenated into one file. The file name has to be included in the file that gets printed.
Should I be looking to concatenate the files into one file with the file names included, and then print them?
something like: -printfunction -printername < file*
View 7 Replies
View Related
Mar 23, 2010
I just installed Fedora12 in a Core i3 machine... everything looks fine, but I have a huge problem... every time I upload a file (using ftp or sftp) some wier characters are included inside the file... for example.
[Code]......
View 6 Replies
View Related
Jun 3, 2011
I have Matroska file with some subtitles already built in. How can I add another subtitles, with proper language setting and encoding?
Tried:
mkvmerge -o output.mkv -S source.mkv new-subtitles.srt
but it looks like it removed all other subtitles. What am I doing wrong?
View 1 Replies
View Related
Jul 15, 2010
Is there anyway i can convert a dvd to an avi file including subtitles?I watch a lot of burned DVD's, but my dvd player has an usb connection (plays avi's etc) so to spare empty dvd's i decided to buy a large usb stick and put the movies on it. But to do that, i have to convert the dvd's to avi's with subs.
View 4 Replies
View Related
Feb 12, 2011
i recently got my hands on a movie and it came with the subtitles file, but it's in .sup format, which by the looks of it, is not supported in mplayer or vlc. i've looked online, and this seems to be the only format the subtitles come in. is there any successful conversion program to where i can convert them to .ssa?
View 3 Replies
View Related
Apr 10, 2011
I would like to see two subtitles in the same video, one in my language and another in english, to learn the other language. At windows I was using BsPlayer, but in Ubuntu I don't know any that does it. Do you know any?
View 4 Replies
View Related
Feb 12, 2011
I have a table-top DVD player that can play DVDs and DIVX video files.
BTW, I know how to make Divx files using ffmpeg, mencoder and HandBrakeCLI.
What I don't know how to do is add the subtitles from the DVD to the Divx files. I want the option to turn on and off the subtitles from the divx file. Is this possible?
View 2 Replies
View Related
Jun 16, 2010
I use divxenc 1.4.6 to create AVI files. Works great. Recently, I started using the option to subsequently convert that to MKV, so I can include multiple subtitles inside the file. Unfortuately, the subtitles show up much to high in the picture. In the AVI format, the subs are just above the bottom of the image. But in the MKV here they appear at about 1/3 up from the bottom. This behaviour shows in both Mplayer for Linux and VLC for Windows. So I guess it's in the file. Is there an updated version of divxenc, or another tool to generate MKV's directly ?
View 2 Replies
View Related
Feb 6, 2010
I'm sure this is easy to do. I want to create one of those "Hitler" internet meme things for a presentation I'm doing at work, which of course, involves adding custom subtitles to a video. Now, I've found the tutorial that says how to use the right filter with avidemux, but I was wondering what the easiest way is to create the file for that filter to read. Is it just a matter of manually writing it up in my fav text editor? something that looks like
startTime,duration,text
(one per line) then I'd rather just textedit it manually, but if it's something complicated, then I should use some software to do it...
View 9 Replies
View Related
Jul 21, 2010
I recently acquired a few japanese anime which have English subtitles. All the videos are in .mp4 format. They have embedded subtitles (though not hardsubbed, since I can turn them off). My question is how do I edit and re-embed these subtitles, since the translations are less-than-perfect?
View 1 Replies
View Related
Sep 6, 2010
I have used Dump Command to dump the application files. For Full backup the level 0 is working fine. For incremental backup I used the level 1 or 2 it is getting the error as
DUMP: Only level 0 dumps are allowed on a subdirectory
DUMP: The ENTIRE dump is aborted.
The code I used
===============================
#!/bin/bash
#Full Day Backup Script
#application folders backup
#test is the username
now=$(date +"%d-%m-%Y")
[Code]...
View 2 Replies
View Related
Mar 15, 2010
I'm using Kaffeine 1.0-svn3 from Packman repo on openSuse 11.2 with KDE 4.3.5. In Kaffeine, I can not find the menu where I can choose the subtitles. (I want to watch an avi-file with a separate subtitle-file in srt format). With openSuse 11.0, KDE 3.5.8. and an older version of Kaffeine, there was a possibility to select subtitle files (srt).
View 5 Replies
View Related
Jan 30, 2010
using any software(totem/vlc/mplayer/heck, i'd download a new one if it had this capability) make subtitles appear in the bottom black bar that exist due to video being 16:9 on my 4:3 monitor and not on top of the film leaving all of that black bar real-estate wasted?
View 2 Replies
View Related
Feb 23, 2010
How to watch video with two subtitles(different languages) simultaneously?
View 5 Replies
View Related
May 8, 2010
I am looking for a subtitle player, that would show subtitles on the screen. For example, when i watch a video in ..... (music video..) it would display independatly the text (so I can have a karaoke music video)Does software like this exist?
View 3 Replies
View Related
May 9, 2010
I got a problem with gnome-subtitles when I try to sync an srt file with an mkv file: no sound available, whereas in the case of an avi file no problem of course. Did you experiment the same problem and find a workaround?
View 1 Replies
View Related
May 13, 2010
I have just upgraded to Lucid. While trying to watch movies (i have installed all the requisite plugins), I encountered certain problems. The following is what I noticed after some thorough search into the issue:
1. Suppose one goes to the location of a video file, say, /Home/Videos/Sound of Music.xyz , double clicking the file would open the movie player (Totem) but one would not be able to see any video, though sound is coming.
2. Sometimes, on entering the fullscreen the video started from double clicking the file is visible, but leaving full screen, it is lost again. This however doesnt happen in all cases, because mostly one sees no video if through double-clicking the file.
3. The same operation of playing, if done through the player (by /Movie/Open.. or by Adding a video file in the playlist) happens quite properly.
4. A .mkv file doesnt play for long, since the player crashes.
5. Subtitles are not detected, even after putting the settings on automatic loading of subtitles (/Edit/Preferences/Automatically.....)
View 1 Replies
View Related
Jul 16, 2011
I have recently been tasked to extract the subtitles from a lot of mkv files. Hundreds of them, maybe even more than a thousand. To do this, I modified a script I found online:
#!/bin/bash
IFS="|"
if test -z $1; then
[Code].....
So in the above example the subtitle is actually in track number one and my script would be borked for that particular file. Is there a way to integrate mkvinfo into the script and parse it to see what track should be extracted? Like, read it line-by-line and change the value of some #TRACKNO variable everytime a string like "| + Track number:" appears, and stop when a string like "| + Track type: subtitles" appears? Maybe even skip doing anything if there aren't any subtitles.
PS: I actually prefer SRT subtitles to ***. If there was some command line tool I could use to convert the resulting *** file to SRT I would be much obliged.
View 2 Replies
View Related
Feb 18, 2010
I got a backup file which first 1000 bytes are as follows:
Code:
00000000 54 41 50 45 00 00 03 00 8c 00 0e 01 00 00 00 00 |TAPE............|
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00000030 02 00 87 05 51 64 50 48 01 00 00 00 01 00 00 00 |....QdPH........|
[code]....
I tried to restore it:
Code:
$ restore -r -f zzz_labxxxx
Checksum error 32615101403, inode 0 file (null)
restore: Tape is not a dump tape
What application could I use or even try? The man who made the backup can't be reached anymore and we had been left with the backup.
View 1 Replies
View Related
Jul 22, 2010
I'm using openSUSE 11.3 for my laptop and Kaffeine built in as my player. But when I tried to play any files with external subtitles, there is nothing happened. The drop-down list of subtitles is just gray and cannot be used.
So I have two questions:
(1) Can Kaffeine built in openSUSE 11.3 load subtitles automatically?
(2) If it cannot, how to load subtitles manually?
View 3 Replies
View Related
Oct 31, 2010
how to watch video with two subtitles(different languages) simultaneously?
View 1 Replies
View Related
Jul 3, 2011
Can anyone recommend open software that will allow me to edit videos and add subtitles? I have footage in one language and would like to have subtitles for people that are fluent in another language.popcorn for the people watching my videos
View 3 Replies
View Related
Oct 21, 2009
How to create a dump of an existing file and how to restore it with command line?
View 6 Replies
View Related
May 13, 2010
We are going through the motions of testing the backup and restore configurations of our postgres database. One idea was testing the viability of the dump file. Does anyone know of a way of testing the dump file to determine if there is any corruption in it
View 2 Replies
View Related
Mar 17, 2010
I have a script (below) which works ok, but I have tried to modify it as I want to keep the older files for a restore if needed. I have tried adding a date suffix to the newly created files (second lump of code), but it doesn't seem to work.I get the error:
$SOURCEDIR/p1db_$DATEVAR.sql: ambiguous redirect
The working original script:
Code:
#!/bin/bash[code].....
View 1 Replies
View Related