hi all,
i have a problem with my tv. the usb support doesn't read h264 files, just dvix and the problem is 98% of all my files are h264 coded.
this guy on an ubuntu forum says he made it work just changing the video tag to divxanyone know how can i make it on windows?it turns out that I just needed to trick the TV into thinking it was the DivX codec when it is really the xvid codec, by changing the video tag (or FourCC to DIVX)
thank you and excuse my english, i'm still learning
bye!
+ Reply to Thread
Results 1 to 3 of 3
-
-
I believe that avconv is available for windows as part of libav ... I've used it in linux. It's used in some programs as a replacement for ffmpeg, which has been deprecated.
However, I don't see how what he's doing there (it's on askubuntu, which isn't actually their user forum) is going to help you at all.
You have to understand that what he was doing is just changing the headers. The video format (which has to be MPEG 1 or 2 and MPEG-4 SP or ASP for his TV) doesn't change.
The format (the specification for the video information itself) is different from the codec (the program that actually codes and decodes ... divx and xvid are codecs) which is different from the container (which is what tells the software what to expect in the file).
The files you're talking about are h.264 format, and can have an .mp4 extension, just like those old mpeg-4 SP or ASP files can. But if your TV can't handle the h.264 format you can't just change file header info. You'll have to convert the file. -
thank you very very much for the clear explanation. as you saw, the whole thing was not so clear to me.
so basically what i need to do is to convert the codec in XVID or DIVX? what's the best way to do it without losing too much quality?
thank you again!
happy new year!
Similar Threads
-
How to change date and time of MP4 (or any format) video file ?
By chetan_bokhani in forum Newbie / General discussionsReplies: 5Last Post: 3rd Mar 2022, 10:11 -
Aspect ratio of mp4 file changed - want to change it back
By cellsee6 in forum Video ConversionReplies: 2Last Post: 11th Dec 2013, 22:11 -
Mp4 Tag Removal Help Needed?
By ceet12 in forum Video ConversionReplies: 5Last Post: 20th Aug 2013, 00:16 -
HELP ??? Tag Name Change
By Madonna in forum DVD RippingReplies: 4Last Post: 18th Jan 2011, 00:08 -
abcAVI Tag Editor: Add, Browse and Change AVI tags
By devilcoelhodog in forum Newbie / General discussionsReplies: 0Last Post: 1st Mar 2009, 07:37