About recording function & format

Forum / NoMachine for Windows / About recording function & format

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17856
    r91085
    Participant

    I use it and I get a nxv file .

    How can I convert to common video format like avi , mp4 .. etc ?

    Thanks a lot

    #17892
    kroy
    Contributor

    If you are using vp8, .nxv file is already playable using common video players without converting or changing the file extension. You can also use ffmpeg or other programs to convert it (transcode) to a different video format. Example ffmpeg command to convert nxv to mp4:

    ffmpeg -fflags +genpts -i your_video.nxv -r 24 your_video.mp4

    At the moment, if you use h.264 codec you won’t be able to play the .nxv file with common video players or to convert it.

    We have plans to provide a transcoding tool in NoMachine in the future.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic was marked as solved, you can't post.