Search found 5 matches
- Fri Jul 27, 2007 4:32 pm
- Forum: Other devices
- Topic: Maxtor Shared Storage II
- Replies: 2
- Views: 4471
- Thu Jul 26, 2007 5:36 am
- Forum: TwonkyServer
- Topic: .mp4 on Xbox 360
- Replies: 7
- Views: 14872
Another useful tool for folks... If you're using OSX and need to change a large group of files in a single directory from .mp4 to .m4v here is a terminal command you can run in that directory.
This is much faster than trying to do this through Finder.
Code: Select all
for i in *.mp4; do mv $i ${i%%.mp4}.m4v; done
- Mon Jul 23, 2007 6:18 pm
- Forum: TwonkyServer
- Topic: .mp4 on Xbox 360
- Replies: 7
- Views: 14872
Just thought I would follow up. The change of extension (to m4v) seems to have done the trick. All of the video's are playing perfectly. Now I'm trying to figure out how to tag the files correctly to get the Title to display instead of the file name. Then the big challenge, getting an image to displ...
- Tue Jul 17, 2007 6:07 am
- Forum: TwonkyServer
- Topic: .mp4 on Xbox 360
- Replies: 7
- Views: 14872
A little more experimenting
I tried editing the client db file to force a transition for the .mp4's and had no luck. However, I tried changing the file extension on my files to .m4v and so far they seem to be working. This raises the question, what is different about the designation .m4v in TwonkyMedia that limits an H.264 vid...
- Mon Jul 16, 2007 7:40 pm
- Forum: TwonkyServer
- Topic: .mp4 on Xbox 360
- Replies: 7
- Views: 14872
.mp4 on Xbox 360
I'm using TwonkyMedia 4.4 (NAS) on a Maxtor Shared Storage II connecting to an Xbox 360 with the spring AV Patch. I have several movies that are encoded to the AppleTV standard using H.264 and the .mp4 extension. Some of these movies are visible and work correctly on the Xbox if I change the file ex...