LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   hardcoding subs?? (https://www.linuxquestions.org/questions/linux-software-2/hardcoding-subs-910822/)

Blackfoot 10-29-2011 01:15 PM

hardcoding subs??
 
could anyone help me out with a decent program to hardcode subs, meaning with no quality-loss (thus without having to convert if I'm right so far)

cheers

macemoneta 10-29-2011 03:10 PM

Hardcoding subs is almost always a bad idea. Consider instead using a container like mkv where you can include the subs in a separate channel so they can be enabled/disabled dynamically. An application like HandBrake can do the job for you.

Blackfoot 10-29-2011 03:29 PM

thanks, will try that but I'll probably get back on that considering I'm like a three-year-old learning to read when it comes fidgeting with software :p

SigTerm 10-29-2011 04:30 PM

Quote:

Originally Posted by Blackfoot (Post 4511346)
could anyone help me out with a decent program to hardcode subs, meaning with no quality-loss (thus without having to convert if I'm right so far)

cheers

As far as I know, reencoding video always means quality loss and hardsubs require reencoding. I'd also recommend to embed subtitles into *.mkv instead of hardsubbing - this way you won't lose quality, you'll be able to store multiple subtitle files and switch them on/off.

Blackfoot 10-29-2011 04:55 PM

that's what macemoneta said too, didn't even know that could be done, but on the other hand, if you can pay for it why shouldn't you be able to do it yourself right :) but now I'm having some difficulty in an earlier stage; I went to get the ppa at https://edge.launchpad.net/~stebbins...brake-releases and followed the instructions but when I entered sudo apt-get install handbrake into the terminal it said it couldn't find the package ?? beginner's mistakes I guess :p could you help me out

thanks

Blackfoot 10-29-2011 05:02 PM

oh, I see what I missed, there's simply no handbrake package yet for Oneiric Ocelot, lol

SigTerm 10-29-2011 05:03 PM

Quote:

Originally Posted by Blackfoot (Post 4511467)
that's what macemoneta said too, didn't even know that could be done, but on the other hand, if you can pay for it why shouldn't you be able to do it yourself right :) but now I'm having some difficulty in an earlier stage; I went to get the ppa at https://edge.launchpad.net/~stebbins...brake-releases and followed the instructions but when I entered sudo apt-get install handbrake into the terminal it said it couldn't find the package ?? beginner's mistakes I guess :p could you help me out

thanks

You can create mkv file using mkvmerge (command-line version) or "mmg" (gui version) without recoding video. Both programs typically located within package "mkvtoolnix". You'll need to find tutorials, somewhere, though. You could start with documentation for mkvmerge.

Blackfoot 10-29-2011 05:09 PM

thanks, that'll get me on my way as well
appreciate it :)

Mara 10-30-2011 05:47 AM

Moved to Software as requested by the OP.

Blackfoot 10-30-2011 01:25 PM

worked perfectly, then I hoped to be able to burn the mkv file onto a DVD with K3b but aparently that's not how things get done, lol, learning as I go. I'll use ffmpeg now to convert the mkv to DVD files, just not sure what's gonna happen to the embedded subs though. anyways thanks again for the aid :)


All times are GMT -5. The time now is 08:16 AM.