Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,982
» Latest member: pudsey
» Forum threads: 5,779
» Forum posts: 84,556
Full Statistics
|
Latest Threads |
sup
Forum: Presentation
Last Post: stwd4nder2
6 hours ago
» Replies: 1
» Views: 29
|
Batman v Superman: Dawn o...
Forum: Released
Last Post: ShabyDaby
8 hours ago
» Replies: 356
» Views: 199,101
|
Harry Potter - extended e...
Forum: Official and unofficial releases
Last Post: Beber
Today, 01:07 AM
» Replies: 75
» Views: 74,970
|
A1 Evo Neuron
Forum: Everything else...
Last Post: alleycat
Yesterday, 12:26 PM
» Replies: 0
» Views: 45
|
Longtime Lurker
Forum: Presentation
Last Post: gateway2000X
Yesterday, 11:20 AM
» Replies: 0
» Views: 35
|
The Terminator (1984) DEF...
Forum: Released
Last Post: Ayemax12
2025-04-16, 06:31 AM
» Replies: 14
» Views: 1,780
|
New user
Forum: Presentation
Last Post: tkmg
2025-04-16, 05:18 AM
» Replies: 0
» Views: 43
|
What are you watching?
Forum: Movies, TV shows and other
Last Post: Ayemax12
2025-04-16, 04:48 AM
» Replies: 303
» Views: 220,103
|
New user from Australia
Forum: Presentation
Last Post: Ayemax12
2025-04-16, 04:41 AM
» Replies: 0
» Views: 41
|
The Dollars Trilogy 4K UH...
Forum: Official and unofficial releases
Last Post: marin888
2025-04-16, 12:26 AM
» Replies: 14
» Views: 1,193
|
|
|
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
|
|
|
|