video filesize problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

video filesize problem

Post by user___ »

Hi guys,
I have an uploader that upload movies and when a movie which is more than three hundred MB uploaded the ffmpeg can not convert it? Do you have any idea why is it breaking? The bitrate is very high(more than seven thousand).

Thanks.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

is it exceeding your post max size?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Reply

Post by user___ »

No it is not. The problem is that the conversion breaks. Any suggestions?
Post Reply