ffmpeg -i "concat:/Path/File1.VOB|/Path/File2.VOB" -c copy file_output.vob
ffmpeg -i file_input.vob -vf yadif -c:v libx265 -preset slow -crf 20 -c:a aac -b:a 256k file_output.mkv
/** | |
* Sample React Native App | |
* https://github.com/facebook/react-native | |
*/ | |
'use strict'; | |
const React = require('react-native'); | |
const FBSDKCore = require('react-native-fbsdkcore'); | |
const FBSDKLogin = require('react-native-fbsdklogin'); |