Debian Multimedia :: Mplayer Audio Extraction From Video Files
Dec 9, 2010
I am on Squeeze. In the past I have successfully extracted audio from video files. Recently when I try it I get an unplayable file, just some brief noise nothing more. Mplayer on the other hand plays every video and audio file out there. Is there something wrong with mplayer? I installed mplayer from the repo. I haven't compile mplayer since before Lenny.
View 14 Replies
ADVERTISEMENT
Feb 7, 2011
When playing some HD files Mplayer video is slow compare to sound. Totem plays the same videos with perfect synchronization of voice and video. I have tried all video drivers in Mplayer none seems to work.My version of mplayer is : MPlayer SVN-r31918 (C) 2000-2010 MPlayer TeamRunning Squeeze.
View 1 Replies
View Related
Apr 29, 2011
What would be a nice, simple command to go through all files in a directory (no sub-directories), and change all the MP4 Video files I have to MP3 audio files (keeping the original filenames except for changing the "mp4" extension to "mp3")?
The files in question were videos taken with one of those Flip cameras, but I only need the audio off of it.
View 3 Replies
View Related
Aug 7, 2011
i'm using debian wheezy and whenever i'm playing a webm video, typically on videos, totem and mplayer can't play video. the video just freezes. (i assume because they both use gstreamer.) when i try to use vlc when those 2 aren't working, the video does play but there is no sound.
View 3 Replies
View Related
Jan 26, 2011
When I try to play a dvd and give mplayer no options, it defaults to "X11" for the video output, which maxes out the cpu. To get around this, firstly I tried to play the dvd using "cvidix" in the console.
I used the following command:
mplayer -ao alsa -vo cvidix -fs -framedrop -stop-xscreensaver -dvd-device /dev/dvd1 dvd://1
This played the dvd, but the console text was still visible over the top of the movie; i.e. mplayer was playing in the layer beneath the console text
Then I tried using xvidix in X:
mplayer -ao alsa -vo xvidix -fs -framedrop -stop-xscreensaver -dvd-device /dev/dvd1 dvd://1
This gives a green line about 5mm thick down the right side of the screen, but other than that it is ok.
View 6 Replies
View Related
Dec 20, 2009
I just install mplayer-1.0-0.111.20091029svn.fc12.i686 and I can only hear the sound of the wmv file, but not the video [URL].
View 2 Replies
View Related
Apr 18, 2011
My work just installed a new surveillance system and it uses .box video files and .idx audio to go along with it. They have a windows program to view them but I would love to keep on using my Ubuntu laptop.
View 1 Replies
View Related
Mar 29, 2011
I put all my dvds on my "media center" by converting them to .MP4 with handbrake.
Recently I saw that with a MKV file you could do soft subtitles. I tested a part of a movie, and the audio and video are very out of sync.
With MP4/burned in audio everything is ok...
Edit: Ow yes I'm using XBMC for playing it. MP4 + MKV files are both H.264, they have the exact same settings except for subtitles...
Weirdly Enough: I tried another video and at this one the audio is in sync....
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
Jul 4, 2010
How can one adjust/sync audio and video in gnome-mplayer while watching video
The following is my configuration :-
OS : Opensuse 11.2
Media Player : gnome-mplayer 0.9.9
View 9 Replies
View Related
May 8, 2010
a movie is encoded with AC3 in 6 channel audio, what I get out is all of the sounds except for voices, which in 5.1 would be sent to the center channel. What I usually do is fire up avidemux and convert the audio to mp3 stereo, as converting to a 5.1 format usually ends up with a very odd sound (like running everything through an echo chamber). What I'd like to do is run a script to batch-convert these files from AC3 to MP3. The video format may vary, but they are usually XVID. I am comfortable at the command line, but I am not well-versed in audio/video tool terms. I don't need anything extravagant, I just want something that works. Heck, even if it is done one at a time, having a shell script that I can use to simply type:
tool.sh inputfile.avi outputfile.avi
View 4 Replies
View Related
May 14, 2010
I'm using latest version of ubuntu 10.04.
Sometimes when i play a media file i get this error :
Code:
"An error occurred : Failed to connect stream: Too large"
I have all the codecs installed.None of the player totem,vlc plays them.
View 1 Replies
View Related
Jan 14, 2011
Is there a way to play read audio/video files (.rmvb .rm etc) using the VLC Player without installing realplayer?
View 1 Replies
View Related
Dec 6, 2009
What is the best/easiest way to get ALL multimedia codecs both free nd non free so i can play all types of audio an video files? Like xvid quicktime, avi windows video files etc etc
View 2 Replies
View Related
Dec 5, 2009
How can I download multimedia codecs which enables me to play all kind of audio and video files. I am using 64 bit F12.
View 3 Replies
View Related
Sep 10, 2015
I have a problem with avconv. Most of the use cases work spledidly, but when I need to crop a segment and then splice multiple segments together, I get problems.
The process I use is this:
1. Raw recording of short segments in high-quality AVI, These are produced by avconv, some as screencast and some by combining a PNG file with flac audio from audacity.
2. Conversion segment by segment into mp4 and ogv
Options A: -acodec aac -strict experimental -ab 128k -ac 2 -vcodec libx264 -s 640x480 -pix_fmt yuv420p -movflags +faststart -crf 22
Options B: -acodec libvorbis -ab 128k -ac 2 -vcodec libtheora -s 640x480 -b 500k
3. Splicing of the segments using MP4Box or oggCat.
(I used to do this in ffmpeg, but I have not figured out how to do it in avconv.)
This works.
In some cases I need to crop the segments, using the copy codecs and the -ss and/or =t options.
If I crop the AVI segments (between 1 and 2) the sound is clipping (this also generates a spree of error messages `Non-monotonous DTS'). If I crop mp4/ogv segments, (between 2 and 3) the remaining video, after the cropped segment are out of sync. I get the same problems with both OGV and MP4 playing them in vlc. Playing the mp4 directly in iceweasel works as it should.
View 0 Replies
View Related
Mar 1, 2011
I have recently swapped over to debian (KDE 32bit) from linux mint, however vlc only plays audio, no video (This is for .avi's, .wmv's and rtsp streams, probably others but that what i have available to try). I've installed debian multimedia and dragon player will play .avi's fine, though crashes with .wmv's .
Output if i start play a video vlc through terminal
VLC media player 1.1.3 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
[code]....
View 9 Replies
View Related
Jun 1, 2011
Miro won't play audio cd and dvd video!!! I am using Miro 4.0.1 and I can't a play a simple audio cd or dvd video. I have "show all devices and drives" checked. My audio cd and dvd video doesn't not show up on the left pane like it does on iTunes, totem, etc.
View 6 Replies
View Related
Sep 14, 2010
I have been using Linux Mint for the past two years, I am interested in using Debian as my desktop OS.By default Linux mint can play all the audio and video formats
View 8 Replies
View Related
Sep 25, 2010
I downloaded the codecs from slakbuilds and installed but mplayer still complains about missing codec for mwv format
View 10 Replies
View Related
Apr 17, 2010
Error in mplayer is Cannot find codec for audio format 0x706C6351
View 1 Replies
View Related
Aug 26, 2011
What program can make audio CDs out of MP3 files? In Gnome.
A friend sent me a zip file of mp3s for an out-of-print cassette tape that I was trying to get for my husband to give him for his birthday and I'd like to be able to make a CD.
View 1 Replies
View Related
Jan 4, 2010
I'm trying to get mplayer to recognize ALSA and/or pulse audio server, preferably both. On my laptop, mplayer works fine -- mplayer -ao help lists oss, alsa, pulse, and jack, among others. But here's the output of mplayer -ao help on the computer I'm trying to set up:
[Code].....
ALSA and pulse are both installed, and pulse is running -- ps -A | grep pulse gives: 3627? 00:00:00 pulseaudio Yet, mplayer fails to realize this. I'm sure I'm doing something wrong that's really simple...but what?
View 2 Replies
View Related
Feb 10, 2010
My partner is a teacher and has downloaded some videos from a teacher's resource site but can't seem to play them in Ubuntu. They play fine in Windows XP using Windows Media Player but they only play a few seconds in VLC or Totem and then freeze. The files in question seem to be normal MPG (MPEG-1) video files but somehow VLC and Totem choke on them. I have installed all restricted video formats including w32codecs but still no joy. My partner is threatening to go back to Windows!
View 2 Replies
View Related
Feb 19, 2010
I am trying to get a listing of video information using ffmpeg or mplayer. I have found a way BUT it is only returning 1 piece of info..
Here is what I'm doing in PHP:
print exec("/usr/local/bin/mplayer -identify file.flv -ao null -vo null -frames 0 2>/dev/null | grep ^ID_");
But this will not provide an entire listing, it will only print out 1 thing such as:
ID_AUDIO_CODEC=mp3
I can specify what exactly I want to know something like:
print exec("/usr/local/bin/mplayer -identify file.flv -ao null -vo null -frames 0 2>/dev/null | grep ^ID_VIDEO_WIDTH");
but I want to just have all the info available at once instead of having to loop through like 20 times..
View 3 Replies
View Related
Mar 9, 2010
I would like to save a broadcast video with mplayer but I want do it while they are seeing, I mean, I want see them in real time, but also recording them and see them when I want I've actually got with audio files with:
Code:
mplayer http://whatever/audio -ao pcm:file=/home/user/audio.mp3 It works perfectly, I listen to the audio file from the radio I connected and save the file. But I can't with video, I tried: Code: mplayer http://whatever/video -vo x11 -ao pcm:file=/home/user/video.mp4
View 4 Replies
View Related
Apr 20, 2011
I have a video file in which the audio runs faster than the video, so they quickly go out of sync. The way to fix it would be to separate the audio and video streams, speed up the video (the audio is FINE, it's the video that's wrong), and then recombining them. What is the easiest way for doing that?
View 7 Replies
View Related
Oct 16, 2010
On my new 32-bit dell-vostro-1014 with debian-lenny OS I have installed via apt-get both smplayer and vlc-mediaplayer and have ripped the movie dvds by k3b and kept them as .avi files. While smplayer can play them, vlc-mediaplayer does not show the picture, only the voices are played. If I play the dvd from the optical tray then vlc poses no problem. Is it an inherent defect of the vlc package? If not what's the remedy?
View 14 Replies
View Related
Dec 22, 2010
Is there an application that anyone knows about that I can use to convert either an .flv or .ogg file that contains both audio and video to just an audio .ogg file (preferably vorbis+theora) without audacity? I'm fairly certain audacity could accomplish this but it seems like overkill for what I'm trying to do and the computer I'm trying to use does not run it so well.
::EDIT:: I should also mention that I've tried looking on google. I did find downloadhelper extension for firefox which uses ffmpeg to convert the files but I don't see any obvious way to strip the video.
View 2 Replies
View Related
May 3, 2010
I'm just curious if anybody knows how to change the default settings in gnome-mplayer from it using video0 as the video input (which is my built-in webcam), to say video1 (which is my external usb tv tuner). There is no gui option for this.
My issue is not being able to use it for analog video, though it's not a huge deal because I figured out the same very thing for tvtime (video0 to video1). It'd just be another option.
View 1 Replies
View Related