I'm trying to use my mp4 files for more than one purpose.
- Play on my website within JW Player
- Feed my podcast (requires it to be able to play on iPods)
Thus far I have been unsuccessful in finding a way to implement "hinted" streaming in ffmpeg. I've found references to qt-faststart online, but I don't know how to incorporate this (or even if it's possible).
Another issue I'm having is the encoding itself. I'm trying to decrease my filesize and it appears that no matter what settings I try (changing the bitrate, quality, etc.) my files stay the same size.
I've been working on this for two days now with zero results. Does anyone have ideas? I would be so grateful.
Comments
Comment #1
arthurf commentedI believe that you need to run your converted file through flvtool-2. There is a media mover module for this and an API module that I wrote for this as well. Let me know if that helps. I think somebody was able to use flvtool2 as part of a custom command for ffmpeg_wrapper
Comment #2
merauluka commentedI looked up flvtool and the API, but it appears that these are for FLV files? Also, on the API page, it doesn't appear that I can download the module.
http://drupal.org/project/flvtool2_api
Comment #3
arthurf commentedWoops, sorry about that. Looking around, it seems like you may need to use mplayer to do the hinting. I'd be willing to integrate mplayer support into ffmpeg wrapper, but maybe it needs its own api
Comment #4
avpadernoComment #5
avpadernoI am closing this issue, since Drupal 6.x is now not supported.