This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

may I encode and decode mpeg4 in dm355 IR remote ?

hi

     condition:

cd  /opt/dvsdk/dm355/

i may use the command :encode -v 666.mpeg4  b 2000000  -t  30    

                                               decode -v 666.mpeg4

question:

1.may I encode  and decode mpeg4  in  dm355 IR remote  ?where are encode  and decode mpeg4 store ?how to do ?

2.i may use the command :encode -v 666.mpeg4  b 2000000  -t  30     ,but can i stop or pause during the encode ?

 

 

   

 

  • 1) The "interface" demo gives you a gui like access to the rest of the demos which can be controlled via IR remote.  For the case of "encode" and "decode" it does not allow you to specify a location for the file, but rather, this is hardcoded into interface user application.  I belive the location is the /opt/dvsdk/dm355 directlry, but this should be transparent to user.

    2) Again, the "interface" demo hardcodes fixed demo options and does not allow user to specify options such as "-v 666.mpeg4 b 20000000 -t 30"; to play with various demo options, it is better to run demos via command line (instead of thru "interface" demo.  You can stop the demo and restarted as you please.