Ubuntu Multimedia :: Adding Subtitles To A Video?

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


ADVERTISEMENT

Ubuntu Multimedia :: Watching Video With 2 Subtitles At Same Time

Feb 23, 2010

How to watch video with two subtitles(different languages) simultaneously?

View 5 Replies View Related

Ubuntu Multimedia :: Embed Subtitles In Video File?

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

Ubuntu Multimedia :: Movie Player - No Video - No Subtitles ?

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

Ubuntu Multimedia :: Watch Video With Two Subtitles(different Languages) Simultaneously?

Oct 31, 2010

how to watch video with two subtitles(different languages) simultaneously?

View 1 Replies View Related

Ubuntu Multimedia :: Video Editing Software With Subtitles Capability?

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

OpenSUSE Multimedia :: VLC - 11.4 /w GNOME - Open Video File - Sound And Subtitles Disappear

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

Ubuntu :: How Do You Save Video With Subtitles Still On It?

Apr 6, 2010

i'm currently subtitling a jpop music video and i was wondering:how do you save the video with the subtitles still on it? i'm half way through subbing, and i want to upload the video to videos with the subtitles attached but.how? i can only save them as separate files, and not singular.

View 4 Replies View Related

Ubuntu Multimedia :: Adding Nvidia GeForce 210 Video Card?

Jan 5, 2010

I have a 64 bit computer with a 64 bit distribution of Ubuntu. The driver for the onboard video card wasn't supported beyond 8.04, so I didn't upgrade. Yesterday, I bought a NVIDIA GeForce 210 video card. I installed it and Ubuntu detected it and worked, but the resolution was limited to 640x480 (I think). I figured this would be corrected by updating, so I updated to 9.04. When I had to restart, the option to select which OS (Linux or Win) came up, I selected 9.04, and the ubuntu symbol came on. The status bar went to the end and the screen turned black, flickered 5 times, turned black and stopped progressing. The xorg.conf file is:

Section"Driver"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section"Monitor"
Identifier "Configured Monitor"
EndSection

[Code]...

I tried changing the driver from "vesa" to "nv" without any effect. Does anyone have any idea what I should do to get this to work?

View 9 Replies View Related

Ubuntu :: VLC - Play The Video In Fullscreen The Subtitles Look Pixelated

Aug 9, 2010

I have set the hotkey for "Very short backwards jump" and "Very short forward jump" to "Left" and "Right" respectively, and yet pressing the left and right arrow key does not work. Plus when I play the video in fullscreen the subtitles look pixelated.

View 7 Replies View Related

Ubuntu :: Firefox Doesn't Show Subtitles From Video Source

Feb 18, 2009

Firefox doesn't show subtitles from a video source.What do I do?

View 2 Replies View Related

Software :: Trying To Demux VOB - Subtitles Show Up In Video Stream

Jan 28, 2010

I am trying to demux a set of VOB's from a DVD. I want to be able to extract any video/audio/subtitle/closed caption stream to a raw file. Then I want to wrap the streams that I want into an MKV file. (Probably the video, best quality audio, and all of the subtitles. But who knows, maybe all the streams...) To extract the mpeg2 video from the VOB (which I pulled off the DVD using vobcopy) I am trying to use this command:

Code:
$ ffmpeg -i VTS_01_1.VOB -an -sn -vcodec copy -f rawvideo output.mpeg
The problem is, that when I open output.mpeg in something like VLC, the subtitles are still there. I can turn them on/off, but I don't understand why they are there. FYI: if I do -f mpeg2video, I get the same exact output, checked with an md5sum.

Here is a sample output:
Code:
$ ffmpeg -i VTS_01_1.VOB -an -sn -vcodec copy -f rawvideo output.mpeg
FFmpeg version UNKNOWN, Copyright (c) 2000-2010 Fabrice Bellard, et al.
built on Jan 10 2010 17:47:18 with gcc 4.4.2 20091208 (prerelease)configuration: --prefix=/usr --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-libfaac --enable-libfaad --enable-libxvid --enable-libx264 --enable-libtheora --enable-postproc --enable-shared --enable-pthreads --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-version3 --enable-nonfree
libavutil 50. 7. 0 / 50. 7. 0
libavcodec 52.45. 0 / 52.45. 0
libavformat 52.46. 0 / 52.46. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0. 8. 0 / 0. 8. 0
libpostproc 51. 2. 0 / 51. 2. 0
[mpeg @ 0x824b390]max_analyze_duration reached
Input #0, mpeg, from 'VTS_01_1.VOB':
Duration: 00:22:22.22, start: 0.045500, bitrate: 6399 kb/s
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x480 [PAR 32:27 DAR 16:9], 7500 kb/s, 27.48 fps, 59.94 tbr, 90k tbn, 59.94 tbc
Stream #0.1[0x80]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
Stream #0.2[0x81]: Audio: ac3, 0 channels
Output #0, rawvideo, to 'output.mpeg':
Stream #0.0: Video: mpeg2video, yuv420p, 720x480 [PAR 32:27 DAR 16:9], q=2-31, 7500 kb/s, 90k tbn, 29.97 tbc

Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encoding
frame=32731 fps=428 q=-1.0 Lsize= 878592kB time=1361.26 bitrate=5287.3kbits/s
video:878592kB audio:0kB global headers:0kB muxing overhead 0.000000%
I'm especially curious about that "max_analyze_duration reached" line.

