Re: [OT] rather advanced video editing question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Friday 25 June 2010 10:42 AM, Petrus de Calguarium wrote:
> Petrus de Calguarium wrote:
>
>> What further codecs could I need that I don't already have?
>
> OK. I just found it. I need avidemux-plugins from rpmfusion. I must have
> overlooked it when installing. But I am still not sure how to save as a format
> other than avi.
>

You can choose the container from the drop down menu on your left. To 
just save the audio stream, you need to choose from the menubar,
"Audio >> Save". I have never joined streams from two different files, 
so I can't help you with that. There is probably a easy way to do that 
too with avidemux, but I would probably use ffmpeg from the command line 
as thats the only solution *I* know. So my first attempt would be a 
command like this,

$ ffmpeg -vcodec <some_codec> -i video-input -acodec <some_codec> -i 
audio-input -t <time> output.file
# the order is important. the man page explains that in the very beginning.

I am not even close to being familiar with multimedia codecs, whatever I 
mention here is what I learned through some google searching and `man 
ffmpeg' and some playing around over the last month.

Hope this was helpful.
-- 
Suvayu

Open source is the future. It sets us free.
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux