General :: Mobile Samsung E2120 Does Not Play Mp4 File Created Using Ffmpeg / Fix It?

Jul 1, 2010

I am using ubuntu 8.04
here is what i did

I ran
ffmpeg -i /sumeet/clip/friends introduction song.mp4 -s 160x120 -acodec amr_nb -vcodec mpeg4 -r 30 -ar 8000 -ac 1 ~/Desktop/friends.mp4
now I compared sample video created by mobile file I created above.code...

View 4 Replies


ADVERTISEMENT

Software :: Ffmpeg To Convert Video To Play In Mobile Phones?

Apr 5, 2011

Is there a way I can convert video with ffmpeg to be in mp4 format and play on either iphone or android?

I can't seem to get anything that I convert to play on a phone.

I can get other mp4 files I found to play on the phone but any file I convert into that format won't actually play.

View 13 Replies View Related

Ubuntu Multimedia :: Unnable New E2120 Samsung Phone As A Mass Storage Device?

Jul 17, 2010

I need to enable my new E2120 samsung phone as a mass storage device. but I think I need a USB driver. Had a good look round the forums but can't seem to find any posts. Its quite a new phone but hopefully the solution is already about. When I plug it into the USB the phones screen has a hashed out 'mass storage' option.

View 1 Replies View Related

General :: Make Samsung E1410 Mobile Compatible With Mobile Internet In Ue 2.9

Jun 28, 2011

how can i make my samsung e1410 mobile compatible with mobile internet in Ue 2.9

View 1 Replies View Related

Ubuntu Networking :: Samsung Mobile Modem Not Detecting When Connecting New Mobile Broadband Connection?

Oct 17, 2010

i am using samsung S3310 with aircel when i am connecting new mobile broadband connection my device is not identifying ,so that i cant connect Internet.but everything okay i mean settings in mobile and pc. for same connection i used Nokia mobile its identified and Internet was connected but samsung mobile is not identifying in terminal i typed LSUSB my device is shown in that.

View 9 Replies View Related

General :: Wanna Connect To Internet Using Samsung Mobile Phone

Jun 30, 2011

Windows and Samsung PC studio Software I used to surf internet in my Laptop(Windows Xp) using Samsung PC studio software with the help of my Mobile Phone.When i am in Linux without Samsung PC studio Software.I am using Ubuntu 9.1 and trying to connect internet through Samsung Mobile Phone C6112.When i connect this mobile Phone to the Ubuntu through Cable wire, The Ubuntu recognized its a Samsung Usb Modem.I tried using Mobile BroadBand Connection Settings in Ubuntu.its not helping.Solutions which are useless

1.People says that Wine cannot be used to execute the Windows Version Samsung PC studio Software Because the Wine Cannot recognize the USB activities.

View 2 Replies View Related

General :: Partitioning - Difference Between File System Created By Fdisk And File System Created By Mkfs?

Aug 1, 2011

I'm a little bit confused with partitioning the filesystem in Linux. the difference between creating the file system with fdisk and mkfs (when formatting the disk). I can't clearly tell my problem, so please look at this picture:

View 2 Replies View Related

Ubuntu :: Install A DLNA Server For Samsung Wave S8500 Mobile?

Aug 17, 2010

I've got Ubuntu 9.04 Jaunty Jackalope. How may I install and configure a DLNA server on this laptop to share music, photos, and videos, with my Samsung Wave S8500 mobile

View 5 Replies View Related

Ubuntu :: Download Music Onto Samsung Nexsus S Mobile Phone Through Laptop Using 11.04

Jun 18, 2011

I have just purchased a Samsung Nexsus S mobile phone. I am trying to download music onto it through my laptop using Ubuntu 11.04. I cannot seem to get anywhere. I have tried the Nexsus S forums but they tell me to ask here as they are not converse with the Ubuntu software.

View 4 Replies View Related

Ubuntu :: Connect Samsung Sch-u640 Mobile Phone To Laptop To Transfer Some Music?

Apr 12, 2010

I am trying to connect my samsung sch-u640 mobile phone to my laptop to transfer some music to it, but I always get "connect failed".

View 1 Replies View Related

General :: Convert A .flv File To An Mpeg File Using Ffmpeg?

Jan 4, 2011

