If I change the FOURCC of a XviD file to DIVX will it affect the quality of the file in any respect?
+ Reply to Thread
Results 1 to 8 of 8
-
-
No. The FourCC is simply a tag to hint at what encoder was/decoder should be used. It will not change the quality of the video in the file. It may change the decoder being used to open the file, which could affect the quality of playback.
Read my blog here.
-
And how do I change the FourCC in Linux?
Code:mencoder infile.mpg -o outfile.mpg -ovc copy -oac copy -ffourcc DIVX
I need to change the fourcc from [mp4v] to [DIVX] in order to be able to play the video in my DVD player (it recognizes the DIVX header but does not recognize the mp4v header. -
Use a fourCC editor, they should exist for linux too. Or simply edit your file in any editor (in binary mode) and change the values for the FourCC. They are in the beginning of the file.
-
I couldn't find a fourcc editor in my distro (Gentoo). And I had alredy tried editing the file with nano or kwrite, but everything crashes. The mpeg file is +1GB in size.
I can't believe that I'm stuck with such a stupid issue. -
Try DX50, not DIVX. Will your Divx/DVD player really play Divx in an MPG container? That's unusual. They usually require an AVI container.
-
Uhm, maybe. The thing is that it's a cheap DVD player, so the manual doesn't say much about it, and I'm just too lazy to create all sorts of sample videos to test which ones it plays and which ones it does not.
And, strangely, I believe that a few months ago I couldn't play an AVI that had the DX50 header, but I could if it had the DIVX or XVID flag. The best candidate is XVID header, definetely (at least for my player).
To change the MPEG to AVI what should I do? The line of mencoder that I posted here in this thread does not work well.
Similar Threads
-
Fourcc Divx-> mp4
By MollieGizmo in forum Software PlayingReplies: 0Last Post: 24th May 2009, 11:10 -
AVI to DVD fourCC xvid question
By rockonvidtrade in forum Authoring (DVD)Replies: 7Last Post: 23rd Feb 2009, 11:29 -
Bad fourcc?
By louv68 in forum Video ConversionReplies: 1Last Post: 12th Mar 2008, 23:04 -
DivXMediaBuilder - Bad fourcc errors
By louv68 in forum Authoring (DVD)Replies: 2Last Post: 8th Mar 2008, 09:34 -
Fourcc descriptor
By gtwibell in forum ffmpegX general discussionReplies: 0Last Post: 26th Feb 2008, 03:52