General :: Avoid Ffmpeg To Lose The Flv Files Keyframes?

May 19, 2011

I use ffmpeg to convert my files, but when I do so, I lose the keyframes metadata from my flv files. The command I use right now is: $/usr/local/bin/ffmpeg -i %s -ab 96k -ar 44100 -b 500k -r 25 -f flv %sHow can I avoid ffmpeg to delete the keyframes info?

View 2 Replies


ADVERTISEMENT

General :: Cut Video Files (flv) Using Ffmpeg?

Apr 6, 2009

You want to cut lets say a 15 minute video into 10 minute video, removing the first 5 minutes of it using ffmpeg?s?

View 8 Replies View Related

General :: How Can Stitch 2 Video Files Using Ffmpeg?

Feb 4, 2011

I've created some time-lapse videos from photos, using this command: ffmpeg -i IMG_%03d.JPG -s 1440x1080 -sameq video.MP4

And it worked great. Now I want to join several of these time-lapse videos to make a single, longer video (all the input videos have the exactly same format). I already tried using: cat video1.MP4 video2.MP4 > stitch.MP4

but the output ends up being equal to video1.MP4, I don't want to transcode nor changing any parameter of the video, I just want a end-to-end stitching, as if those videos were on a playlist.

View 1 Replies View Related

Ubuntu Installation :: No Booting - Restore Grub2 Preferably Without Having To Lose Any Files?

Sep 1, 2011

so i've just installed Burg loader in a PC which dual-booted Windows 7 and Ubuntu 11.04 with no problem using grub2 in the past. But after i installed burg it just boots up straight into the Windows OS and Ubuntu is nowhere to be found. Is there a way to restore grub2 preferably without having to lose any files?

View 2 Replies View Related

Fedora :: Ffmpeg Generates Very Big Files?

Sep 27, 2010

I use this command line to transcode media file

Code:
ffmpeg -i in.ts -y -threads 2 -vcodec libxvid -b 300000 -bufsize 8192 -g 300 -s 320x240 -aspect 4:3 -f mp4 -pass 1 out.mp4

[code]....

View 1 Replies View Related

Ubuntu Multimedia :: Merge Two Files With Ffmpeg?

Mar 31, 2010

how can i merge two files with ffmpeg?

one is : /home/pt/t/pa1.flv
the other is : /home/pt/t/pa2.flv
1 o merge with ffmpeg
ffmpeg -i /home/pt/t/pa1.flv -i /home/pt/t/pa2.flv -vcodec copy -acodec copy /home/pt/t/dd.flv
the problem is: the merged file ( /home/pt/t/dd.flv ) just contain one file--the first one
/home/pt/t/pa1.flv,there is no the second file--/home/pt/t/pa2.flv in the /home/pt/t/dd.flv

[Code].....

View 4 Replies View Related

Ubuntu Multimedia :: Convert MPG Files To FLV Using Ffmpeg?

Aug 11, 2010

I'm running ClipBucket on my Ubuntu 10.04 LTS server x64.Conversion of AVI to FLV works just fine, however when I try to upload an MPG file, it fails. Apparently I should recompile ffmpeg to allow for MPG > FLV conversions.

View 3 Replies View Related

Software :: Using Ffmpeg For Cut First 1 Minute Of Flac Files

Mar 3, 2011

I have so many flac files. I want to have 1 minute samples of the files in mp3 and a bitrate of 64. (First 1 minute of all files) How can I do that with ffmpeg command?

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

Ubuntu Multimedia :: Using Ffmpeg To Increase Volume Of Mp3 Files?

Jul 20, 2010

how to increase the volume of ogg and mp3 files using ffmpeg. Some of the podcasts that I listen to are not loud enough, and I have my media player set to the highest volume.

View 1 Replies View Related

General :: After Lose My Wireless Signal - Can't Connect To A Network Again In Ubuntu 10.10

Jun 8, 2011

I'm running ubuntu 10.10, in a Gateway M-6750. I can't get my wireless to work properly.

After I lose my wireless signal, I can't connect to a network again. I have to restart my computer or, remove the ndiswrapper module and insert it again so that I can connect to the network again.

