Software :: MediaTomb Transcoding With The Subtitles?
Feb 24, 2011
I've followed the instruction on this site. But I'm not able to play videos with subtitles on my LG TV. Transcoding is working (I tried the command in terminal) and I can see transcoded video in the list of videos on my TV. When I try to play the video, it shows error "Not supported format"
View 4 Replies
ADVERTISEMENT
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
Mar 10, 2011
I am looking for audio transcoding tips. I would like to transcode mp3 to ogg on F14. Can someone advise me the tool to use and if there are some script lines required to operate in bulk mode?
View 10 Replies
View Related
Jan 22, 2010
I tried converting wma to mp3 with vlc, but an error comes up this is what it says.
p, li { white-space: pre-wrap; }
Streaming / Transcoding failed:
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
MPEG Audio layer 1/2/3.
Either how can I get that encoder for vlc or what else can I use to convert wma to mp3?
View 9 Replies
View Related
Mar 7, 2010
I'm trying to convert a video in .ogm format to .avi format so I can stream it to my PS3 via uShare. I'm using Mencoder and the following command to do it (to transcode the audio from vorbis to mp3 and the video from mpeg4 to xvid):
Code: mencoder input.ogm -oac mp3lame -ovc xvid -xvidencopts pass=1 -o output.avi.The only problem is, the video contains 2 audio streams - one Japanese and one English. Needless to say, I need the English one. The above command only seems to transcode the Japanese audio though!Here's what ffmpeg has to say about the input file:
Code:
Input #0, ogg, from 'input.ogm':
Duration: 00:24:16.12, start: 0.000000, bitrate: 1280 kb/s[code]...
what I can do to specify the correct audio stream to encode? Also, how can I keep the bitrate the same as the output.avi seems to default to 96kbps?I'm not sure which audio stream is which but a little trial and error will sort that out in no time.
View 7 Replies
View Related
Sep 21, 2010
Can't find anything quite like this having been asked already I have just bought all of Babylon 5, and want to put it on my hdd instead of using the discs. dvd::rip works fine for me. I can rip and then transcode titles to AVI manually. What I want is to rip a disc or two, and then have dvd::rip transcode them overnight (takes about 50 minutes per episode on my machine). I tried this on the command line: dvdrip -f transcode -t 2 b5s1d1.rip which, after briefly loading the GUI, just gets this error: Can't locate object method "error_dialog" via package "Video:VDRip::GUI::Main" at /usr/share/perl5/Video/DVDRip/GUI/Main.pm line 173. Gave up and found dvd::ripqueue, which is a gui utility that automates what I would have put into a script, but it doesn't work properly - dvd::rip launches, but only performs the first pass and produces no output. My projects were set up and saved correctly (as I said, all this works if I start it manually from the dvd::rip GUI).
View 2 Replies
View Related
Jan 26, 2011
What's the easiest software to use (simplest command) that will read a VIDEO_TS folder (a ripped DVD) and transcode it? I don't want a GUI. mencoder looks like my best bet, but I just wanted to check before I start transcoding all my DVDs with it. Also, auto-cropping would be a great feature, but I don't think mencoder can do this unless you find this out prior to the transcode with mplayer.
View 2 Replies
View Related
Apr 28, 2010
I am finding little bits and parts of information about CUDA enabled mplayer/mencoder .. apparently CUDA will enable your Nvidia GPU to do work when transcoding video instead of the CPU?
does anyone know if there are any Fedora RPMs of a CUDA enabled mplayer? how can you tell if your Nvidia card supports CUDA in linux? I found some ubuntu packages but so far nothing for Fedora
View 4 Replies
View Related
Jan 4, 2010
The commandcvlc --run-time 180 "http://amber.streamguys.com:4500/wcvehd1.m3u" --sout file/ogg:/home/mikeb/Audio_Recordings/WCVE-test"$(date +%F-%T)".oggwill successfully record a stream from my local NPR station. If I understand the messages thatare printed to stdout when I run it, this transcodes the mp3 stream to an ogg filece I am using this to timeshift a program that I otherwise would not be able to listen to, I would prefer simply to dump the stream in mp3 format without transcoding. tried changing "ogg" "dump" but that produces an error about the --sout option. Can someone tell me how to modify this command so that it simply dumps the incoming stream to a file in mp3 format
View 8 Replies
View Related
Mar 27, 2011
My aim is to create a bash shell script that I can use in directories with many subdirectories full of .flac files for mass transcodings that recquire minimal user input.At present I have this file at ~/bin/flac2mp3:
Code:
#!/bin/bash
file="$1"
flac -cd "$file" | lame --preset fast extreme - "${file%.flac}.mp3"
I navigate to the directory in question and run:
[Code]...
View 2 Replies
View Related
May 13, 2011
does anyone know if there are Linux drivers for the Leadtek MPEG-2/H.264 Transcoding Card WinFast PxVC1100? I read it works under Linux, but there seems to be no specific drivers for it.
View 1 Replies
View Related
Jan 29, 2011
I have a torrentbox. The special thing about this torrent box is that it's custom built, it has Windows 7 installed and I have full control over it using TightVNC. At the moment I'm using uTorrent WebUI and FTP do download the files. But I'm thinking - When I download a 1,5 hour long video in 30 minutes, wouldn't it be theoretically possible to just WATCH the movie directly from the torrentbox? Obviously this can't be dont using FTP since it makes you download the entire file, BUT:
Is there some other way to fool your OS into thinking that this is a local folder, and get media players like VLC or GOM player to play video files directly? This would be a monumental time- and space saver for me.(I have both Windows and Linux Mint on my PCs)
View 1 Replies
View Related
Aug 24, 2010
I've been interested in trying to figure out how to do some real-time transcoding to downsize video files on the fly and play them back on my android phone. I read the Mencoder and vlc documentations and am trying to figure out an open source method and i don't mind setting up an apache server and writing some code to get a web interface.
View 1 Replies
View Related
Sep 12, 2010
In newer versions of Avidemux wrong parameters are set when choosing "Sony Playstation Portable" from the Auto menu. The PSP doesn't support more than 2 reference frames or 8x8 DCT Transform.
This is how you can fix it. Backup the original file
Code:
sudo cp /usr/lib/ADM_plugins/videoEncoder/x264/Sony PlayStation Portable.xml /usr/lib/ADM_plugins/videoEncoder/x264/Sony PlayStation Portable.xml.org
Edit the file
Code:
sudo gedit /usr/lib/ADM_plugins/videoEncoder/x264/Sony PlayStation Portable.xml
Change this line
[Code]...
View 1 Replies
View Related
May 13, 2011
There are Linux drivers for the Leadtek MPEG-2/H.264 Transcoding Card WinFast PxVC1100? I read it works under Linux, but there seems to be no specific drivers for it.
View 2 Replies
View Related
Jul 7, 2011
This is an error I got from VLC Media Player:
Streaming / Transcoding failed:
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
MPEG Audio layer 1/2/3.
If you don't know how to fix this, ask for support from your distribution. This is not an error inside VLC media player. Do not contact the VideoLAN project about this issue.
It said not to contact VideoLAN, but instead the Distro so...here I am. Was there a file I should download in order to fix this? If there is one, where do I place it or run it to stop this error?
View 2 Replies
View Related
May 4, 2010
Question 1: whenever I boot the Linux machine I recently put together I see "ok" on all the startup items except Mediatomb. It always reads: "Starting upnp media server mediatomb [fail]."So I run it myself via sudo /etc/init.d/mediatomb startIn the mediatomb default file NO_START is set to "no," hence why it tries. But why does it fail? The guide I followed to install it intended for it to run at startup, but it just fails.Question 2: When I manually start mediatomb, and I later access it on another machine via the browser, it's all good. But on the monitor of the linux machine the command line goes bye-bye. It's just a cursor, and commands don't execute. Is there a keyboard combo like ctrl+alt+f-something that brings it back?
View 3 Replies
View Related
Nov 20, 2010
I had this setup and working before with some help, so I know it is possible.I want to use Mediatomb to transcode a Shoutcast NSV stream on the fly so I can watch it on my Playstation. I know I can use both mencoder/mplayer and VLC for the transcoding.I am running Ubuntu server 9.04 with the latest Mediatomb from the repo.
View 3 Replies
View Related
Mar 1, 2011
Thanks to a previous post by a member here I got mediatomb up and running. However when I attempt to add my (username) file to the directory to access from my phone I get the "permissions denied" prompt. Is there any way to allow access for MediaTomb so I can access my files?
View 9 Replies
View Related
Mar 4, 2015
I have moved from a raspberry pi to an olimex LIME A20. I have managed to get everything working correctly except mediatomb. I have a USB drive attached, I believe that mediatomb is trying to read the drive before it's mounted leaving me with an empty database.
After boot I can create the mediatomb database which works until I reboot the computer. What can I try to delay the mediatomb services start?
View 1 Replies
View Related
Jan 6, 2010
I have been running mediatomb for a short while, mainly to play my CD collection on the internet radio. The served is a x86_64 running OpenSuSE 11.1On jan 4 it ceased to work; the /usr/bin.mediatomb file vanished, and eversince I have been unable to get it going. i am using sqlite version.Anyone else got this proble? And even more importantly, how do i get the thing working again? I seem t have lost the db as well and it is not regenerating either
View 8 Replies
View Related
Jan 6, 2010
I am very new to Ubuntu or any Linux for that matter. I am tring to get Mediatomb to work on my system. I have installed the packages and mediatomb appears to be running fine. The problem is that I have an external hard drive that I want my files to be kept on. When I try to add the folders on the external I get the following error:Error: Could not list directory /media/TeraByte : Permission Denied.TeraByte is the name of the volume, I have created shared folders on the Volume, but I can't seem to get anywhere with this
View 9 Replies
View Related
Feb 9, 2010
i have a Ubuntu 8.04 Server, with Media Tomb installed for streaming to the PS3. Works fine, its just a little buggy and you cant really customize it. For instance the web interface looks feels and works like it was made 10 years ago, and it dousn't give any feedback of directroys being scanned, so you have no idea what's being scanned and what's isn't!. Is there another WEB gui for managing MediaTomb? or is there another way to steam to the PS3? i have Webmin installed if theres set-up methods through that.
View 2 Replies
View Related
Feb 23, 2010
I know this has been talked about a lot but im not quite understanding how to handle it. I have mediatomb i turn my ps3 on search for server pick it up I can play all of my .avi files fine but when i go into audio > All audio it just says there are no titles so that the mp3 files show up and i can play them. And as well why does mediatomb not work when the terminal is not open. I open terminal type mediatomb then when i close it says disconnected from media server.
View 2 Replies
View Related
Mar 14, 2010
I have been using media tomb for a long time now to stream HD movies to the PS3 , its worked perfectly....until now . I use MKV2VOB so the PS3 can play the video and so mediatomb has no transcoding to do. But now when i add the video to the media tomb database the PS3 finds the server, can search through all the folders but when i arrive at the place where the movie should be it says there are no videos. I have been looking about and trying to see what the problem could be. I have checked that <protocolInfo extend="yes"/> is added to the server config file and thats about all i can find on the problem. The thing i don't understand is that i have changed nothing, and that the server must be running as i can search the folders etc.
I am running Ubuntu 9.10 and mediatomb v0.12
View 1 Replies
View Related
Dec 25, 2010
I have installed Mediatomb on my ubuntu server as instructed. I can use the Webinterface and so on, but i cant find ther mediatomb server from my Samsung TV.
View 2 Replies
View Related
Dec 28, 2009
I've installed mediatomb (latest version) on Gentoo Linux and am streaming my music to a Denon wifi dock. Works a treat except that when I put iTunes .m4a files into the database they are all inserted into an "/unknown" folder without the album name being displayed. If I change the properties of the "unknown" folder and change the name, then all future additions to the library go into that folder.I can work around this by exporting the files as .mp3 but that seems to be a rather cumbersome way of doing it. Ideally I'd like to be able to just put my iTunes library on a network share that is used for the MediaTomb database.
View 2 Replies
View Related
Jan 25, 2011
I have run into this problem that really bugs me now.
I have installed mediatomb on my Ubuntu box, and it has been working fine for a while now.
This morning I installed 'Gnome subtitles', and had to wrestle a bit with is to make i work (gstreamer-stuff).
Now all of a sudden, my good old mediatomb has begun to seg-fault on importing new videos.
I have tried the following:
run ffmpeg -i -> no errors
run ffmpegthumbnail -> no errors
disable all transcoding in config.xml -> no fun
disable thumbnails in config.xml -> no fun
switch to mysql DB - tables are created all right, but still -> no fun
[Code].....
View 1 Replies
View Related
Mar 31, 2011
I have taken much time and effort to get Mediatomb working on my new machine running Maverick Server, with GUI. Those of you who run Mediatomb know that it's pretty convoluted to get everything "just right".I have located the three Mediatomb packages in Synaptec and marked them as "lock version" in the hope that they will not be up(side)graded to a slightly different version of Mediatomb, which does not have Javascript enabled however, update manager still insists on trying to make the change to the other version .
View 1 Replies
View Related
May 19, 2011
all the tutorials i found for ushare and mediatomb shows it installed on desktop and not server. it also requires an account to be logged in. once logged it, you have to run a command to start it up. some questions.
1) is there a way to run either one w/o having to log into an account? so if say i restarted the server, it'll run the programs w/o me having to log in.
2) i would like to specify a directory to share music and movies. is one better than the other? clients that i plan to use are songbird, itunes (maybe), and vlc - maybe xbox 360 and ps3. other client suggestions?
3) other dlna server suggestions? this will be running on ubuntu 10 or 11 desktop or server. but the main thing i'm looking for is what i mentioned in #1.
View 3 Replies
View Related