transcode FLV (YouTube flash) to MP4 (ISO MPEG v4)
David Fox
dfox94085 at gmail.com
Sun Jul 20 19:16:36 UTC 2008
On Sun, Jul 20, 2008 at 12:04 PM, Sven <aluoor at gmail.com> wrote:
> Hi all
>
> How to I convert a FLV video to MP4 (for iPod and PSP). I downloaded
> flv2mpeg4 from getdeb.net, but I doesn't support audio.
Try transcode or tovid. Tovid is a fairly extensive suite of programs
that depend on having things like mencoder, transcode, dvdauthor,
mpeg2enc, and ffmpeg to do the magic, mostly with shell scripts and a
bit of Python. Tovid can be found in the repositories (tovid-0.31
probably) but it's also at tovid.sourceforge.net, and it's best to get
the stuff direct from the SVN so you have the most up to date version.
ffmpeg probably could do it natively but I prefer using tovid because
it makes life easier, and I don't have to remember all the fancy
ffmpeg options (or transcodes, or mencoder either) from one run to the
next.
Tovid probably could do it as 'tovid -quality 10 -in file.flv -out
file.mp4' but I haven't tried it to make mp4s out of flvs. I have
successfully made a few nice dvd's out of a few flv files using the
tool.
>
> regards
> Sven
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
More information about the ubuntu-users
mailing list