I do this with:

Also, there are sometimes when the computer freezes up when trying to search for a signal.

View 1 Replies View Related

General :: Restarts From Power Failure - Lose Whatever Work Units That Have Started

May 24, 2010

I run computers that do distributed computing for cancer cures. I'm experimenting with running a version of Ubuntu that is specifically written for DC and can be run on bootable USB drives. The one I'm running now on USB works fine but there is one issue I need to solve. When I reboot the system or it restarts from a power failure I have to reattach the cruncher client(BOINC)to the each project and I lose whatever work units that have started. I don't have this problem if I use a HDD. I'm using an 8GB USB drive with 6GB of DDR3 12800 memory. Can someone explain to a linux novice how to overcome this issue?

View 11 Replies View Related

General :: When Make Install Burg-manager To Change Grub Themes Lose The Login Screen?

May 3, 2011

i have dual boot win + ubuntu 11.04 when i make install burg-manager to change grub themes i lose the login screen to restore the login screen

View 14 Replies View Related

General :: Avoid SSH's Host Verification For Known Hosts?

Mar 29, 2010

I get the following prompt everytime I try to connect a server using SSH.

I type "yes", but is there a way to aovid this?

The authenticity of host '111.222.333.444 (111.222.333.444)' can't be established.

RSA key fingerprint is f3:cf:58:ae:71:0b:c8:04:6f:34:a3:b2:e4:1e:0c:8b.

Are you sure you want to continue connecting (yes/no)?

View 3 Replies View Related

General :: Avoid Users To Change Password

Oct 21, 2009

I'm using opensuse and i'm trying that users cannot change his own password (mantaining /bin/bash users active). Do you know how can I do it?

View 10 Replies View Related

General :: How To Avoid Warning With Serviceconf Command

Sep 28, 2010

I have execute following command and got the following warning.
[root@sina0012 /]# serviceconf
No display information -- gtk_init not called
Gtk-WARNING **: cannot open display:

View 1 Replies View Related

General :: Avoid DNS Cache Flush- Reboot?

Oct 21, 2010

idea to store the dns cache over the reboot in linux(which should not flush the dns cache on reboot).

View 2 Replies View Related

General :: How To Avoid Auto Scroll In Xterm

Oct 7, 2010

I'm using Xterm. While running a prog/command if I scroll up and reading something on the screen, the xterm view resets to bottom if there is some output from the running command.

I tried enabling/disabling jump scroll, asynchronous scroll, scroll to bottom on tty output options of Xterm with no avail. In one way or the other way, the screen is scrolling or resetting to bottom if there is some output to screen.

I want to stop this behavior and the scroll should work as if it is in Konsole. The new output to screen should simply add at the bottom and the current viewing point should remain unscrolled. pls let me know if there is any working solution for this xterm problem.

View 13 Replies View Related

General :: Avoid Logging With Root User?

Jul 22, 2010

I have created a linux machine and installed some softwares on it with root user privileges . I used to login with root user credentials for doing the various task.

Later i have realise that this is not the best practice to follow and there should be a new user with less privileges to be created for doing the day to day task.

I have read the steps to create the user but will that new user sufficient enough to do the task that i m doing it through root user?
Will my software allow the new user to work on them?
I would be glad if someone points me to a guidelines on what should be my next step?

View 4 Replies View Related

General :: Avoid Internal And Data Fragmentation?

Jan 11, 2010

Is there any way to avoid internal and data fragmentation?

View 5 Replies View Related

General :: Windows To Surf The Web To Avoid Spyware?

May 18, 2010

I would like to use Linux in a VMWare Player window within Windows 7 to circumvent spyware infections. Is this a feasable idea or should I just dual boot?

View 12 Replies View Related

General :: Set Up User Account To Avoid Giving Much Power?

Jul 30, 2011

I will be setting up a computer for people who have very little experience using computers and I want to limit their ability to break things. I'm thinking Linux is the way to go but I don't know what distribution to use. I don't know anything about their hardware other than it is an old laptop. I don't have a lot of experience with Linux, but I would think that without sudo there is not a lot of things you can break.

