-
Notifications
You must be signed in to change notification settings - Fork 375
-movflags +faststart i figured it out please add to CB> ffmpeg.class.php it helps :) #376
Comments
faststart for web videoYou can add -movflags +faststart as an output option if your videos are going to be viewed in a browser. This will move some information to the beginning of your file and allow the video to begin playing before it is completely downloaded by the viewer. It is not required if you are going to use a video service such as YouTube. EXAMPLE OF CONVERSION BELOW 645.9kbits/s dup=0 drop=6 speed=0.901x frame= 186 fps= 24 q=28.0 size= 541kB time=00:00:07.17 bitrate= 618.0kbits/s dup=0 drop=6 speed=0.912x [mp4 @ 0x23fd580]
|
can you add this to ffmpeg.class.php so we don't have to modify ?? ok I found the answer You should alter the file format assignments wherever they occur:
this is in ffpmeg.class.php it has 2 areas that you can change and add
just find # file Format around line 1325 and 1592 Spiro |
EXAMPLE OF CONVERSION BELOW 645.9kbits/s dup=0 drop=6 speed=0.901x frame= 186 fps= 24 q=28.0 size= 541kB time=00:00:07.17 bitrate= 618.0kbits/s dup=0 drop=6 speed=0.912x [mp4 @ 0x23fd580] |
alright @spirogg thankyou for this input, cb team will look into this in upcoming versions |
I will say it has helped me, even though all uploaded mo4 files done with handbrake using the web option this stilt helps. |
hey there @dmaclip how are you I am hoping all is well with you and your Family its been a little while, I wish you are well my friend :) |
@arslancb
@aliawancb
@Awais-cb
-movflags +faststart
where can we add this in ffmpeg.class.php for when converting videos ?
The text was updated successfully, but these errors were encountered: