| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
TROY (2004) - Replace Sco...
Forum: Requests, proposals, help
Last Post: shadow_satey
9 hours ago
» Replies: 20
» Views: 12,082
|
A Charlie Brown Christmas...
Forum: Requests, proposals, help
Last Post: GreedoNeverShot
Today, 04:31 AM
» Replies: 0
» Views: 31
|
From Film to Delivery.
Forum: General technical discussions
Last Post: CSchmidlapp
Yesterday, 11:39 PM
» Replies: 63
» Views: 76,252
|
Shout Factory acquires Go...
Forum: Official and unofficial releases
Last Post: Beber
Yesterday, 04:20 PM
» Replies: 116
» Views: 25,368
|
The Exorcist - 4K Audio R...
Forum: Requests, proposals, help
Last Post: stwd4nder2
2025-11-03, 04:15 PM
» Replies: 5
» Views: 179
|
Rambo trilogy original mi...
Forum: Requests, proposals, help
Last Post: Beber
2025-11-03, 03:07 PM
» Replies: 83
» Views: 73,599
|
Bedknobs and Broomsticks ...
Forum: Requests, proposals, help
Last Post: jimbola
2025-11-03, 01:19 PM
» Replies: 3
» Views: 2,537
|
Hi, from japan
Forum: Presentation
Last Post: alexp2000
2025-11-03, 09:14 AM
» Replies: 1
» Views: 63
|
"Commando director's cut"...
Forum: Requests, proposals, help
Last Post: Beber
2025-11-02, 03:21 PM
» Replies: 19
» Views: 3,995
|
"An excellent day for an ...
Forum: Presentation
Last Post: woodsyallen
2025-11-02, 02:54 PM
» Replies: 0
» Views: 63
|
|
|
| Change framerate (losslessly) |
|
Posted by: Valeyard - 2015-07-03, 10:25 AM - Forum: Converting, encoding, authoring
- Replies (1)
|
 |
Sometimes you want to change the frame-rate of a video but not re-encode it. This is straightforward, but not all video editors comply. For instance, FFmpeg won't do it for you. The frame-rate is not stored in the video stream header, it's stored throughout the stream (hence why you can have a variable frame rate video file if you want). The easiest way to change the framerate is with MP4Box. First you need the raw video file...
Code: MP4Box -add "input file.mp4"#video -raw 1 -new "output file1.h264"
Note that MP4Box has a habit of giving you two files after this step (just delete one). You can use mkvextract/mkvextractgui if the source file is a MKV file.
Next add the video stream to a new file like so:
Code: MP4Box -add "output file1.h264":fps=23.976 -new "second output file.mp4"
As mentioned above, the fps is not stored in the container, so you can demux/re-mux the .h264 file and the frame-rate will remain as whatever you changed it to.
|
|
|
| Downtime... |
|
Posted by: spoRv - 2015-07-01, 01:57 PM - Forum: Announcements
- Replies (40)
|
 |
I wrote to the service provider, and they told me there were some accounts which overloaded the server where fanres is located, but now these accounts are suspended and so the downtime *should* be reduced...
Please let me know if, from now, you experience less downtime, more, or equal...
|
|
|
| Computer Hardware Questions |
|
Posted by: ww12345 - 2015-06-28, 07:31 PM - Forum: General technical discussions
- Replies (15)
|
 |
So I'm looking to upgrade my current computer (a Toshiba Satellite L755 - old, and very slow; I know) to something that can handle faster processing and do a better job running film-cleanup programs than mine does now. Is this computer any good? I was looking at it and the price is OK, but wondered if it was worth getting or if there are others I should look into. I'd like to keep the budget at or below $500 if at all possible (which I know is a severe limitation).
http://slickdeals.net/f/7902729-toshiba-...ommentsBox
|
|
|
|