Re: problem with changing framerate - modfps, --export_fps
Geoffrey Clements <[email protected]>
| Newsgroups | gmane.comp.video.transcode.user |
|---|---|
| Message-ID | <[email protected]> |
On Saturday 11 Apr 2009, Piotr Sobolewski wrote: > Hello, > > I try to change fps of one movie, but the fps is not changed. I try to > do it this way: > $ transcode -i test_1.avi -o test_2.avi --export_fps 23 -J fps > [snip] > > What do I do wrong? > Try either of the following: $ transcode -i test_1.avi -o test_2.avi -J fps=25:23 or $ transcode -i test_1.avi -o test_2.avi --export_fps 23 -J modfps personally I have only ever used modfps and it works ok for me. -- Geoff