Recently I tried to convert a .flv file to an mpeg file using ffmpeg. Although I changed directory to the directory in which the.flv file resided FFMPEG said the file did not exist. However when I gave the "ls" command the file was present. Where is my mistake?

View 2 Replies View Related

Software :: Mobile Samsung GT 7722 - Need KIES Software Under 10.10

Jun 23, 2011

I have mobile Samsung GT 7722, and I need KIES software under ubuntu 10.10 if possible and how can I install it

View 1 Replies View Related

General :: Can I Do Integrity Check When Tar.gz File Is Created?

Mar 25, 2011

create one tar.gz file that contains my /home, /etc, /root directory.

a) The process ended with a 88GB file size (which is ok) but with the following message.Code: tar: Exiting with failure status due to previous errors.I have searched a little but I could not find what went wrong.

b) What are the limitations of tar and gz for backups. Of course I fully understand that they can not be used for differential backups (if it is called like that)

c) Let's say that my backup will be a file of 100GB and I want to see the contents of the .tar.gz. In kde there is a program called ark. Can ark handle so big files? Does it use my hard disk (eg. /tmp) to uncompress the file so to show me its contents? It might be the case that might be the compressed file is much bigger than the left space on the hard disk?

d) How can I do an integrity check when my tar.gz file is created?

View 11 Replies View Related

General :: Add Some String In The Head Of A New Created File Automatically In VIM?

Jun 25, 2010

To be specified,what I want to do is:

if I create xxx.php,#!/usr/bin/env php will be the first line of the file
if I create xxx.py,#!/usr/bin/env python will be added first.

View 4 Replies View Related

General :: Filesystems - How To Find Which Process Had Created Any File

May 16, 2011

Is there any way to know which process had created any file in Linux Red Hat/CentOS 5?

View 2 Replies View Related

General :: Root (sudo) Can't Write To File It Created?

Mar 9, 2011

Debugging some of my scripts after upgrading from Debian Lenny to Ubuntu 10.04. In so doing, I tripped over this "problem," the solution to which may give me a clue to others.

On a bash shell command line I created a file thusly:

sudo touch zero_file

and it lists as expected with default permissions 0644:

-rw-r--r-- 1 root root 0 2011-03-09 11:18 zero_file

But then this command fails

sudo echo abcdef >>zero_file
-bash: zero_file: Permission denied

I can place the command (minus the "sudo") in a script & run it under the auspices of sudo & it works. Am I missing something re the stdin redirection when using sudo?

View 9 Replies View Related

General :: Created A Script File Named Myscript.sh?

Apr 17, 2010

i created a script file named myscript.shi ran this by typing sh myscript.sh and i got my outputbut,when i tried to execute by typing ./myscript.sh i received permission denied errori gave permission as chmod 777 myscript.shthen i executed by typing ./myscript.sh . It worked fineso i wanted to know whether using sh and ./ with permissions are same.. ?or did it work for only this.. are there any differences

View 1 Replies View Related

General :: Need Command To Figure Out System A File Was Created On

Jan 31, 2010

I am just starting out in LINUX and I know the basic commands but I am a having a problem. I scoped the man pages but I can't get it. Maybe one of know... Can anyone tell me the cmd to figure out the system a file was created on? I just can't figure out this problem.

View 6 Replies View Related

General :: Tool To Mail Contents Of New File When Created?

Nov 24, 2010

I am looking for a way to be mailed a new file when it is created in a certain directory.I have found tools that will notify me when a file is created, such as iWatch with iNotify, but is there a way to actually be sent the new file when it is created.It is only a short text log file, but I would like to read it in my inbox rather than have to login and open the file each time an event is logged.

View 2 Replies View Related

Ubuntu Multimedia :: PiTiVi Won't Play Created Videos / Reolve This?

May 13, 2010

Ok, so I found PiTiVi after upgrading to Lucid and figured, great, maybe I can stop using my Mac for video editing. Extra bonus, my Mac can't really handle the MTS files my small camera makes.

PiTiVi can load them as clips, and right-clicking on a clip and selecting "Play Clip" works just fine.

However, when I copy clips to the timeline in order to create an actual video, I can't play it or move the playback head. Pressing space does nothing, selecting "Preview -> Play" does nothing, clicking on the timeline does nothing. I can still move clips around, delete them, rearrange them, etc, but not play the video.

