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


ADVERTISEMENT

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 :: 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 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 :: 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 :: 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 :: 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 :: 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

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 :: 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

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 Multimedia :: Removing Embedded Album Art

Feb 26, 2011

I use EasyTAG to edit the tags of my music. I believed I could also use EasyTAG to remove embedded album art, but this is not entirely the case.EasyTAG appears able to remove references to an embedded image so that the image will not appear in audio players and tag editors. However, the image must still exist within the audio file because the file size remains exactly the same. Contrast this with Mp3tag where removing album art also decreases the audio file's size.My question: is this a bug on EasyTAG's part? If so, what Linux program could I use instead?

View 1 Replies View Related

Ubuntu Multimedia :: Embedded Videos Not Playing In Firefox 3.5.7 On 9.10?

Jan 8, 2010

i am not able to play videos videos whenever it's embedded in pages other than the [url] pages. but it play just about fine on the original page.

View 9 Replies View Related

Ubuntu Multimedia :: ATI Drivers For X1250 Embedded Chipset?

May 6, 2010

ATI has a driver listed for Linux x64 for the Radeon x1250 and this is what happens when you run it, I got the same results with Fedora 12 also. Ubuntu runs GREAT on my laptop, but 3D acceleration would be nice, if I can get this driver, I will be set free of Microsoft almost completely. Any ideas? Please do not suggest I buy a new laptop, its a Turon X2 and its powerful enough for me.

[Code]...

SO, its clear that I have no 3d acceleration, my second display is all garbled like the refresh rates isnt being applied properly, and It would seem some lame generic driver is loaded for my GPU, does anyone have any idea if and when or where a proper Hardware driver for the x1250 series will be released?

View 1 Replies View Related

Ubuntu Multimedia :: Embedded Java Applets Not Running Sound

Jul 16, 2010

My sound is otherwise working fine, but for some reason i'm not getting any sound when running java applets. This issue is very important to me, i would -really- like to get the sound back on this applet.it's a java runtime environment applet, running in embedded in firefox. Somehow, the systems isn't detecting it as a application outputting sound.

i tried uninstalling the sound manager application via synaptic, selected the 'completely remove' option, and wound up uninstalling essentially the entire OS last weekend. i'd like to not repeat that mishap, as i lost all my data.

View 3 Replies View Related

Ubuntu Multimedia :: Embedded Flash Not Showing On Specific Site

Nov 4, 2010

I'm running xubuntu 10.04 32bit on this particular machine, and have embedded flash video from blip.tv not showing in my browsers (Chromium daily, and Firefox). The site in question is [URL] These videos show on my other machines, including other Ubuntu 10.04 installs, however nothing loads on my machine. By inspecting the element is still see it in the source code:

Code: <embed src="http://blip.tv/play/AYH_gXQC" type="application/x-shockwave-flash" width="400" height="294" allowscriptaccess="always" allowfullscreen="true" wmode="transparent">

Just doesn't display. I'm using the standard flashplugin-installer package, and have tried reinstalling it with no luck. I've also tried going directly to blip.tv and they do not display either. Embedded videos from other sites play fine, it's just blip.tv. They also do not display or load on the blip.tv site.

View 1 Replies View Related

Ubuntu Multimedia :: Embedded WMV Videos Look Compressed Or Skinny When Viewed On Vista

Mar 23, 2010

I'm running apache2 on Hardy and Karmic machines. I converted some .flv's to .wmv's using VLC and embedded them in my index.html file. Now, when I go to view them from Vista machines (32 or 64, IE or Firefox), they look compressed or skinny like this: [URL] When viewed on other Ubuntu or XP machines, they look fine.

View 6 Replies View Related

Ubuntu Multimedia :: Chromium No Longer Plays Embedded Quicktime Videos?

Jun 27, 2010

i've had ubuntu 10.04 for almost 2 months and when i first installed all the media codecs and used chromium everything worked fine and I was able to watch videos on [URL] but for past 2 weeks I haven't...there's been no change to my files, justed updated Chromium. I can view .mov video's in the media players or if I have the direct address but not embedded.

View 4 Replies View Related

Ubuntu Multimedia :: No Sound From Embedded Flash Video In PDF By Adobe Reader

Feb 17, 2011

Originally, the embedded flash video played just fine on Ubuntu 9.10 by Adobe Reader 9.0. However, when the same video was replayed on an upgraded Ubuntu 10.10, the video part was fine fine while the audio couldn't be heard. Anyone encountered the same problem? Anyway to fix it?

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

Debian Multimedia :: Embedded Flash Videos Crashing Every Browser

Nov 20, 2015

Iceweasel, Konqueror, makes no difference. Embedded flash videos make them crash every time. I had to install Flash Control on Iceweasel just to make it usable.

[pid 9417] --- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL, si_value={int=1851877730, ptr=0x6e616962}} ---
[pid 9520] <... close resumed> ) = ? <unavailable>
[pid 9446] +++ killed by SIGALRM +++
[pid 9444] +++ killed by SIGALRM +++
[pid 9520] +++ killed by SIGALRM +++
[pid 9447] +++ killed by SIGALRM +++
+++ killed by SIGALRM +++

The kicker is I can't recall ever installing flash support in the first place.

I'm bitterly regretting the upgrade to 8.2. It's just one damn thing after another.

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

OpenSUSE Multimedia :: Adobe Flash Local Settings Not Available For Facebook Embedded Video / Webcam

Jul 27, 2011

In [URL] I can right-click on a flash video and have the option to access "local settings" under "Settings" to specify configuration for webcam, mic, etc. But in Facebook I need to adjust a setting and the "Setting" option for local config is gray-ed out, I can't access it.

I'm running OpenSUSE 11.4, and I've seen this in GNOME and KDE within Firefox.

View 3 Replies View Related







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