TKC
21st May 2006, 00:28
Hello,
I sometimes need to change containers and the most complete A/V solution seems to be ffmpeg. As I heard, the developers don't respond to tracker items often, so I thought I might get help here. My posted tracker item:
You've created a great program!
But what I really miss is a Demux/Extract elementary
streams option. I now do it like that now:
> ffmpeg -i test.mp4 -vcodec copy -an video.h264
or for asf:
> ffmpeg -i test.wmv -acodec copy -vn audio.wma
But that always results in files with wrong headers. If
I demux an mp4 with MPEG4ip it works great, thought
it's based on ffmpeg...
Great program to transcode a LOT of files, but changing
containers and demuxing/remuxing doesn't work so
properly... Or am I doing something wrong?
Source (http://sourceforge.net/tracker/index.php?func=detail&atid=366082&aid=1492273&group_id=16082)
Maybe someone can help me...?
Greetz,
TKC
I sometimes need to change containers and the most complete A/V solution seems to be ffmpeg. As I heard, the developers don't respond to tracker items often, so I thought I might get help here. My posted tracker item:
You've created a great program!
But what I really miss is a Demux/Extract elementary
streams option. I now do it like that now:
> ffmpeg -i test.mp4 -vcodec copy -an video.h264
or for asf:
> ffmpeg -i test.wmv -acodec copy -vn audio.wma
But that always results in files with wrong headers. If
I demux an mp4 with MPEG4ip it works great, thought
it's based on ffmpeg...
Great program to transcode a LOT of files, but changing
containers and demuxing/remuxing doesn't work so
properly... Or am I doing something wrong?
Source (http://sourceforge.net/tracker/index.php?func=detail&atid=366082&aid=1492273&group_id=16082)
Maybe someone can help me...?
Greetz,
TKC