Re: problem with changing framerate - modfps, --export_fps
Piotr Sobolewski <[email protected]>
| Newsgroups | gmane.comp.video.transcode.user |
|---|---|
| Message-ID | <[email protected]> |
Geoffrey Clements wrote: >> 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. The second way doesn't work for me, but the first one does. That's what I needed - thanks a lot!