I can't render them, either, but I've found there's a known bug where PiTiVi won't render a video unless you move the playback head first... which I can't do.

View 2 Replies View Related

Ubuntu :: Play MP3 And WAV File Plugins - Required Software To Play File Not Installed

May 6, 2010

I'm trying out 10.04 LTS 64-bit from the live CD and when I try to play a MP3 or WAV file it gets the usual Search for suitable plugin? "The required software to play this file is not installed. You need to install suitable plugins to play media files. Do you want to search for a plugin that supports the selected file? The search will also include software which is not officially supported." Error message so I click Search and it comes up with the error No packages with the requested plugins found.

Is this because it is in Live Mode and installing 10.04 to my hard drive will fix it or does Ubuntu no longer support audio files other then ogg and other open source audio / video file formats due to copyright problems?

View 1 Replies View Related

General :: Wget Showing An Empty File Being Created At Root On Every Run?

Feb 19, 2010

I have set up a cron job in linux server using the command 'wget -q -o wget_outputlog url'

But on every run, an empty file being created at root.

How to stop this.

View 6 Replies View Related

General :: Run An Executable File ( Created From Qt) Post Installation (redhat)?

Feb 24, 2011

I want to run an executable file during or post linux installation which take input from user and closes on click of "ok" button. The thing i want to accomplish is something like the screen that turn up during the installation, like setting time or selecting some packages and then pressing next button...i want to do a similar stuff like the above said using my applicatio

View 2 Replies View Related

Fedora :: Convert / Play 3GP Movie From Mobile Phone

Jul 6, 2009

I have some .3GP movies that where made with my mobile phone. I can only play the video and not hear the audio. Is there a way to convert these movies to other format so I can edit them. And is there a way to play a .3GP movie in a mediaplayer with the proper codecs?

View 3 Replies View Related

General :: Find Out Maximum Size Of A Image Disk File Created By Kvm-img?

May 22, 2011

I created a VM disk image with kvm-img, but I forget what was the max size of that disk image when I created it. Currently, its size is 6.2G, I want to install some large packages in that VM, so I want to make sure the disk image can expand to an adequate size.

View 1 Replies View Related

OpenSUSE Multimedia :: Trying To Play Xvid File / Cannot Play All File Formats

Sep 13, 2010

I downloaded the xvid codec from: PackMan:: Informationen zum Paket xvidcore, and the install was successful.I'm trying to play an xvid file, and Kaffeine is saying it cannot play all file formats, would I like to install additional support. When I click yes, it asks me for additional repositories.

View 3 Replies View Related

Ubuntu Multimedia :: Ffmpeg 6 Is Out For Some Time When Will Lucid Afford Such A New Ffmpeg?

Jul 20, 2010

Since ffmpeg 6 is out for some time, when will Ubuntu Lucid afford such a new ffmpeg package from its repository?

View 2 Replies View Related

General :: Play A .mp3 File In My RHEL 5?

Jun 21, 2011

How to play a .mp3 file in my RHEL 5 linux machine.

View 3 Replies View Related

Debian :: Ffmpeg - Convert OVG To AVI File?

Nov 20, 2015

How do I convert an ovg to avi file?

Why was ffmpeg removed in Jessie?

I read through more of this thread than I wanted to. [URL] ....

Does libav provide command line utilities to do something like converting ovg to avi, or determining the length of an mp3 file? Why is there absolutely no explanation as to why libav was preferred over ffmeg?

View 6 Replies View Related

General :: Play A Midi File In Slackware?

May 10, 2011

I would like to know how I can play a midi file in Slackware command line. I write "aplaymidi -p (port number) file.mid" and I see that it is working, but I can't hear anything. As I have Windows XP in a computer and Windows 7 in another, I have to convert the midi files into wave files in order to listen to them in Slackware using play. There is another thing that I haven't ever been able to do in spite of the fact that I have had Slackware installed in my computers since 2002, and this thing is: I have never been able to connect Internet using Slackware or any other Linux distribuition. I like Linux very much but I am frustrated at not being able to do these two things: to play a midi file in Slackware and to connect Internet.

View 6 Replies View Related







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