View 1 Replies View Related

Ubuntu Multimedia :: How To Convert The .sup Subtitles

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

Ubuntu Multimedia :: How To View Two Subtitles

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

Ubuntu Multimedia :: Edit Subtitles Embedded In A Mp4 Vid?

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

Ubuntu Multimedia :: Make Subtitles Appear In The Black Bars?

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

Ubuntu Multimedia :: Subtitles On Top Of Other Windows (for Example Flash Videos)?

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

Ubuntu Multimedia :: No Sound In Gnome-subtitles With Mkv Files?

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

Ubuntu Multimedia :: Batch Extraction Of Subtitles From Mkv Files?

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

OpenSUSE Multimedia :: Subtitles To High In MKV Files?

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

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 View Related

OpenSUSE Multimedia :: Kaffeine Does Not Show Subtitles Anymore?

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

OpenSUSE Multimedia :: 11.3 - Cannot Play Files With External Subtitles In Kaffeine

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

Ubuntu Multimedia :: Cant Play Mp4 Files With Dual Audio And Dual Subtitles ?

Jul 20, 2011

I cant play mp4 files with dual audio and dual subtitles. I am using a laptop with intel graphics. I've already tried mplayer, vlc, and smplayer. But still the files wont play properly. I been jumping all over the forums reading and trying anything i come up to. What do I need to do? oh btw I am using Ubuntu 10.04.

View 3 Replies View Related

Ubuntu Multimedia :: Convert A Avi File With Subtitles Into An Iso File?

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

Ubuntu :: Basic Video Editing - Adding Transitions / Effects To AVI Files

Oct 29, 2010

I decided to try Ubuntu 10.10 after I had enough audio driver errors on my Acer netbook ( it came with windows wtf why errors) to drive me crazy. Anyway since I installed Ubuntu its ran better then when it was new my question arises here tho. I need to do some basic video editing (combine a few avi files, add transitions, add effects, etc) I don't need some end all to do all editor. just something basic like the windows. Video editor thingy was. So far I've tried pitivi which crashes, open soft which also seems to dislike me, and kdenlive which shows some promise but seems to be slow and needs libmp3lame.

I tried to install it and while my software manager thing says its installed kden says its not. I wanted to try lives editor but my terminal abilities are almost non-existent. Is there an editor I haven't tried that could be what I'm looking for? Is there a way to fix kden? I just want to edit the video and put it on Facebook. I'm willing to learn and I'm not a computer idiot just a Linux one. I really don't want go back to windows cause ill have to reinstall it and even when I do that with the disc Acer sent me windows makes a screeching noise even when then sound is off and locks up.

View 7 Replies View Related

Software :: Application For Creating Video From Still Photos And Adding Sound?

Sep 29, 2010

I have been making the soundtrack with audacity and using various other programs to create a "slide show video" then adding the soundtrack. I would like to know which programs you would recommend for doing this easily and quickly. At the moment I would really like something I could add photos to set timing and transition effects and add a sound track to each invidual image.

View 2 Replies View Related

Ubuntu Multimedia :: Mediatomb And Subtitles / Getting Response "Fail" And Mediatomb Will Not Start?

Jan 20, 2010

i've looked at serveral post all over the net but still can't get subtitles (.str files) to bind with the stream on mediatomb.

Mediatomb works fine with out the subtitle transcoding profile, but when added and mediatomb is restarted using sudo /etc/init.d/mediatomb restart I get the response "Fail" and Mediatomb will not start. If I change <transcoding enabled="yes"> to "no" then mediatomb works fine

Below is my config.xml

Quote:

<?xml version="1.0" encoding="UTF-8"?>
<config version="1" xmlns="url . url
xsi:schemaLocation="url 1 url
<!--
Read /usr/share/doc/mediatomb-common/README.gz section 6 for more
code....

View 1 Replies View Related

Ubuntu Multimedia :: Youku Video Error Message - Video Doesn't Load?

Feb 22, 2010

I want to watch a certain video on [url]...., but I get an error message instead. Some videos can be played, so I'm thinking it's a form of restriction, but I can't be sure.I tried using a few proxies, but on some the error message persists and on others the video doesn't load. I'm running Ubuntu 9.10 and Firefox 3.5.8.

View 2 Replies View Related

Ubuntu Multimedia :: Merging Two Separate Video Clips Into Single Clip Video?

Jul 14, 2011

I have two seperated video clips, that captured same event from two cameras. i would like to create one clip, that will show one on the left side, the second on the right side, and play together.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved