Forum: MPEG-4 AVC / H.264
13th June 2005, 22:35
|
|
Replies: 17
Views: 9,006
|
Forum: Linux, Mac OS X, & Co
5th April 2005, 20:54
|
|
Replies: 0
Views: 1,020
Problems with ffmpeg cvs
Recently I've had this problem whenever I try to encode a file:
--
>ffmpeg -y -i MVI_0043.AVI -cropbottom 0 -croptop 0 -cropleft 14 \
-cropright 14 -vcodec mpeg4 -r 15 -s qcif -qscale 6...
|
Forum: New and alternative a/v containers
3rd February 2005, 20:13
|
|
Replies: 65
Views: 17,003
|
Forum: MPEG-4 AVC / H.264
3rd February 2005, 19:57
|
|
Replies: 7
Views: 4,191
ffmpeg -i input.avi -vcodec copy -acodec copy...
ffmpeg -i input.avi -vcodec copy -acodec copy output.mp4
Only works if the avi fourcc is h264.
Neo Neko listed this as a way of muxing avc to mp4 in another thread, but I wouldn't vouch for its...
|
Forum: MPEG-4 AVC / H.264
3rd February 2005, 19:06
|
|
Replies: 7
Views: 4,191
|
Forum: MPEG-4 AVC / H.264
3rd February 2005, 17:59
|
|
Replies: 7
Views: 4,191
As far as my limited knowledge on the matter...
As far as my limited knowledge on the matter goes, the situation is as thus:
1) AVC in mp4 support for ffmpeg came recently. I think it's just a question of time now until they port x264 into...
|
Forum: New and alternative a/v containers
3rd February 2005, 17:49
|
|
Replies: 65
Views: 17,003
|
Forum: New and alternative a/v containers
3rd February 2005, 16:36
|
|
Replies: 5
Views: 1,418
|
Forum: MPEG-4 AVC / H.264
3rd February 2005, 15:18
|
|
Replies: 1,873
Views: 901,675
|
Forum: MPEG-4 AVC / H.264
2nd February 2005, 11:03
|
|
Replies: 1,873
Views: 901,675
I had to look up those words! :) I've read...
I had to look up those words! :) I've read somewhere that XviD's interlaced mode consisted of "not spending too many bits on combing effects" (I'm paraphrasing here), and I assumed that you had the...
|
Forum: New and alternative a/v containers
2nd February 2005, 09:32
|
|
Replies: 65
Views: 17,003
|
Forum: MPEG-4 AVC / H.264
2nd February 2005, 09:28
|
|
Replies: 1,873
Views: 901,675
Sorry for the OT, but there's something I've...
Sorry for the OT, but there's something I've never quite got in this interlacing business:
Suppose the source material is pure interlaced -- like TV captures or smthg similar. What is wrong about...
|
Forum: Software players
1st February 2005, 13:26
|
|
Replies: 10
Views: 2,336
|
Forum: New and alternative a/v containers
1st February 2005, 13:17
|
|
Replies: 65
Views: 17,003
|
Forum: New and alternative video codecs
17th January 2005, 23:55
|
|
Replies: 23
Views: 4,980
|
Forum: MPEG-4 ASP
17th January 2005, 15:04
|
|
Replies: 202
Views: 94,096
|
Forum: New and alternative video codecs
17th January 2005, 14:43
|
|
Replies: 23
Views: 4,980
I meant this quote:
Since I didn't do any...
I meant this quote:
Since I didn't do any tests myself, I cannot verify that the Allume files are truly of the same quality as the jpeg source, but something does feel fishy about the fact that...
|
Forum: New and alternative a/v containers
17th January 2005, 13:43
|
|
Replies: 18
Views: 81,821
My copy of mplayer displays smth different:
...
My copy of mplayer displays smth different:
--
Playing foo.mp4.
MOV: missing header (moov/cmov) chunk! Maybe broken file...
MOV: missing header (moov/cmov) chunk! Maybe broken file...
RAWDV...
|
Forum: New and alternative video codecs
17th January 2005, 13:34
|
|
Replies: 23
Views: 4,980
|
Forum: MPEG-4 AVC / H.264
15th January 2005, 20:40
|
|
Replies: 18
Views: 6,161
It wouldn't work with the linux ranlib :)
If...
It wouldn't work with the linux ranlib :)
If you are cross-compiling from one machine to the other (as opposed to just use it in the same machine with dual boot), be careful/mindful of the CPU...
|
Forum: MPEG-4 AVC / H.264
15th January 2005, 17:00
|
|
Replies: 18
Views: 6,161
Strange. You can try:
1) Run ranlib manually...
Strange. You can try:
1) Run ranlib manually on libx264.a in x264/
2) Make clean on everything and try again.
BTW, and OT: anybody knows how to set wine so that the codecs will show up in...
|
Forum: MPEG-4 AVC / H.264
15th January 2005, 16:38
|
|
Replies: 18
Views: 6,161
|
Forum: MPEG-4 AVC / H.264
15th January 2005, 13:09
|
|
Replies: 18
Views: 6,161
|
Forum: MPEG-4 AVC / H.264
15th January 2005, 01:30
|
|
Replies: 18
Views: 6,161
|
Forum: New and alternative a/v containers
15th January 2005, 01:25
|
|
Replies: 13
Views: 12,090
Yikes! It's there under tools/ and I've just...
Yikes! It's there under tools/ and I've just realised it! It isn't build by default though: you'll have to run gcc on it separately.
At least now I know my win32 cross-compiler works... At least...
|