What would be a good Linux dist that has everything out of the box? (flash, vnc, office, etc) How should I set up the user account to avoid giving them too much power, yet still allowing the computer to be useable for daily tasks? (Will they be able to update software?) I also want to be able to control the machine remotely since I won't have physical access after I set it up, so I am looking into ssh, vnc, (or a better alternative?).

View 2 Replies View Related

General :: Check And Fix The Permissions To Avoid Writing (chmod O-rwx /home/*)?

Jan 17, 2011

I would like not check first, and if not ok, then to write the permssisions. Means no use to write endessly on disk if not needed. How to check and fix the permissions to avoid writing (chmod o-rwx /home/*) ?

View 3 Replies View Related

General :: Vim - Avoid Changing A File's Linux Permissions When Saving Over A Samba Connection?

May 28, 2011

I have an Ubuntu development server and a Windows 7 workstation. I use Windows Gvim to edit files on the linux server, over a samba connection.Saving files from Windows change the Linux permissions in weird way depending on the Windows app I'm using and also depending on whether there's a file extension or not.Here are some testsNo extension; Notepad2: 644 to 764

matt@mattserver ~ % ls -l testfile
-rw-r--r-- 1 matt matt 0 2011-05-28 07:09 testfile
--- Save from Windows Notepad2 over network ---

[code]....

View 1 Replies View Related

General :: Virtualising Ubuntu Server Edition - Avoid Having To Reinstall In The Future When Upgrade Hardware

Mar 26, 2011

I want to run Ubuntu Server Edition just at home, however to avoid having to reinstall it in the future when i upgrade hardware, I was thinking of virtualizing it first. Are there any minimalistic virtualisation solutions available at the moment for this sort of purpose? Or even better a linux distro just for this?

View 3 Replies View Related

General :: Convert Mp3 To Mov Using Ffmpeg?

Sep 9, 2009

I could stream the following file at my darwin server it means i am able to stream .mov files with 8KHz sampling rate and 20kb/s bite rate.

Quote:

# ffmpeg -i streamingloadtool.mov
FFmpeg version SVN-r10524, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-libxvid --enable-gpl --enable-libamr-nb --enable-libmp3lame --enable-libfaac --enable-libfaad

[code]....

The problem is i unable to stream this kuraiamr_nb.mov file at my streaming server. when i play this file in quicktime player its stating that this is a unsupported media type.

View 4 Replies View Related

General :: Convert .VOB To Mp4 Using Ffmpeg?

May 11, 2011

I am looking for an option to convert .vob file to mp4 format. Command "ffmpeg -i S.vob x.mp4" is giving error message "[libfaac @ 01cac110] Unable to load libfaac.dll". I tried to convert in other formats like .avi with the same command and got success. Conversion is decreasing the quality like hell. Though size of the file after conversion is as big as original then why this bad quality. Some where I have read if I will not specify any argument it will keep the quality same but here it is not happening. Not sure why....

View 2 Replies View Related

General :: Encoding With FFmpeg Using A FIFO

Dec 28, 2010

I'm trying to convert Flac audio file to AAC file using command line. It's working fine. Now I want to do the same using fifo And it's freezing.So could you tall me what I'm doing wrong.

View 2 Replies View Related

General :: Ffmpeg Command Not Working?

Jul 6, 2011

I am running this command in Ubuntu and windows but I get the full length instead of 10 mins. I want to split it in 10 minutes.ffmpeg -i 2000.flv -ss "00:00:00" -t "00:10:00" -vcodec copy -acodec libfaac 2010.flv

View 2 Replies View Related

General :: Extracting A Stream From Ffmpeg?

Oct 4, 2010

Code:
$ffmpeg -i /data/sumeet/video/hollywood/you don't know jack/You.Dont.Know.Jack.2010.DVDRipwww.theevolution.org_by_digoloko.rmvb
FFmpeg version git-1dbd813, Copyright (c) 2000-2010 the FFmpeg developers
built on Oct 1 2010 19:28:12 with gcc 4.4.3

[Code].....

At least one output file must be specified Actually the video has embedded subtitles. I thing that is stream 0.2 in real media container. How can i pull that data out ?

View 3 Replies View Related







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